author | Nathan Froyd <froydnj@mozilla.com> |
Wed, 08 Oct 2014 16:18:04 -0400 | |
changeset 212488 | 89e87dba73fc9692e657109468e9c9ad96b83f05 |
parent 212487 | e503b8a45bec276b2388a0714530218e9bc658f6 |
child 212489 | 534160ed14fcd45dc0f26abbffccb2fc777993c9 |
push id | 27716 |
push user | kwierso@gmail.com |
push date | Tue, 28 Oct 2014 00:27:17 +0000 |
treeherder | mozilla-central@2042c38f13ae [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | mshal |
bugs | 1080107 |
milestone | 36.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/toolkit/crashreporter/google-breakpad/src/client/linux/handler/moz.build +++ b/toolkit/crashreporter/google-breakpad/src/client/linux/handler/moz.build @@ -5,18 +5,16 @@ # file, You can obtain one at http://mozilla.org/MPL/2.0/. UNIFIED_SOURCES += [ '../log/log.cc', 'exception_handler.cc', 'minidump_descriptor.cc', ] -XPI_NAME = 'crashreporter' - FINAL_LIBRARY = 'xul' if CONFIG['OS_TARGET'] == 'Android': # NDK5 workarounds DEFINES['_STLP_CONST_CONSTRUCTOR_BUG'] = True DEFINES['_STLP_NO_MEMBER_TEMPLATES'] = True LOCAL_INCLUDES += [ '/toolkit/crashreporter/google-breakpad/src/common/android/include',
--- a/toolkit/crashreporter/google-breakpad/src/client/linux/minidump_writer/moz.build +++ b/toolkit/crashreporter/google-breakpad/src/client/linux/minidump_writer/moz.build @@ -5,18 +5,16 @@ # file, You can obtain one at http://mozilla.org/MPL/2.0/. UNIFIED_SOURCES += [ 'linux_dumper.cc', 'linux_ptrace_dumper.cc', 'minidump_writer.cc', ] -XPI_NAME = 'crashreporter' - FINAL_LIBRARY = 'xul' if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'gonk': DEFINES['ELFSIZE'] = 32 LOCAL_INCLUDES += [ '/toolkit/crashreporter/google-breakpad/src', ]
--- a/toolkit/crashreporter/google-breakpad/src/client/mac/crash_generation/moz.build +++ b/toolkit/crashreporter/google-breakpad/src/client/mac/crash_generation/moz.build @@ -4,16 +4,14 @@ # 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/. UNIFIED_SOURCES += [ 'crash_generation_client.cc', 'crash_generation_server.cc', ] -XPI_NAME = 'crashreporter' - FINAL_LIBRARY = 'xul' LOCAL_INCLUDES += [ '../../..', ]
--- a/toolkit/crashreporter/google-breakpad/src/client/mac/handler/moz.build +++ b/toolkit/crashreporter/google-breakpad/src/client/mac/handler/moz.build @@ -6,16 +6,14 @@ UNIFIED_SOURCES += [ 'breakpad_nlist_64.cc', 'dynamic_images.cc', 'exception_handler.cc', 'minidump_generator.cc', ] -XPI_NAME = 'crashreporter' - FINAL_LIBRARY = 'xul' LOCAL_INCLUDES += [ '../../..', ]
--- a/toolkit/crashreporter/google-breakpad/src/client/moz.build +++ b/toolkit/crashreporter/google-breakpad/src/client/moz.build @@ -3,16 +3,14 @@ # This Source Code Form is subject to the terms of the Mozilla Public # 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/. SOURCES += [ 'minidump_file_writer.cc', ] -XPI_NAME = 'crashreporter' - FINAL_LIBRARY = 'xul' LOCAL_INCLUDES += [ '..', ]
--- a/toolkit/crashreporter/google-breakpad/src/client/solaris/handler/moz.build +++ b/toolkit/crashreporter/google-breakpad/src/client/solaris/handler/moz.build @@ -5,16 +5,14 @@ # file, You can obtain one at http://mozilla.org/MPL/2.0/. SOURCES += [ 'exception_handler.cc', 'minidump_generator.cc', 'solaris_lwp.cc', ] -XPI_NAME = 'crashreporter' - FINAL_LIBRARY = 'xul' LOCAL_INCLUDES += [ '../../..', ]