| 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 901 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 912 ], | 912 ], |
| 913 'sources': [ | 913 'sources': [ |
| 914 'test/expectations/expectation.cc', | 914 'test/expectations/expectation.cc', |
| 915 'test/expectations/expectation.h', | 915 'test/expectations/expectation.h', |
| 916 'test/expectations/parser.cc', | 916 'test/expectations/parser.cc', |
| 917 'test/expectations/parser.h', | 917 'test/expectations/parser.h', |
| 918 'test/gtest_util.cc', | 918 'test/gtest_util.cc', |
| 919 'test/gtest_util.h', | 919 'test/gtest_util.h', |
| 920 'test/gtest_xml_util.cc', | 920 'test/gtest_xml_util.cc', |
| 921 'test/gtest_xml_util.h', | 921 'test/gtest_xml_util.h', |
| 922 'test/ios/wait_util.h', |
| 923 'test/ios/wait_util.mm', |
| 922 'test/launcher/test_launcher.cc', | 924 'test/launcher/test_launcher.cc', |
| 923 'test/launcher/test_launcher.h', | 925 'test/launcher/test_launcher.h', |
| 924 'test/launcher/test_result.cc', | 926 'test/launcher/test_result.cc', |
| 925 'test/launcher/test_result.h', | 927 'test/launcher/test_result.h', |
| 926 'test/launcher/test_results_tracker.cc', | 928 'test/launcher/test_results_tracker.cc', |
| 927 'test/launcher/test_results_tracker.h', | 929 'test/launcher/test_results_tracker.h', |
| 928 'test/launcher/unit_test_launcher.cc', | 930 'test/launcher/unit_test_launcher.cc', |
| 929 'test/launcher/unit_test_launcher.h', | 931 'test/launcher/unit_test_launcher.h', |
| 930 'test/launcher/unit_test_launcher_ios.cc', | 932 'test/launcher/unit_test_launcher_ios.cc', |
| 931 'test/mock_chrome_application_mac.h', | 933 'test/mock_chrome_application_mac.h', |
| (...skipping 626 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1558 'dependencies': [ | 1560 'dependencies': [ |
| 1559 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1561 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 1560 ], | 1562 ], |
| 1561 }], | 1563 }], |
| 1562 ], | 1564 ], |
| 1563 }, | 1565 }, |
| 1564 ], | 1566 ], |
| 1565 }], | 1567 }], |
| 1566 ], | 1568 ], |
| 1567 } | 1569 } |
| OLD | NEW |