| 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 104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 115 'callback.h', | 115 'callback.h', |
| 116 'callback_helpers.cc', | 116 'callback_helpers.cc', |
| 117 'callback_helpers.h', | 117 'callback_helpers.h', |
| 118 'callback_internal.cc', | 118 'callback_internal.cc', |
| 119 'callback_internal.h', | 119 'callback_internal.h', |
| 120 'callback_list.h', | 120 'callback_list.h', |
| 121 'cancelable_callback.h', | 121 'cancelable_callback.h', |
| 122 'command_line.cc', | 122 'command_line.cc', |
| 123 'command_line.h', | 123 'command_line.h', |
| 124 'compiler_specific.h', | 124 'compiler_specific.h', |
| 125 'containers/adapters.h', |
| 125 'containers/hash_tables.h', | 126 'containers/hash_tables.h', |
| 126 'containers/linked_list.h', | 127 'containers/linked_list.h', |
| 127 'containers/mru_cache.h', | 128 'containers/mru_cache.h', |
| 128 'containers/scoped_ptr_hash_map.h', | 129 'containers/scoped_ptr_hash_map.h', |
| 129 'containers/small_map.h', | 130 'containers/small_map.h', |
| 130 'containers/stack_container.h', | 131 'containers/stack_container.h', |
| 131 'cpu.cc', | 132 'cpu.cc', |
| 132 'cpu.h', | 133 'cpu.h', |
| 133 'critical_closure.h', | 134 'critical_closure.h', |
| 134 'critical_closure_internal_ios.mm', | 135 'critical_closure_internal_ios.mm', |
| (...skipping 862 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 997 'i18n/time_formatting.h', | 998 'i18n/time_formatting.h', |
| 998 'i18n/timezone.cc', | 999 'i18n/timezone.cc', |
| 999 'i18n/timezone.h', | 1000 'i18n/timezone.h', |
| 1000 'i18n/utf8_validator_tables.cc', | 1001 'i18n/utf8_validator_tables.cc', |
| 1001 'i18n/utf8_validator_tables.h', | 1002 'i18n/utf8_validator_tables.h', |
| 1002 ], | 1003 ], |
| 1003 }] | 1004 }] |
| 1004 ], | 1005 ], |
| 1005 }, | 1006 }, |
| 1006 } | 1007 } |
| OLD | NEW |