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