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