Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(564)

Side by Side Diff: base/base.gypi

Issue 1215673002: Add a stub __cxa_demangle to disable LLVM's demangler. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'includes': [ 6 'includes': [
7 'trace_event/trace_event.gypi', 7 'trace_event/trace_event.gypi',
8 ], 8 ],
9 'target_defaults': { 9 'target_defaults': {
10 'variables': { 10 'variables': {
(...skipping 19 matching lines...) Expand all
30 'android/base_jni_onload.h', 30 'android/base_jni_onload.h',
31 'android/base_jni_registrar.cc', 31 'android/base_jni_registrar.cc',
32 'android/base_jni_registrar.h', 32 'android/base_jni_registrar.h',
33 'android/build_info.cc', 33 'android/build_info.cc',
34 'android/build_info.h', 34 'android/build_info.h',
35 'android/command_line_android.cc', 35 'android/command_line_android.cc',
36 'android/command_line_android.h', 36 'android/command_line_android.h',
37 'android/content_uri_utils.cc', 37 'android/content_uri_utils.cc',
38 'android/content_uri_utils.h', 38 'android/content_uri_utils.h',
39 'android/cpu_features.cc', 39 'android/cpu_features.cc',
40 'android/cxa_demangle_stub.cc',
40 'android/event_log.cc', 41 'android/event_log.cc',
41 'android/event_log.h', 42 'android/event_log.h',
42 'android/field_trial_list.cc', 43 'android/field_trial_list.cc',
43 'android/field_trial_list.h', 44 'android/field_trial_list.h',
44 'android/fifo_utils.cc', 45 'android/fifo_utils.cc',
45 'android/fifo_utils.h', 46 'android/fifo_utils.h',
46 'android/important_file_writer_android.cc', 47 'android/important_file_writer_android.cc',
47 'android/important_file_writer_android.h', 48 'android/important_file_writer_android.h',
48 'android/java_handler_thread.cc', 49 'android/java_handler_thread.cc',
49 'android/java_handler_thread.h', 50 'android/java_handler_thread.h',
(...skipping 985 matching lines...) Expand 10 before | Expand all | Expand 10 after
1035 'i18n/time_formatting.h', 1036 'i18n/time_formatting.h',
1036 'i18n/timezone.cc', 1037 'i18n/timezone.cc',
1037 'i18n/timezone.h', 1038 'i18n/timezone.h',
1038 'i18n/utf8_validator_tables.cc', 1039 'i18n/utf8_validator_tables.cc',
1039 'i18n/utf8_validator_tables.h', 1040 'i18n/utf8_validator_tables.h',
1040 ], 1041 ],
1041 }] 1042 }]
1042 ], 1043 ],
1043 }, 1044 },
1044 } 1045 }
OLDNEW
« base/android/cxa_demangle_stub.cc ('K') | « base/android/cxa_demangle_stub.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698