| 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 106 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 117 'bits.h', | 117 'bits.h', |
| 118 'build_time.cc', | 118 'build_time.cc', |
| 119 'build_time.h', | 119 'build_time.h', |
| 120 'callback.h', | 120 'callback.h', |
| 121 'callback_helpers.cc', | 121 'callback_helpers.cc', |
| 122 'callback_helpers.h', | 122 'callback_helpers.h', |
| 123 'callback_internal.cc', | 123 'callback_internal.cc', |
| 124 'callback_internal.h', | 124 'callback_internal.h', |
| 125 'callback_list.h', | 125 'callback_list.h', |
| 126 'cancelable_callback.h', | 126 'cancelable_callback.h', |
| 127 'chromeos/memory_pressure_observer_chromeos.cc', | 127 'chromeos/memory_pressure_monitor_chromeos.cc', |
| 128 'chromeos/memory_pressure_observer_chromeos.h', | 128 'chromeos/memory_pressure_monitor_chromeos.h', |
| 129 'command_line.cc', | 129 'command_line.cc', |
| 130 'command_line.h', | 130 'command_line.h', |
| 131 'compiler_specific.h', | 131 'compiler_specific.h', |
| 132 'containers/adapters.h', | 132 'containers/adapters.h', |
| 133 'containers/hash_tables.h', | 133 'containers/hash_tables.h', |
| 134 'containers/linked_list.h', | 134 'containers/linked_list.h', |
| 135 'containers/mru_cache.h', | 135 'containers/mru_cache.h', |
| 136 'containers/scoped_ptr_hash_map.h', | 136 'containers/scoped_ptr_hash_map.h', |
| 137 'containers/small_map.h', | 137 'containers/small_map.h', |
| 138 'containers/stack_container.h', | 138 'containers/stack_container.h', |
| (...skipping 875 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1014 'i18n/time_formatting.h', | 1014 'i18n/time_formatting.h', |
| 1015 'i18n/timezone.cc', | 1015 'i18n/timezone.cc', |
| 1016 'i18n/timezone.h', | 1016 'i18n/timezone.h', |
| 1017 'i18n/utf8_validator_tables.cc', | 1017 'i18n/utf8_validator_tables.cc', |
| 1018 'i18n/utf8_validator_tables.h', | 1018 'i18n/utf8_validator_tables.h', |
| 1019 ], | 1019 ], |
| 1020 }] | 1020 }] |
| 1021 ], | 1021 ], |
| 1022 }, | 1022 }, |
| 1023 } | 1023 } |
| OLD | NEW |