OLD | NEW |
1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 'variables': { | 5 'variables': { |
6 'chromium_code': 1, | 6 'chromium_code': 1, |
7 }, | 7 }, |
8 'targets': [ | 8 'targets': [ |
9 { | 9 { |
10 'target_name': 'ios_chrome_unittests', | 10 'target_name': 'ios_chrome_unittests', |
11 'type': '<(gtest_target_type)', | 11 'type': '<(gtest_target_type)', |
12 'dependencies': [ | 12 'dependencies': [ |
13 '../../base/base.gyp:base', | 13 '../../base/base.gyp:base', |
14 '../../base/base.gyp:base_prefs_test_support', | 14 '../../base/base.gyp:base_prefs_test_support', |
15 '../../base/base.gyp:test_support_base', | 15 '../../base/base.gyp:test_support_base', |
16 '../../components/components.gyp:bookmarks_test_support', | 16 '../../components/components.gyp:bookmarks_test_support', |
17 '../../components/components.gyp:enhanced_bookmarks_test_support', | 17 '../../components/components.gyp:enhanced_bookmarks_test_support', |
18 '../../components/components.gyp:metrics', | 18 '../../components/components.gyp:metrics', |
19 '../../components/components.gyp:metrics_test_support', | 19 '../../components/components.gyp:metrics_test_support', |
20 '../../components/components.gyp:update_client', | 20 '../../components/components.gyp:update_client', |
21 '../../components/components.gyp:version_info', | 21 '../../components/components.gyp:version_info', |
22 '../../net/net.gyp:net_test_support', | 22 '../../net/net.gyp:net_test_support', |
23 '../../testing/gmock.gyp:gmock', | 23 '../../testing/gmock.gyp:gmock', |
24 '../../testing/gtest.gyp:gtest', | 24 '../../testing/gtest.gyp:gtest', |
25 '../../third_party/ocmock/ocmock.gyp:ocmock', | 25 '../../third_party/ocmock/ocmock.gyp:ocmock', |
26 '../ios_tests.gyp:test_support_ios', | 26 '../ios_tests.gyp:test_support_ios', |
27 '../web/ios_web.gyp:ios_web', | 27 '../web/ios_web.gyp:ios_web', |
28 '../web/ios_web.gyp:test_support_ios_web', | 28 '../web/ios_web.gyp:ios_web_test_support', |
29 'ios_chrome.gyp:ios_chrome_app', | 29 'ios_chrome.gyp:ios_chrome_app', |
30 'ios_chrome.gyp:ios_chrome_browser', | 30 'ios_chrome.gyp:ios_chrome_browser', |
31 'ios_chrome.gyp:ios_chrome_common', | 31 'ios_chrome.gyp:ios_chrome_common', |
32 'ios_chrome_test_support', | 32 'ios_chrome_test_support', |
33 ], | 33 ], |
34 'mac_bundle_resources': [ | 34 'mac_bundle_resources': [ |
35 'browser/ui/native_content_controller_test.xib' | 35 'browser/ui/native_content_controller_test.xib' |
36 ], | 36 ], |
37 'sources': [ | 37 'sources': [ |
38 'app/safe_mode_util_unittest.cc', | 38 'app/safe_mode_util_unittest.cc', |
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
110 'test/block_cleanup_test.mm', | 110 'test/block_cleanup_test.mm', |
111 'test/ios_chrome_unit_test_suite.cc', | 111 'test/ios_chrome_unit_test_suite.cc', |
112 'test/ios_chrome_unit_test_suite.h', | 112 'test/ios_chrome_unit_test_suite.h', |
113 'test/run_all_unittests.cc', | 113 'test/run_all_unittests.cc', |
114 'test/testing_application_context.cc', | 114 'test/testing_application_context.cc', |
115 'test/testing_application_context.h', | 115 'test/testing_application_context.h', |
116 ], | 116 ], |
117 }, | 117 }, |
118 ], | 118 ], |
119 } | 119 } |
OLD | NEW |