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 'target_defaults': { | 6 'target_defaults': { |
7 'variables': { | 7 'variables': { |
8 'base_target': 0, | 8 'base_target': 0, |
9 'base_i18n_target': 0, | 9 'base_i18n_target': 0, |
10 }, | 10 }, |
11 'target_conditions': [ | 11 'target_conditions': [ |
12 # This part is shared between the targets defined below. | 12 # This part is shared between the targets defined below. |
13 ['base_target==1', { | 13 ['base_target==1', { |
14 'sources': [ | 14 'sources': [ |
15 '../build/build_config.h', | 15 '../build/build_config.h', |
16 'third_party/dmg_fp/dmg_fp.h', | 16 'third_party/dmg_fp/dmg_fp.h', |
17 'third_party/dmg_fp/g_fmt.cc', | 17 'third_party/dmg_fp/g_fmt.cc', |
18 'third_party/dmg_fp/dtoa_wrapper.cc', | 18 'third_party/dmg_fp/dtoa_wrapper.cc', |
19 'third_party/icu/icu_utf.cc', | 19 'third_party/icu/icu_utf.cc', |
20 'third_party/icu/icu_utf.h', | 20 'third_party/icu/icu_utf.h', |
21 'third_party/nspr/prcpucfg.h', | |
22 'third_party/nspr/prcpucfg_freebsd.h', | |
23 'third_party/nspr/prcpucfg_linux.h', | |
24 'third_party/nspr/prcpucfg_mac.h', | |
25 'third_party/nspr/prcpucfg_nacl.h', | |
26 'third_party/nspr/prcpucfg_openbsd.h', | |
27 'third_party/nspr/prcpucfg_solaris.h', | |
28 'third_party/nspr/prcpucfg_win.h', | |
29 'third_party/nspr/prtime.cc', | 21 'third_party/nspr/prtime.cc', |
30 'third_party/nspr/prtime.h', | 22 'third_party/nspr/prtime.h', |
31 'third_party/nspr/prtypes.h', | |
32 'third_party/superfasthash/superfasthash.c', | 23 'third_party/superfasthash/superfasthash.c', |
33 'third_party/xdg_mime/xdgmime.h', | 24 'third_party/xdg_mime/xdgmime.h', |
34 'allocator/allocator_extension.cc', | 25 'allocator/allocator_extension.cc', |
35 'allocator/allocator_extension.h', | 26 'allocator/allocator_extension.h', |
36 'allocator/type_profiler_control.cc', | 27 'allocator/type_profiler_control.cc', |
37 'allocator/type_profiler_control.h', | 28 'allocator/type_profiler_control.h', |
38 'android/application_status_listener.cc', | 29 'android/application_status_listener.cc', |
39 'android/application_status_listener.h', | 30 'android/application_status_listener.h', |
40 'android/base_jni_registrar.cc', | 31 'android/base_jni_registrar.cc', |
41 'android/base_jni_registrar.h', | 32 'android/base_jni_registrar.h', |
(...skipping 941 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
983 'i18n/time_formatting.h', | 974 'i18n/time_formatting.h', |
984 'i18n/timezone.cc', | 975 'i18n/timezone.cc', |
985 'i18n/timezone.h', | 976 'i18n/timezone.h', |
986 'i18n/utf8_validator_tables.cc', | 977 'i18n/utf8_validator_tables.cc', |
987 'i18n/utf8_validator_tables.h', | 978 'i18n/utf8_validator_tables.h', |
988 ], | 979 ], |
989 }] | 980 }] |
990 ], | 981 ], |
991 }, | 982 }, |
992 } | 983 } |
OLD | NEW |