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 # GN version: //ios/chrome:ios_chrome_unittests |
10 'target_name': 'ios_chrome_unittests', | 11 'target_name': 'ios_chrome_unittests', |
11 'type': '<(gtest_target_type)', | 12 'type': '<(gtest_target_type)', |
12 'dependencies': [ | 13 'dependencies': [ |
13 '../../base/base.gyp:base', | 14 '../../base/base.gyp:base', |
14 '../../base/base.gyp:base_prefs_test_support', | 15 '../../base/base.gyp:base_prefs_test_support', |
15 '../../base/base.gyp:test_support_base', | 16 '../../base/base.gyp:test_support_base', |
16 '../../components/components.gyp:bookmarks_test_support', | 17 '../../components/components.gyp:bookmarks_test_support', |
17 '../../components/components.gyp:enhanced_bookmarks_test_support', | 18 '../../components/components.gyp:enhanced_bookmarks_test_support', |
18 '../../components/components.gyp:favicon_base', | 19 '../../components/components.gyp:favicon_base', |
19 '../../components/components.gyp:metrics', | 20 '../../components/components.gyp:metrics', |
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
80 'test/data/webdata/bookmarkimages', | 81 'test/data/webdata/bookmarkimages', |
81 ], | 82 ], |
82 'test_data_prefix': 'ios/chrome', | 83 'test_data_prefix': 'ios/chrome', |
83 }, | 84 }, |
84 'includes': [ '../../build/copy_test_data_ios.gypi' ] | 85 'includes': [ '../../build/copy_test_data_ios.gypi' ] |
85 }, | 86 }, |
86 ], | 87 ], |
87 'includes': ['ios_chrome_resources_bundle.gypi'], | 88 'includes': ['ios_chrome_resources_bundle.gypi'], |
88 }, | 89 }, |
89 { | 90 { |
| 91 # GN version: //ios/chrome/browser:test_support + //ios/public/test |
90 'target_name': 'ios_chrome_test_support', | 92 'target_name': 'ios_chrome_test_support', |
91 'type': 'static_library', | 93 'type': 'static_library', |
92 'dependencies': [ | 94 'dependencies': [ |
93 '../../base/base.gyp:base', | 95 '../../base/base.gyp:base', |
94 '../../components/components.gyp:password_manager_core_browser_test_supp
ort', | 96 '../../components/components.gyp:password_manager_core_browser_test_supp
ort', |
95 '../../components/components.gyp:signin_ios_browser_test_support', | 97 '../../components/components.gyp:signin_ios_browser_test_support', |
96 '../../testing/gmock.gyp:gmock', | 98 '../../testing/gmock.gyp:gmock', |
97 '../../testing/gtest.gyp:gtest', | 99 '../../testing/gtest.gyp:gtest', |
98 '../../ui/base/ui_base.gyp:ui_base', | 100 '../../ui/base/ui_base.gyp:ui_base', |
99 '../../url/url.gyp:url_lib', | 101 '../../url/url.gyp:url_lib', |
(...skipping 18 matching lines...) Expand all Loading... |
118 'test/ios_chrome_scoped_testing_local_state.h', | 120 'test/ios_chrome_scoped_testing_local_state.h', |
119 'test/ios_chrome_unit_test_suite.cc', | 121 'test/ios_chrome_unit_test_suite.cc', |
120 'test/ios_chrome_unit_test_suite.h', | 122 'test/ios_chrome_unit_test_suite.h', |
121 'test/run_all_unittests.cc', | 123 'test/run_all_unittests.cc', |
122 'test/testing_application_context.cc', | 124 'test/testing_application_context.cc', |
123 'test/testing_application_context.h', | 125 'test/testing_application_context.h', |
124 ], | 126 ], |
125 }, | 127 }, |
126 ], | 128 ], |
127 } | 129 } |
OLD | NEW |