bug 888009: Move HOST_CPPSRCS to mozbuild (batch #4). r=mshal

This commit is contained in:
Joey Armstrong 2013-09-12 15:35:43 -04:00
parent be42c6d9ad
commit c116805dda
4 changed files with 8 additions and 8 deletions

View File

@ -9,10 +9,6 @@ LOCAL_INCLUDES = \
-I$(srcdir)/../../../common/linux \
$(NULL)
HOST_CPPSRCS = \
dump_syms.cc \
$(NULL)
HOST_LIBS += \
$(DEPTH)/toolkit/crashreporter/google-breakpad/src/common/linux/$(LIB_PREFIX)host_breakpad_linux_common_s.$(LIB_SUFFIX) \
$(DEPTH)/toolkit/crashreporter/google-breakpad/src/common/$(LIB_PREFIX)host_breakpad_common_s.$(LIB_SUFFIX) \

View File

@ -4,3 +4,7 @@
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
HOST_CPPSRCS += [
'dump_syms.cc',
]

View File

@ -9,10 +9,6 @@ LOCAL_INCLUDES = \
-I$(srcdir)/../../../common/solaris \
$(NULL)
HOST_CPPSRCS = \
dump_syms.cc \
$(NULL)
HOST_LIBS += \
$(DEPTH)/toolkit/crashreporter/google-breakpad/src/common/solaris/$(LIB_PREFIX)host_breakpad_solaris_common_s.$(LIB_SUFFIX) \
$(DEPTH)/toolkit/crashreporter/google-breakpad/src/common/$(LIB_PREFIX)host_breakpad_common_s.$(LIB_SUFFIX) \

View File

@ -4,3 +4,7 @@
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
HOST_CPPSRCS += [
'dump_syms.cc',
]