зеркало из https://github.com/mozilla/gecko-dev.git
bug 888009: Move HOST_CPPSRCS to mozbuild (batch #4). r=mshal
This commit is contained in:
Родитель
be42c6d9ad
Коммит
c116805dda
|
@ -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) \
|
||||
|
|
|
@ -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',
|
||||
]
|
||||
|
||||
|
|
|
@ -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) \
|
||||
|
|
|
@ -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',
|
||||
]
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче