OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |