| 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 110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 121 'containers/mru_cache.h', | 121 'containers/mru_cache.h', |
| 122 'containers/scoped_ptr_hash_map.h', | 122 'containers/scoped_ptr_hash_map.h', |
| 123 'containers/small_map.h', | 123 'containers/small_map.h', |
| 124 'containers/stack_container.h', | 124 'containers/stack_container.h', |
| 125 'cpu.cc', | 125 'cpu.cc', |
| 126 'cpu.h', | 126 'cpu.h', |
| 127 'critical_closure.h', | 127 'critical_closure.h', |
| 128 'critical_closure_internal_ios.mm', | 128 'critical_closure_internal_ios.mm', |
| 129 'debug/alias.cc', | 129 'debug/alias.cc', |
| 130 'debug/alias.h', | 130 'debug/alias.h', |
| 131 'debug/asan_invalid_access.cc', |
| 132 'debug/asan_invalid_access.h', |
| 131 'debug/crash_logging.cc', | 133 'debug/crash_logging.cc', |
| 132 'debug/crash_logging.h', | 134 'debug/crash_logging.h', |
| 133 'debug/debugger.cc', | 135 'debug/debugger.cc', |
| 134 'debug/debugger.h', | 136 'debug/debugger.h', |
| 135 'debug/debugger_posix.cc', | 137 'debug/debugger_posix.cc', |
| 136 'debug/debugger_win.cc', | 138 'debug/debugger_win.cc', |
| 137 'debug/dump_without_crashing.cc', | 139 'debug/dump_without_crashing.cc', |
| 138 'debug/dump_without_crashing.h', | 140 'debug/dump_without_crashing.h', |
| 139 'debug/gdi_debug_util_win.cc', | 141 'debug/gdi_debug_util_win.cc', |
| 140 'debug/gdi_debug_util_win.h', | 142 'debug/gdi_debug_util_win.h', |
| (...skipping 827 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 968 'i18n/time_formatting.h', | 970 'i18n/time_formatting.h', |
| 969 'i18n/timezone.cc', | 971 'i18n/timezone.cc', |
| 970 'i18n/timezone.h', | 972 'i18n/timezone.h', |
| 971 'i18n/utf8_validator_tables.cc', | 973 'i18n/utf8_validator_tables.cc', |
| 972 'i18n/utf8_validator_tables.h', | 974 'i18n/utf8_validator_tables.h', |
| 973 ], | 975 ], |
| 974 }] | 976 }] |
| 975 ], | 977 ], |
| 976 }, | 978 }, |
| 977 } | 979 } |
| OLD | NEW |