| 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 827 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 838 'test/task_runner_test_template.h', | 838 'test/task_runner_test_template.h', |
| 839 'test/test_file_util.h', | 839 'test/test_file_util.h', |
| 840 'test/test_file_util_linux.cc', | 840 'test/test_file_util_linux.cc', |
| 841 'test/test_file_util_mac.cc', | 841 'test/test_file_util_mac.cc', |
| 842 'test/test_file_util_posix.cc', | 842 'test/test_file_util_posix.cc', |
| 843 'test/test_file_util_win.cc', | 843 'test/test_file_util_win.cc', |
| 844 'test/test_listener_ios.h', | 844 'test/test_listener_ios.h', |
| 845 'test/test_listener_ios.mm', | 845 'test/test_listener_ios.mm', |
| 846 'test/test_pending_task.cc', | 846 'test/test_pending_task.cc', |
| 847 'test/test_pending_task.h', | 847 'test/test_pending_task.h', |
| 848 'test/test_process_killer_win.cc', |
| 849 'test/test_process_killer_win.h', |
| 848 'test/test_reg_util_win.cc', | 850 'test/test_reg_util_win.cc', |
| 849 'test/test_reg_util_win.h', | 851 'test/test_reg_util_win.h', |
| 850 'test/test_shortcut_win.cc', | 852 'test/test_shortcut_win.cc', |
| 851 'test/test_shortcut_win.h', | 853 'test/test_shortcut_win.h', |
| 852 'test/test_simple_task_runner.cc', | 854 'test/test_simple_task_runner.cc', |
| 853 'test/test_simple_task_runner.h', | 855 'test/test_simple_task_runner.h', |
| 854 'test/test_suite.cc', | 856 'test/test_suite.cc', |
| 855 'test/test_suite.h', | 857 'test/test_suite.h', |
| 856 'test/test_support_android.cc', | 858 'test/test_support_android.cc', |
| 857 'test/test_support_android.h', | 859 'test/test_support_android.h', |
| (...skipping 326 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1184 'base_unittests.isolate', | 1186 'base_unittests.isolate', |
| 1185 ], | 1187 ], |
| 1186 'sources': [ | 1188 'sources': [ |
| 1187 'base_unittests.isolate', | 1189 'base_unittests.isolate', |
| 1188 ], | 1190 ], |
| 1189 }, | 1191 }, |
| 1190 ], | 1192 ], |
| 1191 }], | 1193 }], |
| 1192 ], | 1194 ], |
| 1193 } | 1195 } |
| OLD | NEW |