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 16 matching lines...) Expand all Loading... |
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/xdg_mime/xdgmime.h', | 32 'third_party/xdg_mime/xdgmime.h', |
33 'allocator/allocator_extension.cc', | 33 'allocator/allocator_extension.cc', |
34 'allocator/allocator_extension.h', | 34 'allocator/allocator_extension.h', |
35 'allocator/type_profiler_control.cc', | 35 'allocator/type_profiler_control.cc', |
36 'allocator/type_profiler_control.h', | 36 'allocator/type_profiler_control.h', |
37 'android/activity_status.cc', | 37 'android/application_status_listener.cc', |
38 'android/activity_status.h', | 38 'android/application_status_listener.h', |
39 'android/base_jni_registrar.cc', | 39 'android/base_jni_registrar.cc', |
40 'android/base_jni_registrar.h', | 40 'android/base_jni_registrar.h', |
41 'android/build_info.cc', | 41 'android/build_info.cc', |
42 'android/build_info.h', | 42 'android/build_info.h', |
43 'android/command_line_android.cc', | 43 'android/command_line_android.cc', |
44 'android/command_line_android.h', | 44 'android/command_line_android.h', |
45 'android/content_uri_utils.cc', | 45 'android/content_uri_utils.cc', |
46 'android/content_uri_utils.h', | 46 'android/content_uri_utils.h', |
47 'android/cpu_features.cc', | 47 'android/cpu_features.cc', |
48 'android/fifo_utils.cc', | 48 'android/fifo_utils.cc', |
(...skipping 926 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
975 'i18n/time_formatting.h', | 975 'i18n/time_formatting.h', |
976 'i18n/timezone.cc', | 976 'i18n/timezone.cc', |
977 'i18n/timezone.h', | 977 'i18n/timezone.h', |
978 'i18n/utf8_validator_tables.cc', | 978 'i18n/utf8_validator_tables.cc', |
979 'i18n/utf8_validator_tables.h', | 979 'i18n/utf8_validator_tables.h', |
980 ], | 980 ], |
981 }] | 981 }] |
982 ], | 982 ], |
983 }, | 983 }, |
984 } | 984 } |
OLD | NEW |