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 613 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
624 'system_monitor/system_monitor_unittest.cc', | 624 'system_monitor/system_monitor_unittest.cc', |
625 'task/cancelable_task_tracker_unittest.cc', | 625 'task/cancelable_task_tracker_unittest.cc', |
626 'task_runner_util_unittest.cc', | 626 'task_runner_util_unittest.cc', |
627 'template_util_unittest.cc', | 627 'template_util_unittest.cc', |
628 'test/expectations/expectation_unittest.cc', | 628 'test/expectations/expectation_unittest.cc', |
629 'test/expectations/parser_unittest.cc', | 629 'test/expectations/parser_unittest.cc', |
630 'test/histogram_tester_unittest.cc', | 630 'test/histogram_tester_unittest.cc', |
631 'test/test_pending_task_unittest.cc', | 631 'test/test_pending_task_unittest.cc', |
632 'test/test_reg_util_win_unittest.cc', | 632 'test/test_reg_util_win_unittest.cc', |
633 'test/trace_event_analyzer_unittest.cc', | 633 'test/trace_event_analyzer_unittest.cc', |
| 634 'test/user_action_tester_unittest.cc', |
634 'threading/non_thread_safe_unittest.cc', | 635 'threading/non_thread_safe_unittest.cc', |
635 'threading/platform_thread_unittest.cc', | 636 'threading/platform_thread_unittest.cc', |
636 'threading/sequenced_worker_pool_unittest.cc', | 637 'threading/sequenced_worker_pool_unittest.cc', |
637 'threading/simple_thread_unittest.cc', | 638 'threading/simple_thread_unittest.cc', |
638 'threading/thread_checker_unittest.cc', | 639 'threading/thread_checker_unittest.cc', |
639 'threading/thread_collision_warner_unittest.cc', | 640 'threading/thread_collision_warner_unittest.cc', |
640 'threading/thread_id_name_manager_unittest.cc', | 641 'threading/thread_id_name_manager_unittest.cc', |
641 'threading/thread_local_storage_unittest.cc', | 642 'threading/thread_local_storage_unittest.cc', |
642 'threading/thread_local_unittest.cc', | 643 'threading/thread_local_unittest.cc', |
643 'threading/thread_unittest.cc', | 644 'threading/thread_unittest.cc', |
(...skipping 358 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1002 'test/test_switches.cc', | 1003 'test/test_switches.cc', |
1003 'test/test_switches.h', | 1004 'test/test_switches.h', |
1004 'test/test_timeouts.cc', | 1005 'test/test_timeouts.cc', |
1005 'test/test_timeouts.h', | 1006 'test/test_timeouts.h', |
1006 'test/thread_test_helper.cc', | 1007 'test/thread_test_helper.cc', |
1007 'test/thread_test_helper.h', | 1008 'test/thread_test_helper.h', |
1008 'test/trace_event_analyzer.cc', | 1009 'test/trace_event_analyzer.cc', |
1009 'test/trace_event_analyzer.h', | 1010 'test/trace_event_analyzer.h', |
1010 'test/trace_to_file.cc', | 1011 'test/trace_to_file.cc', |
1011 'test/trace_to_file.h', | 1012 'test/trace_to_file.h', |
| 1013 'test/user_action_tester.cc', |
| 1014 'test/user_action_tester.h', |
1012 'test/values_test_util.cc', | 1015 'test/values_test_util.cc', |
1013 'test/values_test_util.h', | 1016 'test/values_test_util.h', |
1014 ], | 1017 ], |
1015 'target_conditions': [ | 1018 'target_conditions': [ |
1016 ['OS == "ios"', { | 1019 ['OS == "ios"', { |
1017 'sources/': [ | 1020 'sources/': [ |
1018 # Pull in specific Mac files for iOS (which have been filtered out | 1021 # Pull in specific Mac files for iOS (which have been filtered out |
1019 # by file name rules). | 1022 # by file name rules). |
1020 ['include', '^test/test_file_util_mac\\.cc$'], | 1023 ['include', '^test/test_file_util_mac\\.cc$'], |
1021 ], | 1024 ], |
(...skipping 576 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1598 'dependencies': [ | 1601 'dependencies': [ |
1599 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1602 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
1600 ], | 1603 ], |
1601 }], | 1604 }], |
1602 ], | 1605 ], |
1603 }, | 1606 }, |
1604 ], | 1607 ], |
1605 }], | 1608 }], |
1606 ], | 1609 ], |
1607 } | 1610 } |
OLD | NEW |