mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-23 00:47:31 +09:00
Remove base conditional code for crash reporter and injector.
This commit is contained in:
parent
87fa26d31e
commit
434f3590e3
131 changed files with 39 additions and 4139 deletions
|
|
@ -60,14 +60,13 @@ if CONFIG['MOZ_ENABLE_PROFILER_SPS']:
|
|||
'core/platform-linux.cc',
|
||||
'core/shared-libraries-linux.cc',
|
||||
]
|
||||
if not CONFIG['MOZ_CRASHREPORTER']:
|
||||
SOURCES += [
|
||||
'/toolkit/crashreporter/google-breakpad/src/common/linux/elfutils.cc',
|
||||
'/toolkit/crashreporter/google-breakpad/src/common/linux/file_id.cc',
|
||||
'/toolkit/crashreporter/google-breakpad/src/common/linux/guid_creator.cc',
|
||||
'/toolkit/crashreporter/google-breakpad/src/common/linux/linux_libc_support.cc',
|
||||
'/toolkit/crashreporter/google-breakpad/src/common/linux/memory_mapped_file.cc',
|
||||
]
|
||||
SOURCES += [
|
||||
'/toolkit/crashreporter/google-breakpad/src/common/linux/elfutils.cc',
|
||||
'/toolkit/crashreporter/google-breakpad/src/common/linux/file_id.cc',
|
||||
'/toolkit/crashreporter/google-breakpad/src/common/linux/guid_creator.cc',
|
||||
'/toolkit/crashreporter/google-breakpad/src/common/linux/linux_libc_support.cc',
|
||||
'/toolkit/crashreporter/google-breakpad/src/common/linux/memory_mapped_file.cc',
|
||||
]
|
||||
if CONFIG['CPU_ARCH'] == 'arm':
|
||||
SOURCES += [
|
||||
'core/EHABIStackWalk.cpp',
|
||||
|
|
@ -100,7 +99,7 @@ if CONFIG['MOZ_ENABLE_PROFILER_SPS']:
|
|||
'/toolkit/crashreporter/google-breakpad/src/common/android/include',
|
||||
]
|
||||
|
||||
if not CONFIG['MOZ_CRASHREPORTER'] and CONFIG['OS_TARGET'] == 'Android':
|
||||
if CONFIG['OS_TARGET'] == 'Android':
|
||||
SOURCES += ['/toolkit/crashreporter/google-breakpad/src/common/android/breakpad_getcontext.S']
|
||||
|
||||
if CONFIG['ANDROID_CPU_ARCH'] == 'armeabi':
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue