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 575 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
586 'synchronization/waitable_event_unittest.cc', | 586 'synchronization/waitable_event_unittest.cc', |
587 'synchronization/waitable_event_watcher_unittest.cc', | 587 'synchronization/waitable_event_watcher_unittest.cc', |
588 'sys_info_unittest.cc', | 588 'sys_info_unittest.cc', |
589 'system_monitor/system_monitor_unittest.cc', | 589 'system_monitor/system_monitor_unittest.cc', |
590 'task/cancelable_task_tracker_unittest.cc', | 590 'task/cancelable_task_tracker_unittest.cc', |
591 'task_runner_util_unittest.cc', | 591 'task_runner_util_unittest.cc', |
592 'template_util_unittest.cc', | 592 'template_util_unittest.cc', |
593 'test/expectations/expectation_unittest.cc', | 593 'test/expectations/expectation_unittest.cc', |
594 'test/expectations/parser_unittest.cc', | 594 'test/expectations/parser_unittest.cc', |
595 'test/histogram_tester_unittest.cc', | 595 'test/histogram_tester_unittest.cc', |
| 596 'test/test_pending_task_unittest.cc', |
596 'test/test_reg_util_win_unittest.cc', | 597 'test/test_reg_util_win_unittest.cc', |
597 'test/trace_event_analyzer_unittest.cc', | 598 'test/trace_event_analyzer_unittest.cc', |
598 'threading/non_thread_safe_unittest.cc', | 599 'threading/non_thread_safe_unittest.cc', |
599 'threading/platform_thread_unittest.cc', | 600 'threading/platform_thread_unittest.cc', |
600 'threading/sequenced_worker_pool_unittest.cc', | 601 'threading/sequenced_worker_pool_unittest.cc', |
601 'threading/simple_thread_unittest.cc', | 602 'threading/simple_thread_unittest.cc', |
602 'threading/thread_checker_unittest.cc', | 603 'threading/thread_checker_unittest.cc', |
603 'threading/thread_collision_warner_unittest.cc', | 604 'threading/thread_collision_warner_unittest.cc', |
604 'threading/thread_id_name_manager_unittest.cc', | 605 'threading/thread_id_name_manager_unittest.cc', |
605 'threading/thread_local_storage_unittest.cc', | 606 'threading/thread_local_storage_unittest.cc', |
(...skipping 850 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1456 'dependencies': [ | 1457 'dependencies': [ |
1457 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1458 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
1458 ], | 1459 ], |
1459 }], | 1460 }], |
1460 ], | 1461 ], |
1461 }, | 1462 }, |
1462 ], | 1463 ], |
1463 }], | 1464 }], |
1464 ], | 1465 ], |
1465 } | 1466 } |
OLD | NEW |