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 'variables': { | 6 'variables': { |
7 'chromium_code': 1, | 7 'chromium_code': 1, |
8 }, | 8 }, |
9 'includes': [ | 9 'includes': [ |
10 '../build/win_precompile.gypi', | 10 '../build/win_precompile.gypi', |
(...skipping 242 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
253 'stringprintf_unittest.cc', | 253 'stringprintf_unittest.cc', |
254 'synchronization/cancellation_flag_unittest.cc', | 254 'synchronization/cancellation_flag_unittest.cc', |
255 'synchronization/condition_variable_unittest.cc', | 255 'synchronization/condition_variable_unittest.cc', |
256 'synchronization/lock_unittest.cc', | 256 'synchronization/lock_unittest.cc', |
257 'synchronization/waitable_event_unittest.cc', | 257 'synchronization/waitable_event_unittest.cc', |
258 'synchronization/waitable_event_watcher_unittest.cc', | 258 'synchronization/waitable_event_watcher_unittest.cc', |
259 'sys_info_unittest.cc', | 259 'sys_info_unittest.cc', |
260 'sys_string_conversions_mac_unittest.mm', | 260 'sys_string_conversions_mac_unittest.mm', |
261 'sys_string_conversions_unittest.cc', | 261 'sys_string_conversions_unittest.cc', |
262 'system_monitor/system_monitor_unittest.cc', | 262 'system_monitor/system_monitor_unittest.cc', |
| 263 'task_runner_util_unittest.cc', |
263 'template_util_unittest.cc', | 264 'template_util_unittest.cc', |
264 'test/sequenced_worker_pool_owner.cc', | 265 'test/sequenced_worker_pool_owner.cc', |
265 'test/sequenced_worker_pool_owner.h', | 266 'test/sequenced_worker_pool_owner.h', |
266 'test/trace_event_analyzer_unittest.cc', | 267 'test/trace_event_analyzer_unittest.cc', |
267 'threading/non_thread_safe_unittest.cc', | 268 'threading/non_thread_safe_unittest.cc', |
268 'threading/platform_thread_unittest.cc', | 269 'threading/platform_thread_unittest.cc', |
269 'threading/sequenced_worker_pool_unittest.cc', | 270 'threading/sequenced_worker_pool_unittest.cc', |
270 'threading/simple_thread_unittest.cc', | 271 'threading/simple_thread_unittest.cc', |
271 'threading/thread_checker_unittest.cc', | 272 'threading/thread_checker_unittest.cc', |
272 'threading/thread_collision_warner_unittest.cc', | 273 'threading/thread_collision_warner_unittest.cc', |
(...skipping 346 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
619 # treated as weak imports in dependents, who still must | 620 # treated as weak imports in dependents, who still must |
620 # #include closure_blocks_leopard_compat.h to get weak imports. | 621 # #include closure_blocks_leopard_compat.h to get weak imports. |
621 'type': 'none', | 622 'type': 'none', |
622 }], | 623 }], |
623 ], | 624 ], |
624 }, | 625 }, |
625 ], | 626 ], |
626 }], | 627 }], |
627 ], | 628 ], |
628 } | 629 } |
OLD | NEW |