| 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 855 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 866 'test/gtest_xml_util.cc', | 866 'test/gtest_xml_util.cc', |
| 867 'test/gtest_xml_util.h', | 867 'test/gtest_xml_util.h', |
| 868 'test/histogram_tester.cc', | 868 'test/histogram_tester.cc', |
| 869 'test/histogram_tester.h', | 869 'test/histogram_tester.h', |
| 870 'test/icu_test_util.cc', | 870 'test/icu_test_util.cc', |
| 871 'test/icu_test_util.h', | 871 'test/icu_test_util.h', |
| 872 'test/ios/wait_util.h', | 872 'test/ios/wait_util.h', |
| 873 'test/ios/wait_util.mm', | 873 'test/ios/wait_util.mm', |
| 874 'test/launcher/test_launcher.cc', | 874 'test/launcher/test_launcher.cc', |
| 875 'test/launcher/test_launcher.h', | 875 'test/launcher/test_launcher.h', |
| 876 'test/launcher/test_launcher_tracer.cc', |
| 877 'test/launcher/test_launcher_tracer.h', |
| 876 'test/launcher/test_result.cc', | 878 'test/launcher/test_result.cc', |
| 877 'test/launcher/test_result.h', | 879 'test/launcher/test_result.h', |
| 878 'test/launcher/test_results_tracker.cc', | 880 'test/launcher/test_results_tracker.cc', |
| 879 'test/launcher/test_results_tracker.h', | 881 'test/launcher/test_results_tracker.h', |
| 880 'test/launcher/unit_test_launcher.cc', | 882 'test/launcher/unit_test_launcher.cc', |
| 881 'test/launcher/unit_test_launcher.h', | 883 'test/launcher/unit_test_launcher.h', |
| 882 'test/launcher/unit_test_launcher_ios.cc', | 884 'test/launcher/unit_test_launcher_ios.cc', |
| 883 'test/mock_chrome_application_mac.h', | 885 'test/mock_chrome_application_mac.h', |
| 884 'test/mock_chrome_application_mac.mm', | 886 'test/mock_chrome_application_mac.mm', |
| 885 'test/mock_devices_changed_observer.cc', | 887 'test/mock_devices_changed_observer.cc', |
| (...skipping 899 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1785 ['include', 'mac/bind_objc_block_unittest_arc\\.mm$'], | 1787 ['include', 'mac/bind_objc_block_unittest_arc\\.mm$'], |
| 1786 ['include', 'mac/scoped_nsobject_unittest_arc\\.mm$'], | 1788 ['include', 'mac/scoped_nsobject_unittest_arc\\.mm$'], |
| 1787 ], | 1789 ], |
| 1788 }] | 1790 }] |
| 1789 ], | 1791 ], |
| 1790 }, | 1792 }, |
| 1791 ], | 1793 ], |
| 1792 }], | 1794 }], |
| 1793 ], | 1795 ], |
| 1794 } | 1796 } |
| OLD | NEW |