| 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 873 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 884 'test/opaque_ref_counted.cc', | 884 'test/opaque_ref_counted.cc', |
| 885 'test/opaque_ref_counted.h', | 885 'test/opaque_ref_counted.h', |
| 886 'test/perf_log.cc', | 886 'test/perf_log.cc', |
| 887 'test/perf_log.h', | 887 'test/perf_log.h', |
| 888 'test/perf_test_suite.cc', | 888 'test/perf_test_suite.cc', |
| 889 'test/perf_test_suite.h', | 889 'test/perf_test_suite.h', |
| 890 'test/perf_time_logger.cc', | 890 'test/perf_time_logger.cc', |
| 891 'test/perf_time_logger.h', | 891 'test/perf_time_logger.h', |
| 892 'test/power_monitor_test_base.cc', | 892 'test/power_monitor_test_base.cc', |
| 893 'test/power_monitor_test_base.h', | 893 'test/power_monitor_test_base.h', |
| 894 'test/scoped_command_line.cc', |
| 895 'test/scoped_command_line.h', |
| 894 'test/scoped_locale.cc', | 896 'test/scoped_locale.cc', |
| 895 'test/scoped_locale.h', | 897 'test/scoped_locale.h', |
| 896 'test/scoped_path_override.cc', | 898 'test/scoped_path_override.cc', |
| 897 'test/scoped_path_override.h', | 899 'test/scoped_path_override.h', |
| 898 'test/sequenced_task_runner_test_template.cc', | 900 'test/sequenced_task_runner_test_template.cc', |
| 899 'test/sequenced_task_runner_test_template.h', | 901 'test/sequenced_task_runner_test_template.h', |
| 900 'test/sequenced_worker_pool_owner.cc', | 902 'test/sequenced_worker_pool_owner.cc', |
| 901 'test/sequenced_worker_pool_owner.h', | 903 'test/sequenced_worker_pool_owner.h', |
| 902 'test/simple_test_clock.cc', | 904 'test/simple_test_clock.cc', |
| 903 'test/simple_test_clock.h', | 905 'test/simple_test_clock.h', |
| (...skipping 818 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1722 '../build/isolate.gypi', | 1724 '../build/isolate.gypi', |
| 1723 ], | 1725 ], |
| 1724 'sources': [ | 1726 'sources': [ |
| 1725 'base_unittests.isolate', | 1727 'base_unittests.isolate', |
| 1726 ], | 1728 ], |
| 1727 }, | 1729 }, |
| 1728 ], | 1730 ], |
| 1729 }], | 1731 }], |
| 1730 ], | 1732 ], |
| 1731 } | 1733 } |
| OLD | NEW |