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 829 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
840 'dependencies': [ | 840 'dependencies': [ |
841 'base_unittests_jni_headers', | 841 'base_unittests_jni_headers', |
842 'base_java_unittest_support', | 842 'base_java_unittest_support', |
843 ], | 843 ], |
844 }], | 844 }], |
845 ['OS == "ios"', { | 845 ['OS == "ios"', { |
846 'toolsets': ['host', 'target'], | 846 'toolsets': ['host', 'target'], |
847 }], | 847 }], |
848 ], | 848 ], |
849 'sources': [ | 849 'sources': [ |
| 850 'test/command_line_test_util.cc', |
| 851 'test/command_line_test_util.h', |
850 'test/gtest_util.cc', | 852 'test/gtest_util.cc', |
851 'test/gtest_util.h', | 853 'test/gtest_util.h', |
852 'test/gtest_xml_unittest_result_printer.cc', | 854 'test/gtest_xml_unittest_result_printer.cc', |
853 'test/gtest_xml_unittest_result_printer.h', | 855 'test/gtest_xml_unittest_result_printer.h', |
854 'test/gtest_xml_util.cc', | 856 'test/gtest_xml_util.cc', |
855 'test/gtest_xml_util.h', | 857 'test/gtest_xml_util.h', |
856 'test/histogram_tester.cc', | 858 'test/histogram_tester.cc', |
857 'test/histogram_tester.h', | 859 'test/histogram_tester.h', |
858 'test/icu_test_util.cc', | 860 'test/icu_test_util.cc', |
859 'test/icu_test_util.h', | 861 'test/icu_test_util.h', |
(...skipping 862 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1722 '../build/isolate.gypi', | 1724 '../build/isolate.gypi', |
1723 ], | 1725 ], |
1724 'sources': [ | 1726 'sources': [ |
1725 'base_unittests.isolate', | 1727 'base_unittests.isolate', |
1726 ], | 1728 ], |
1727 }, | 1729 }, |
1728 ], | 1730 ], |
1729 }], | 1731 }], |
1730 ], | 1732 ], |
1731 } | 1733 } |
OLD | NEW |