| 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 913 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 924 'test/test_file_util_linux.cc', | 924 'test/test_file_util_linux.cc', |
| 925 'test/test_file_util_mac.cc', | 925 'test/test_file_util_mac.cc', |
| 926 'test/test_file_util_posix.cc', | 926 'test/test_file_util_posix.cc', |
| 927 'test/test_file_util_win.cc', | 927 'test/test_file_util_win.cc', |
| 928 'test/test_io_thread.cc', | 928 'test/test_io_thread.cc', |
| 929 'test/test_io_thread.h', | 929 'test/test_io_thread.h', |
| 930 'test/test_listener_ios.h', | 930 'test/test_listener_ios.h', |
| 931 'test/test_listener_ios.mm', | 931 'test/test_listener_ios.mm', |
| 932 'test/test_pending_task.cc', | 932 'test/test_pending_task.cc', |
| 933 'test/test_pending_task.h', | 933 'test/test_pending_task.h', |
| 934 'test/test_process_killer_win.cc', | |
| 935 'test/test_process_killer_win.h', | |
| 936 'test/test_reg_util_win.cc', | 934 'test/test_reg_util_win.cc', |
| 937 'test/test_reg_util_win.h', | 935 'test/test_reg_util_win.h', |
| 938 'test/test_shortcut_win.cc', | 936 'test/test_shortcut_win.cc', |
| 939 'test/test_shortcut_win.h', | 937 'test/test_shortcut_win.h', |
| 940 'test/test_simple_task_runner.cc', | 938 'test/test_simple_task_runner.cc', |
| 941 'test/test_simple_task_runner.h', | 939 'test/test_simple_task_runner.h', |
| 942 'test/test_suite.cc', | 940 'test/test_suite.cc', |
| 943 'test/test_suite.h', | 941 'test/test_suite.h', |
| 944 'test/test_support_android.cc', | 942 'test/test_support_android.cc', |
| 945 'test/test_support_android.h', | 943 'test/test_support_android.h', |
| (...skipping 533 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1479 'dependencies': [ | 1477 'dependencies': [ |
| 1480 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1478 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 1481 ], | 1479 ], |
| 1482 }], | 1480 }], |
| 1483 ], | 1481 ], |
| 1484 }, | 1482 }, |
| 1485 ], | 1483 ], |
| 1486 }], | 1484 }], |
| 1487 ], | 1485 ], |
| 1488 } | 1486 } |
| OLD | NEW |