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 770 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
781 'test/mock_time_provider.h', | 781 'test/mock_time_provider.h', |
782 'test/multiprocess_test.cc', | 782 'test/multiprocess_test.cc', |
783 'test/multiprocess_test.h', | 783 'test/multiprocess_test.h', |
784 'test/multiprocess_test_android.cc', | 784 'test/multiprocess_test_android.cc', |
785 'test/perf_test_suite.cc', | 785 'test/perf_test_suite.cc', |
786 'test/perf_test_suite.h', | 786 'test/perf_test_suite.h', |
787 'test/scoped_locale.cc', | 787 'test/scoped_locale.cc', |
788 'test/scoped_locale.h', | 788 'test/scoped_locale.h', |
789 'test/scoped_path_override.cc', | 789 'test/scoped_path_override.cc', |
790 'test/scoped_path_override.h', | 790 'test/scoped_path_override.h', |
| 791 'test/scoped_time_controller.cc', |
| 792 'test/scoped_time_controller.h', |
791 'test/sequenced_task_runner_test_template.cc', | 793 'test/sequenced_task_runner_test_template.cc', |
792 'test/sequenced_task_runner_test_template.h', | 794 'test/sequenced_task_runner_test_template.h', |
793 'test/task_runner_test_template.cc', | 795 'test/task_runner_test_template.cc', |
794 'test/task_runner_test_template.h', | 796 'test/task_runner_test_template.h', |
795 'test/test_file_util.h', | 797 'test/test_file_util.h', |
796 'test/test_file_util_linux.cc', | 798 'test/test_file_util_linux.cc', |
797 'test/test_file_util_mac.cc', | 799 'test/test_file_util_mac.cc', |
798 'test/test_file_util_posix.cc', | 800 'test/test_file_util_posix.cc', |
799 'test/test_file_util_win.cc', | 801 'test/test_file_util_win.cc', |
800 'test/test_listener_ios.h', | 802 'test/test_listener_ios.h', |
(...skipping 302 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1103 'base_unittests.isolate', | 1105 'base_unittests.isolate', |
1104 ], | 1106 ], |
1105 'sources': [ | 1107 'sources': [ |
1106 'base_unittests.isolate', | 1108 'base_unittests.isolate', |
1107 ], | 1109 ], |
1108 }, | 1110 }, |
1109 ], | 1111 ], |
1110 }], | 1112 }], |
1111 ], | 1113 ], |
1112 } | 1114 } |
OLD | NEW |