| 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 'includes': [ | 6 'includes': [ |
| 7 'trace_event/trace_event.gypi', | 7 'trace_event/trace_event.gypi', |
| 8 ], | 8 ], |
| 9 'target_defaults': { | 9 'target_defaults': { |
| 10 'variables': { | 10 'variables': { |
| (...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 139 'containers/small_map.h', | 139 'containers/small_map.h', |
| 140 'containers/stack_container.h', | 140 'containers/stack_container.h', |
| 141 'cpu.cc', | 141 'cpu.cc', |
| 142 'cpu.h', | 142 'cpu.h', |
| 143 'critical_closure.h', | 143 'critical_closure.h', |
| 144 'critical_closure_internal_ios.mm', | 144 'critical_closure_internal_ios.mm', |
| 145 'debug/alias.cc', | 145 'debug/alias.cc', |
| 146 'debug/alias.h', | 146 'debug/alias.h', |
| 147 'debug/asan_invalid_access.cc', | 147 'debug/asan_invalid_access.cc', |
| 148 'debug/asan_invalid_access.h', | 148 'debug/asan_invalid_access.h', |
| 149 'debug/close_handle_hook_win.cc', |
| 150 'debug/close_handle_hook_win.h', |
| 149 'debug/crash_logging.cc', | 151 'debug/crash_logging.cc', |
| 150 'debug/crash_logging.h', | 152 'debug/crash_logging.h', |
| 151 'debug/debugger.cc', | 153 'debug/debugger.cc', |
| 152 'debug/debugger.h', | 154 'debug/debugger.h', |
| 153 'debug/debugger_posix.cc', | 155 'debug/debugger_posix.cc', |
| 154 'debug/debugger_win.cc', | 156 'debug/debugger_win.cc', |
| 155 'debug/dump_without_crashing.cc', | 157 'debug/dump_without_crashing.cc', |
| 156 'debug/dump_without_crashing.h', | 158 'debug/dump_without_crashing.h', |
| 157 'debug/gdi_debug_util_win.cc', | 159 'debug/gdi_debug_util_win.cc', |
| 158 'debug/gdi_debug_util_win.h', | 160 'debug/gdi_debug_util_win.h', |
| (...skipping 893 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1052 'i18n/time_formatting.h', | 1054 'i18n/time_formatting.h', |
| 1053 'i18n/timezone.cc', | 1055 'i18n/timezone.cc', |
| 1054 'i18n/timezone.h', | 1056 'i18n/timezone.h', |
| 1055 'i18n/utf8_validator_tables.cc', | 1057 'i18n/utf8_validator_tables.cc', |
| 1056 'i18n/utf8_validator_tables.h', | 1058 'i18n/utf8_validator_tables.h', |
| 1057 ], | 1059 ], |
| 1058 }] | 1060 }] |
| 1059 ], | 1061 ], |
| 1060 }, | 1062 }, |
| 1061 } | 1063 } |
| OLD | NEW |