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 871 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
882 'test/null_task_runner.cc', | 882 'test/null_task_runner.cc', |
883 'test/null_task_runner.h', | 883 'test/null_task_runner.h', |
884 'test/perf_log.cc', | 884 'test/perf_log.cc', |
885 'test/perf_log.h', | 885 'test/perf_log.h', |
886 'test/perf_test_suite.cc', | 886 'test/perf_test_suite.cc', |
887 'test/perf_test_suite.h', | 887 'test/perf_test_suite.h', |
888 'test/perf_time_logger.cc', | 888 'test/perf_time_logger.cc', |
889 'test/perf_time_logger.h', | 889 'test/perf_time_logger.h', |
890 'test/power_monitor_test_base.cc', | 890 'test/power_monitor_test_base.cc', |
891 'test/power_monitor_test_base.h', | 891 'test/power_monitor_test_base.h', |
| 892 'test/scoped_class_swizzler_mac.h', |
| 893 'test/scoped_class_swizzler_mac.mm', |
892 'test/scoped_locale.cc', | 894 'test/scoped_locale.cc', |
893 'test/scoped_locale.h', | 895 'test/scoped_locale.h', |
894 'test/scoped_path_override.cc', | 896 'test/scoped_path_override.cc', |
895 'test/scoped_path_override.h', | 897 'test/scoped_path_override.h', |
896 'test/sequenced_task_runner_test_template.cc', | 898 'test/sequenced_task_runner_test_template.cc', |
897 'test/sequenced_task_runner_test_template.h', | 899 'test/sequenced_task_runner_test_template.h', |
898 'test/sequenced_worker_pool_owner.cc', | 900 'test/sequenced_worker_pool_owner.cc', |
899 'test/sequenced_worker_pool_owner.h', | 901 'test/sequenced_worker_pool_owner.h', |
900 'test/simple_test_clock.cc', | 902 'test/simple_test_clock.cc', |
901 'test/simple_test_clock.h', | 903 'test/simple_test_clock.h', |
(...skipping 599 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1501 'dependencies': [ | 1503 'dependencies': [ |
1502 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1504 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
1503 ], | 1505 ], |
1504 }], | 1506 }], |
1505 ], | 1507 ], |
1506 }, | 1508 }, |
1507 ], | 1509 ], |
1508 }], | 1510 }], |
1509 ], | 1511 ], |
1510 } | 1512 } |
OLD | NEW |