Chromium Code Reviews| 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 808 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 819 ], | 819 ], |
| 820 }], | 820 }], |
| 821 ['OS == "android"', { | 821 ['OS == "android"', { |
| 822 'sources/': [ | 822 'sources/': [ |
| 823 ['include', '^debug/proc_maps_linux_unittest\\.cc$'], | 823 ['include', '^debug/proc_maps_linux_unittest\\.cc$'], |
| 824 ], | 824 ], |
| 825 }], | 825 }], |
| 826 ], # target_conditions | 826 ], # target_conditions |
| 827 }, | 827 }, |
| 828 { | 828 { |
| 829 'target_name': 'test_support_base', | 829 'target_name': 'test_support_base', |
|
M-A Ruel
2013/08/14 18:42:41
It's interesting that test_support_base is in base
Paweł Hajdan Jr.
2013/08/14 18:53:40
Agreed - I'll think about extracting test-specific
| |
| 830 'type': 'static_library', | 830 'type': 'static_library', |
| 831 'dependencies': [ | 831 'dependencies': [ |
| 832 'base', | 832 'base', |
| 833 'base_static', | 833 'base_static', |
| 834 'base_i18n', | 834 'base_i18n', |
| 835 '../testing/gmock.gyp:gmock', | 835 '../testing/gmock.gyp:gmock', |
| 836 '../testing/gtest.gyp:gtest', | 836 '../testing/gtest.gyp:gtest', |
| 837 '../third_party/libxml/libxml.gyp:libxml', | |
| 837 'third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotat ions', | 838 'third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotat ions', |
| 838 ], | 839 ], |
| 839 'export_dependent_settings': [ | 840 'export_dependent_settings': [ |
| 840 'base', | 841 'base', |
| 841 ], | 842 ], |
| 842 'conditions': [ | 843 'conditions': [ |
| 843 ['toolkit_uses_gtk==1', { | 844 ['toolkit_uses_gtk==1', { |
| 844 'dependencies': [ | 845 'dependencies': [ |
| 845 # test_suite initializes GTK. | 846 # test_suite initializes GTK. |
| 846 '../build/linux/system.gyp:gtk', | 847 '../build/linux/system.gyp:gtk', |
| (...skipping 10 matching lines...) Expand all Loading... | |
| 857 'test/test_file_util_linux.cc', | 858 'test/test_file_util_linux.cc', |
| 858 ], | 859 ], |
| 859 }], | 860 }], |
| 860 ], | 861 ], |
| 861 'sources': [ | 862 'sources': [ |
| 862 'perftimer.cc', | 863 'perftimer.cc', |
| 863 'test/expectations/expectation.cc', | 864 'test/expectations/expectation.cc', |
| 864 'test/expectations/expectation.h', | 865 'test/expectations/expectation.h', |
| 865 'test/expectations/parser.cc', | 866 'test/expectations/parser.cc', |
| 866 'test/expectations/parser.h', | 867 'test/expectations/parser.h', |
| 868 'test/gtest_xml_util.cc', | |
| 869 'test/gtest_xml_util.h', | |
| 867 'test/mock_chrome_application_mac.h', | 870 'test/mock_chrome_application_mac.h', |
| 868 'test/mock_chrome_application_mac.mm', | 871 'test/mock_chrome_application_mac.mm', |
| 869 'test/mock_devices_changed_observer.cc', | 872 'test/mock_devices_changed_observer.cc', |
| 870 'test/mock_devices_changed_observer.h', | 873 'test/mock_devices_changed_observer.h', |
| 871 'test/mock_time_provider.cc', | 874 'test/mock_time_provider.cc', |
| 872 'test/mock_time_provider.h', | 875 'test/mock_time_provider.h', |
| 873 'test/multiprocess_test.cc', | 876 'test/multiprocess_test.cc', |
| 874 'test/multiprocess_test.h', | 877 'test/multiprocess_test.h', |
| 875 'test/multiprocess_test_android.cc', | 878 'test/multiprocess_test_android.cc', |
| 876 'test/null_task_runner.cc', | 879 'test/null_task_runner.cc', |
| (...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 918 'test/test_support_ios.h', | 921 'test/test_support_ios.h', |
| 919 'test/test_support_ios.mm', | 922 'test/test_support_ios.mm', |
| 920 'test/test_switches.cc', | 923 'test/test_switches.cc', |
| 921 'test/test_switches.h', | 924 'test/test_switches.h', |
| 922 'test/test_timeouts.cc', | 925 'test/test_timeouts.cc', |
| 923 'test/test_timeouts.h', | 926 'test/test_timeouts.h', |
| 924 'test/thread_test_helper.cc', | 927 'test/thread_test_helper.cc', |
| 925 'test/thread_test_helper.h', | 928 'test/thread_test_helper.h', |
| 926 'test/trace_event_analyzer.cc', | 929 'test/trace_event_analyzer.cc', |
| 927 'test/trace_event_analyzer.h', | 930 'test/trace_event_analyzer.h', |
| 931 'test/unit_test_launcher.cc', | |
| 932 'test/unit_test_launcher.h', | |
| 928 'test/values_test_util.cc', | 933 'test/values_test_util.cc', |
| 929 'test/values_test_util.h', | 934 'test/values_test_util.h', |
| 930 ], | 935 ], |
| 931 'target_conditions': [ | 936 'target_conditions': [ |
| 932 ['OS == "ios"', { | 937 ['OS == "ios"', { |
| 933 'sources/': [ | 938 'sources/': [ |
| 934 # Pull in specific Mac files for iOS (which have been filtered out | 939 # Pull in specific Mac files for iOS (which have been filtered out |
| 935 # by file name rules). | 940 # by file name rules). |
| 936 ['include', '^test/test_file_util_mac\\.cc$'], | 941 ['include', '^test/test_file_util_mac\\.cc$'], |
| 937 ], | 942 ], |
| (...skipping 365 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1303 'base_unittests.isolate', | 1308 'base_unittests.isolate', |
| 1304 ], | 1309 ], |
| 1305 'sources': [ | 1310 'sources': [ |
| 1306 'base_unittests.isolate', | 1311 'base_unittests.isolate', |
| 1307 ], | 1312 ], |
| 1308 }, | 1313 }, |
| 1309 ], | 1314 ], |
| 1310 }], | 1315 }], |
| 1311 ], | 1316 ], |
| 1312 } | 1317 } |
| OLD | NEW |