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 867 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
878 'test/simple_test_tick_clock.cc', | 878 'test/simple_test_tick_clock.cc', |
879 'test/simple_test_tick_clock.h', | 879 'test/simple_test_tick_clock.h', |
880 'test/task_runner_test_template.cc', | 880 'test/task_runner_test_template.cc', |
881 'test/task_runner_test_template.h', | 881 'test/task_runner_test_template.h', |
882 'test/test_file_util.cc', | 882 'test/test_file_util.cc', |
883 'test/test_file_util.h', | 883 'test/test_file_util.h', |
884 'test/test_file_util_linux.cc', | 884 'test/test_file_util_linux.cc', |
885 'test/test_file_util_mac.cc', | 885 'test/test_file_util_mac.cc', |
886 'test/test_file_util_posix.cc', | 886 'test/test_file_util_posix.cc', |
887 'test/test_file_util_win.cc', | 887 'test/test_file_util_win.cc', |
| 888 'test/test_launcher.cc', |
| 889 'test/test_launcher.h', |
888 'test/test_listener_ios.h', | 890 'test/test_listener_ios.h', |
889 'test/test_listener_ios.mm', | 891 'test/test_listener_ios.mm', |
890 'test/test_pending_task.cc', | 892 'test/test_pending_task.cc', |
891 'test/test_pending_task.h', | 893 'test/test_pending_task.h', |
892 'test/test_process_killer_win.cc', | 894 'test/test_process_killer_win.cc', |
893 'test/test_process_killer_win.h', | 895 'test/test_process_killer_win.h', |
894 'test/test_reg_util_win.cc', | 896 'test/test_reg_util_win.cc', |
895 'test/test_reg_util_win.h', | 897 'test/test_reg_util_win.h', |
896 'test/test_shortcut_win.cc', | 898 'test/test_shortcut_win.cc', |
897 'test/test_shortcut_win.h', | 899 'test/test_shortcut_win.h', |
(...skipping 390 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1288 'base_unittests.isolate', | 1290 'base_unittests.isolate', |
1289 ], | 1291 ], |
1290 'sources': [ | 1292 'sources': [ |
1291 'base_unittests.isolate', | 1293 'base_unittests.isolate', |
1292 ], | 1294 ], |
1293 }, | 1295 }, |
1294 ], | 1296 ], |
1295 }], | 1297 }], |
1296 ], | 1298 ], |
1297 } | 1299 } |
OLD | NEW |