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 }, | 9 }, |
10 'target_conditions': [ | 10 'target_conditions': [ |
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
96 'callback.h', | 96 'callback.h', |
97 'callback_helpers.h', | 97 'callback_helpers.h', |
98 'callback_internal.cc', | 98 'callback_internal.cc', |
99 'callback_internal.h', | 99 'callback_internal.h', |
100 'cancelable_callback.h', | 100 'cancelable_callback.h', |
101 'chromeos/chromeos_version.cc', | 101 'chromeos/chromeos_version.cc', |
102 'chromeos/chromeos_version.h', | 102 'chromeos/chromeos_version.h', |
103 'command_line.cc', | 103 'command_line.cc', |
104 'command_line.h', | 104 'command_line.h', |
105 'compiler_specific.h', | 105 'compiler_specific.h', |
| 106 'containers/hash_tables.h', |
106 'containers/linked_list.h', | 107 'containers/linked_list.h', |
107 'containers/mru_cache.h', | 108 'containers/mru_cache.h', |
108 'containers/small_map.h', | 109 'containers/small_map.h', |
109 'containers/stack_container.h', | 110 'containers/stack_container.h', |
110 'cpu.cc', | 111 'cpu.cc', |
111 'cpu.h', | 112 'cpu.h', |
112 'critical_closure.h', | 113 'critical_closure.h', |
113 'critical_closure_ios.mm', | 114 'critical_closure_ios.mm', |
114 'debug/alias.cc', | 115 'debug/alias.cc', |
115 'debug/alias.h', | 116 'debug/alias.h', |
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
185 'files/scoped_temp_dir.h', | 186 'files/scoped_temp_dir.h', |
186 'float_util.h', | 187 'float_util.h', |
187 'format_macros.h', | 188 'format_macros.h', |
188 'gtest_prod_util.h', | 189 'gtest_prod_util.h', |
189 'guid.cc', | 190 'guid.cc', |
190 'guid.h', | 191 'guid.h', |
191 'guid_posix.cc', | 192 'guid_posix.cc', |
192 'guid_win.cc', | 193 'guid_win.cc', |
193 'hash.cc', | 194 'hash.cc', |
194 'hash.h', | 195 'hash.h', |
195 'hash_tables.h', | |
196 'hi_res_timer_manager_posix.cc', | 196 'hi_res_timer_manager_posix.cc', |
197 'hi_res_timer_manager_win.cc', | 197 'hi_res_timer_manager_win.cc', |
198 'hi_res_timer_manager.h', | 198 'hi_res_timer_manager.h', |
199 'id_map.h', | 199 'id_map.h', |
200 'ios/device_util.h', | 200 'ios/device_util.h', |
201 'ios/device_util.mm', | 201 'ios/device_util.mm', |
202 'ios/ios_util.h', | 202 'ios/ios_util.h', |
203 'ios/ios_util.mm', | 203 'ios/ios_util.mm', |
204 'ios/scoped_critical_action.h', | 204 'ios/scoped_critical_action.h', |
205 'ios/scoped_critical_action.mm', | 205 'ios/scoped_critical_action.mm', |
(...skipping 630 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
836 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', { | 836 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', { |
837 'sources/': [ | 837 'sources/': [ |
838 ['exclude', '^third_party/nspr/'], | 838 ['exclude', '^third_party/nspr/'], |
839 ], | 839 ], |
840 }], | 840 }], |
841 ], | 841 ], |
842 }], | 842 }], |
843 ], | 843 ], |
844 }, | 844 }, |
845 } | 845 } |
OLD | NEW |