| 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 914 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 925 'test/launcher/test_result.h', | 925 'test/launcher/test_result.h', |
| 926 'test/launcher/test_results_tracker.cc', | 926 'test/launcher/test_results_tracker.cc', |
| 927 'test/launcher/test_results_tracker.h', | 927 'test/launcher/test_results_tracker.h', |
| 928 'test/launcher/unit_test_launcher.cc', | 928 'test/launcher/unit_test_launcher.cc', |
| 929 'test/launcher/unit_test_launcher.h', | 929 'test/launcher/unit_test_launcher.h', |
| 930 'test/launcher/unit_test_launcher_ios.cc', | 930 'test/launcher/unit_test_launcher_ios.cc', |
| 931 'test/mock_chrome_application_mac.h', | 931 'test/mock_chrome_application_mac.h', |
| 932 'test/mock_chrome_application_mac.mm', | 932 'test/mock_chrome_application_mac.mm', |
| 933 'test/mock_devices_changed_observer.cc', | 933 'test/mock_devices_changed_observer.cc', |
| 934 'test/mock_devices_changed_observer.h', | 934 'test/mock_devices_changed_observer.h', |
| 935 'test/mock_time_provider.cc', | |
| 936 'test/mock_time_provider.h', | |
| 937 'test/multiprocess_test.cc', | 935 'test/multiprocess_test.cc', |
| 938 'test/multiprocess_test.h', | 936 'test/multiprocess_test.h', |
| 939 'test/multiprocess_test_android.cc', | 937 'test/multiprocess_test_android.cc', |
| 940 'test/null_task_runner.cc', | 938 'test/null_task_runner.cc', |
| 941 'test/null_task_runner.h', | 939 'test/null_task_runner.h', |
| 942 'test/opaque_ref_counted.cc', | 940 'test/opaque_ref_counted.cc', |
| 943 'test/opaque_ref_counted.h', | 941 'test/opaque_ref_counted.h', |
| 944 'test/perf_log.cc', | 942 'test/perf_log.cc', |
| 945 'test/perf_log.h', | 943 'test/perf_log.h', |
| 946 'test/perf_test_suite.cc', | 944 'test/perf_test_suite.cc', |
| (...skipping 611 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1558 'dependencies': [ | 1556 'dependencies': [ |
| 1559 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1557 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 1560 ], | 1558 ], |
| 1561 }], | 1559 }], |
| 1562 ], | 1560 ], |
| 1563 }, | 1561 }, |
| 1564 ], | 1562 ], |
| 1565 }], | 1563 }], |
| 1566 ], | 1564 ], |
| 1567 } | 1565 } |
| OLD | NEW |