| 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 920 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 931 'test/launcher/test_result.h', | 931 'test/launcher/test_result.h', |
| 932 'test/launcher/test_results_tracker.cc', | 932 'test/launcher/test_results_tracker.cc', |
| 933 'test/launcher/test_results_tracker.h', | 933 'test/launcher/test_results_tracker.h', |
| 934 'test/launcher/unit_test_launcher.cc', | 934 'test/launcher/unit_test_launcher.cc', |
| 935 'test/launcher/unit_test_launcher.h', | 935 'test/launcher/unit_test_launcher.h', |
| 936 'test/launcher/unit_test_launcher_ios.cc', | 936 'test/launcher/unit_test_launcher_ios.cc', |
| 937 'test/mock_chrome_application_mac.h', | 937 'test/mock_chrome_application_mac.h', |
| 938 'test/mock_chrome_application_mac.mm', | 938 'test/mock_chrome_application_mac.mm', |
| 939 'test/mock_devices_changed_observer.cc', | 939 'test/mock_devices_changed_observer.cc', |
| 940 'test/mock_devices_changed_observer.h', | 940 'test/mock_devices_changed_observer.h', |
| 941 'test/mock_log.cc', |
| 942 'test/mock_log.h', |
| 941 'test/multiprocess_test.cc', | 943 'test/multiprocess_test.cc', |
| 942 'test/multiprocess_test.h', | 944 'test/multiprocess_test.h', |
| 943 'test/multiprocess_test_android.cc', | 945 'test/multiprocess_test_android.cc', |
| 944 'test/null_task_runner.cc', | 946 'test/null_task_runner.cc', |
| 945 'test/null_task_runner.h', | 947 'test/null_task_runner.h', |
| 946 'test/opaque_ref_counted.cc', | 948 'test/opaque_ref_counted.cc', |
| 947 'test/opaque_ref_counted.h', | 949 'test/opaque_ref_counted.h', |
| 948 'test/perf_log.cc', | 950 'test/perf_log.cc', |
| 949 'test/perf_log.h', | 951 'test/perf_log.h', |
| 950 'test/perf_test_suite.cc', | 952 'test/perf_test_suite.cc', |
| (...skipping 639 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1590 'dependencies': [ | 1592 'dependencies': [ |
| 1591 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1593 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 1592 ], | 1594 ], |
| 1593 }], | 1595 }], |
| 1594 ], | 1596 ], |
| 1595 }, | 1597 }, |
| 1596 ], | 1598 ], |
| 1597 }], | 1599 }], |
| 1598 ], | 1600 ], |
| 1599 } | 1601 } |
| OLD | NEW |