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 859 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
870 'test/mock_devices_changed_observer.h', | 870 'test/mock_devices_changed_observer.h', |
871 'test/mock_time_provider.cc', | 871 'test/mock_time_provider.cc', |
872 'test/mock_time_provider.h', | 872 'test/mock_time_provider.h', |
873 'test/multiprocess_test.cc', | 873 'test/multiprocess_test.cc', |
874 'test/multiprocess_test.h', | 874 'test/multiprocess_test.h', |
875 'test/multiprocess_test_android.cc', | 875 'test/multiprocess_test_android.cc', |
876 'test/null_task_runner.cc', | 876 'test/null_task_runner.cc', |
877 'test/null_task_runner.h', | 877 'test/null_task_runner.h', |
878 'test/perf_test_suite.cc', | 878 'test/perf_test_suite.cc', |
879 'test/perf_test_suite.h', | 879 'test/perf_test_suite.h', |
| 880 'test/power_monitor_test_base.cc', |
| 881 'test/power_monitor_test_base.h', |
880 'test/scoped_locale.cc', | 882 'test/scoped_locale.cc', |
881 'test/scoped_locale.h', | 883 'test/scoped_locale.h', |
882 'test/scoped_path_override.cc', | 884 'test/scoped_path_override.cc', |
883 'test/scoped_path_override.h', | 885 'test/scoped_path_override.h', |
884 'test/sequenced_task_runner_test_template.cc', | 886 'test/sequenced_task_runner_test_template.cc', |
885 'test/sequenced_task_runner_test_template.h', | 887 'test/sequenced_task_runner_test_template.h', |
886 'test/sequenced_worker_pool_owner.cc', | 888 'test/sequenced_worker_pool_owner.cc', |
887 'test/sequenced_worker_pool_owner.h', | 889 'test/sequenced_worker_pool_owner.h', |
888 'test/simple_test_clock.cc', | 890 'test/simple_test_clock.cc', |
889 'test/simple_test_clock.h', | 891 'test/simple_test_clock.h', |
(...skipping 414 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1304 'base_unittests.isolate', | 1306 'base_unittests.isolate', |
1305 ], | 1307 ], |
1306 'sources': [ | 1308 'sources': [ |
1307 'base_unittests.isolate', | 1309 'base_unittests.isolate', |
1308 ], | 1310 ], |
1309 }, | 1311 }, |
1310 ], | 1312 ], |
1311 }], | 1313 }], |
1312 ], | 1314 ], |
1313 } | 1315 } |
OLD | NEW |