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': { |
11 'base_target': 0, | 11 'base_target': 0, |
12 'base_i18n_target': 0, | 12 'base_i18n_target': 0, |
13 }, | 13 }, |
14 'target_conditions': [ | 14 'target_conditions': [ |
15 # This part is shared between the targets defined below. | 15 # This part is shared between the targets defined below. |
16 ['base_target==1', { | 16 ['base_target==1', { |
17 'sources': [ | 17 'sources': [ |
18 '../build/build_config.h', | 18 '../build/build_config.h', |
| 19 'allocator/allocator_check.cc', |
| 20 'allocator/allocator_check.h', |
19 'allocator/allocator_extension.cc', | 21 'allocator/allocator_extension.cc', |
20 'allocator/allocator_extension.h', | 22 'allocator/allocator_extension.h', |
21 'android/animation_frame_time_histogram.cc', | 23 'android/animation_frame_time_histogram.cc', |
22 'android/animation_frame_time_histogram.h', | 24 'android/animation_frame_time_histogram.h', |
23 'android/apk_assets.cc', | 25 'android/apk_assets.cc', |
24 'android/apk_assets.h', | 26 'android/apk_assets.h', |
25 'android/application_status_listener.cc', | 27 'android/application_status_listener.cc', |
26 'android/application_status_listener.h', | 28 'android/application_status_listener.h', |
27 'android/base_jni_onload.cc', | 29 'android/base_jni_onload.cc', |
28 'android/base_jni_onload.h', | 30 'android/base_jni_onload.h', |
(...skipping 1023 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1052 'i18n/time_formatting.h', | 1054 'i18n/time_formatting.h', |
1053 'i18n/timezone.cc', | 1055 'i18n/timezone.cc', |
1054 'i18n/timezone.h', | 1056 'i18n/timezone.h', |
1055 'i18n/utf8_validator_tables.cc', | 1057 'i18n/utf8_validator_tables.cc', |
1056 'i18n/utf8_validator_tables.h', | 1058 'i18n/utf8_validator_tables.h', |
1057 ], | 1059 ], |
1058 }] | 1060 }] |
1059 ], | 1061 ], |
1060 }, | 1062 }, |
1061 } | 1063 } |
OLD | NEW |