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 246 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
257 'sys_info_unittest.cc', | 257 'sys_info_unittest.cc', |
258 'sys_string_conversions_mac_unittest.mm', | 258 'sys_string_conversions_mac_unittest.mm', |
259 'sys_string_conversions_unittest.cc', | 259 'sys_string_conversions_unittest.cc', |
260 'system_monitor/system_monitor_unittest.cc', | 260 'system_monitor/system_monitor_unittest.cc', |
261 'template_util_unittest.cc', | 261 'template_util_unittest.cc', |
262 'test/sequenced_worker_pool_owner.cc', | 262 'test/sequenced_worker_pool_owner.cc', |
263 'test/sequenced_worker_pool_owner.h', | 263 'test/sequenced_worker_pool_owner.h', |
264 'test/trace_event_analyzer_unittest.cc', | 264 'test/trace_event_analyzer_unittest.cc', |
265 'threading/non_thread_safe_unittest.cc', | 265 'threading/non_thread_safe_unittest.cc', |
266 'threading/platform_thread_unittest.cc', | 266 'threading/platform_thread_unittest.cc', |
267 'threading/sequenced_worker_pool_task_runner_unittest.cc', | |
268 'threading/sequenced_worker_pool_unittest.cc', | 267 'threading/sequenced_worker_pool_unittest.cc', |
269 'threading/simple_thread_unittest.cc', | 268 'threading/simple_thread_unittest.cc', |
270 'threading/thread_checker_unittest.cc', | 269 'threading/thread_checker_unittest.cc', |
271 'threading/thread_collision_warner_unittest.cc', | 270 'threading/thread_collision_warner_unittest.cc', |
272 'threading/thread_local_storage_unittest.cc', | 271 'threading/thread_local_storage_unittest.cc', |
273 'threading/thread_local_unittest.cc', | 272 'threading/thread_local_unittest.cc', |
274 'threading/thread_unittest.cc', | 273 'threading/thread_unittest.cc', |
275 'threading/watchdog_unittest.cc', | 274 'threading/watchdog_unittest.cc', |
276 'threading/worker_pool_posix_unittest.cc', | 275 'threading/worker_pool_posix_unittest.cc', |
277 'threading/worker_pool_unittest.cc', | 276 'threading/worker_pool_unittest.cc', |
(...skipping 378 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
656 # treated as weak imports in dependents, who still must | 655 # treated as weak imports in dependents, who still must |
657 # #include closure_blocks_leopard_compat.h to get weak imports. | 656 # #include closure_blocks_leopard_compat.h to get weak imports. |
658 'type': 'none', | 657 'type': 'none', |
659 }], | 658 }], |
660 ], | 659 ], |
661 }, | 660 }, |
662 ], | 661 ], |
663 }], | 662 }], |
664 ], | 663 ], |
665 } | 664 } |
OLD | NEW |