| 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 773 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 784 'test/multiprocess_test.h', | 784 'test/multiprocess_test.h', |
| 785 'test/multiprocess_test_android.cc', | 785 'test/multiprocess_test_android.cc', |
| 786 'test/perf_test_suite.cc', | 786 'test/perf_test_suite.cc', |
| 787 'test/perf_test_suite.h', | 787 'test/perf_test_suite.h', |
| 788 'test/scoped_locale.cc', | 788 'test/scoped_locale.cc', |
| 789 'test/scoped_locale.h', | 789 'test/scoped_locale.h', |
| 790 'test/scoped_path_override.cc', | 790 'test/scoped_path_override.cc', |
| 791 'test/scoped_path_override.h', | 791 'test/scoped_path_override.h', |
| 792 'test/sequenced_task_runner_test_template.cc', | 792 'test/sequenced_task_runner_test_template.cc', |
| 793 'test/sequenced_task_runner_test_template.h', | 793 'test/sequenced_task_runner_test_template.h', |
| 794 'test/simple_test_clock.cc', |
| 795 'test/simple_test_clock.h', |
| 796 'test/simple_test_tick_clock.cc', |
| 797 'test/simple_test_tick_clock.h', |
| 794 'test/task_runner_test_template.cc', | 798 'test/task_runner_test_template.cc', |
| 795 'test/task_runner_test_template.h', | 799 'test/task_runner_test_template.h', |
| 796 'test/test_file_util.h', | 800 'test/test_file_util.h', |
| 797 'test/test_file_util_linux.cc', | 801 'test/test_file_util_linux.cc', |
| 798 'test/test_file_util_mac.cc', | 802 'test/test_file_util_mac.cc', |
| 799 'test/test_file_util_posix.cc', | 803 'test/test_file_util_posix.cc', |
| 800 'test/test_file_util_win.cc', | 804 'test/test_file_util_win.cc', |
| 801 'test/test_listener_ios.h', | 805 'test/test_listener_ios.h', |
| 802 'test/test_listener_ios.mm', | 806 'test/test_listener_ios.mm', |
| 803 'test/test_reg_util_win.cc', | 807 'test/test_reg_util_win.cc', |
| (...skipping 300 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1104 'base_unittests.isolate', | 1108 'base_unittests.isolate', |
| 1105 ], | 1109 ], |
| 1106 'sources': [ | 1110 'sources': [ |
| 1107 'base_unittests.isolate', | 1111 'base_unittests.isolate', |
| 1108 ], | 1112 ], |
| 1109 }, | 1113 }, |
| 1110 ], | 1114 ], |
| 1111 }], | 1115 }], |
| 1112 ], | 1116 ], |
| 1113 } | 1117 } |
| OLD | NEW |