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 }, |
(...skipping 11 matching lines...) Expand all Loading... |
22 'third_party/nspr/prcpucfg_freebsd.h', | 22 'third_party/nspr/prcpucfg_freebsd.h', |
23 'third_party/nspr/prcpucfg_linux.h', | 23 'third_party/nspr/prcpucfg_linux.h', |
24 'third_party/nspr/prcpucfg_mac.h', | 24 'third_party/nspr/prcpucfg_mac.h', |
25 'third_party/nspr/prcpucfg_nacl.h', | 25 'third_party/nspr/prcpucfg_nacl.h', |
26 'third_party/nspr/prcpucfg_openbsd.h', | 26 'third_party/nspr/prcpucfg_openbsd.h', |
27 'third_party/nspr/prcpucfg_solaris.h', | 27 'third_party/nspr/prcpucfg_solaris.h', |
28 'third_party/nspr/prcpucfg_win.h', | 28 'third_party/nspr/prcpucfg_win.h', |
29 'third_party/nspr/prtime.cc', | 29 'third_party/nspr/prtime.cc', |
30 'third_party/nspr/prtime.h', | 30 'third_party/nspr/prtime.h', |
31 'third_party/nspr/prtypes.h', | 31 'third_party/nspr/prtypes.h', |
| 32 'third_party/superfasthash/superfasthash.c', |
32 'third_party/xdg_mime/xdgmime.h', | 33 'third_party/xdg_mime/xdgmime.h', |
33 'allocator/allocator_extension.cc', | 34 'allocator/allocator_extension.cc', |
34 'allocator/allocator_extension.h', | 35 'allocator/allocator_extension.h', |
35 'allocator/type_profiler_control.cc', | 36 'allocator/type_profiler_control.cc', |
36 'allocator/type_profiler_control.h', | 37 'allocator/type_profiler_control.h', |
37 'android/application_status_listener.cc', | 38 'android/application_status_listener.cc', |
38 'android/application_status_listener.h', | 39 'android/application_status_listener.h', |
39 'android/base_jni_registrar.cc', | 40 'android/base_jni_registrar.cc', |
40 'android/base_jni_registrar.h', | 41 'android/base_jni_registrar.h', |
41 'android/build_info.cc', | 42 'android/build_info.cc', |
(...skipping 933 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
975 'i18n/time_formatting.h', | 976 'i18n/time_formatting.h', |
976 'i18n/timezone.cc', | 977 'i18n/timezone.cc', |
977 'i18n/timezone.h', | 978 'i18n/timezone.h', |
978 'i18n/utf8_validator_tables.cc', | 979 'i18n/utf8_validator_tables.cc', |
979 'i18n/utf8_validator_tables.h', | 980 'i18n/utf8_validator_tables.h', |
980 ], | 981 ], |
981 }] | 982 }] |
982 ], | 983 ], |
983 }, | 984 }, |
984 } | 985 } |
OLD | NEW |