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 872 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
883 'test/simple_test_tick_clock.cc', | 883 'test/simple_test_tick_clock.cc', |
884 'test/simple_test_tick_clock.h', | 884 'test/simple_test_tick_clock.h', |
885 'test/task_runner_test_template.cc', | 885 'test/task_runner_test_template.cc', |
886 'test/task_runner_test_template.h', | 886 'test/task_runner_test_template.h', |
887 'test/test_file_util.cc', | 887 'test/test_file_util.cc', |
888 'test/test_file_util.h', | 888 'test/test_file_util.h', |
889 'test/test_file_util_linux.cc', | 889 'test/test_file_util_linux.cc', |
890 'test/test_file_util_mac.cc', | 890 'test/test_file_util_mac.cc', |
891 'test/test_file_util_posix.cc', | 891 'test/test_file_util_posix.cc', |
892 'test/test_file_util_win.cc', | 892 'test/test_file_util_win.cc', |
| 893 'test/test_launcher.cc', |
| 894 'test/test_launcher.h', |
893 'test/test_listener_ios.h', | 895 'test/test_listener_ios.h', |
894 'test/test_listener_ios.mm', | 896 'test/test_listener_ios.mm', |
895 'test/test_pending_task.cc', | 897 'test/test_pending_task.cc', |
896 'test/test_pending_task.h', | 898 'test/test_pending_task.h', |
897 'test/test_process_killer_win.cc', | 899 'test/test_process_killer_win.cc', |
898 'test/test_process_killer_win.h', | 900 'test/test_process_killer_win.h', |
899 'test/test_reg_util_win.cc', | 901 'test/test_reg_util_win.cc', |
900 'test/test_reg_util_win.h', | 902 'test/test_reg_util_win.h', |
901 'test/test_shortcut_win.cc', | 903 'test/test_shortcut_win.cc', |
902 'test/test_shortcut_win.h', | 904 'test/test_shortcut_win.h', |
(...skipping 391 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1294 'base_unittests.isolate', | 1296 'base_unittests.isolate', |
1295 ], | 1297 ], |
1296 'sources': [ | 1298 'sources': [ |
1297 'base_unittests.isolate', | 1299 'base_unittests.isolate', |
1298 ], | 1300 ], |
1299 }, | 1301 }, |
1300 ], | 1302 ], |
1301 }], | 1303 }], |
1302 ], | 1304 ], |
1303 } | 1305 } |
OLD | NEW |