| 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 931 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 980 'i18n/time_formatting.h', | 980 'i18n/time_formatting.h', |
| 981 'i18n/timezone.cc', | 981 'i18n/timezone.cc', |
| 982 'i18n/timezone.h', | 982 'i18n/timezone.h', |
| 983 'i18n/utf8_validator_tables.cc', | 983 'i18n/utf8_validator_tables.cc', |
| 984 'i18n/utf8_validator_tables.h', | 984 'i18n/utf8_validator_tables.h', |
| 985 ], | 985 ], |
| 986 }] | 986 }] |
| 987 ], | 987 ], |
| 988 }, | 988 }, |
| 989 } | 989 } |
| OLD | NEW |