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 886 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
897 'test/mock_chrome_application_mac.mm', | 897 'test/mock_chrome_application_mac.mm', |
898 'test/mock_devices_changed_observer.cc', | 898 'test/mock_devices_changed_observer.cc', |
899 'test/mock_devices_changed_observer.h', | 899 'test/mock_devices_changed_observer.h', |
900 'test/mock_time_provider.cc', | 900 'test/mock_time_provider.cc', |
901 'test/mock_time_provider.h', | 901 'test/mock_time_provider.h', |
902 'test/multiprocess_test.cc', | 902 'test/multiprocess_test.cc', |
903 'test/multiprocess_test.h', | 903 'test/multiprocess_test.h', |
904 'test/multiprocess_test_android.cc', | 904 'test/multiprocess_test_android.cc', |
905 'test/null_task_runner.cc', | 905 'test/null_task_runner.cc', |
906 'test/null_task_runner.h', | 906 'test/null_task_runner.h', |
| 907 'test/opaque_ref_counted.cc', |
| 908 'test/opaque_ref_counted.h', |
907 'test/perf_log.cc', | 909 'test/perf_log.cc', |
908 'test/perf_log.h', | 910 'test/perf_log.h', |
909 'test/perf_test_suite.cc', | 911 'test/perf_test_suite.cc', |
910 'test/perf_test_suite.h', | 912 'test/perf_test_suite.h', |
911 'test/perf_time_logger.cc', | 913 'test/perf_time_logger.cc', |
912 'test/perf_time_logger.h', | 914 'test/perf_time_logger.h', |
913 'test/power_monitor_test_base.cc', | 915 'test/power_monitor_test_base.cc', |
914 'test/power_monitor_test_base.h', | 916 'test/power_monitor_test_base.h', |
915 'test/scoped_locale.cc', | 917 'test/scoped_locale.cc', |
916 'test/scoped_locale.h', | 918 'test/scoped_locale.h', |
(...skipping 571 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1488 'dependencies': [ | 1490 'dependencies': [ |
1489 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1491 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
1490 ], | 1492 ], |
1491 }], | 1493 }], |
1492 ], | 1494 ], |
1493 }, | 1495 }, |
1494 ], | 1496 ], |
1495 }], | 1497 }], |
1496 ], | 1498 ], |
1497 } | 1499 } |
OLD | NEW |