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 # GN version: //ios/chrome:ios_chrome_unittests |
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
120 { | 120 { |
121 # GN version: //ios/chrome/browser:test_support | 121 # GN version: //ios/chrome/browser:test_support |
122 'target_name': 'ios_chrome_test_support', | 122 'target_name': 'ios_chrome_test_support', |
123 'type': 'static_library', | 123 'type': 'static_library', |
124 'dependencies': [ | 124 'dependencies': [ |
125 '../../base/base.gyp:base', | 125 '../../base/base.gyp:base', |
126 '../../components/components.gyp:keyed_service_core', | 126 '../../components/components.gyp:keyed_service_core', |
127 '../../components/components.gyp:keyed_service_ios', | 127 '../../components/components.gyp:keyed_service_ios', |
128 '../../components/components.gyp:password_manager_core_browser_test_supp
ort', | 128 '../../components/components.gyp:password_manager_core_browser_test_supp
ort', |
129 '../../components/components.gyp:signin_ios_browser_test_support', | 129 '../../components/components.gyp:signin_ios_browser_test_support', |
130 '../../components/components.gyp:sync_driver_test_support', | |
131 '../../components/sync.gyp:sync', | 130 '../../components/sync.gyp:sync', |
| 131 '../../components/sync.gyp:test_support_sync_driver', |
132 '../../testing/gmock.gyp:gmock', | 132 '../../testing/gmock.gyp:gmock', |
133 '../../testing/gtest.gyp:gtest', | 133 '../../testing/gtest.gyp:gtest', |
134 '../../ui/base/ui_base.gyp:ui_base', | 134 '../../ui/base/ui_base.gyp:ui_base', |
135 '../../url/url.gyp:url_lib', | 135 '../../url/url.gyp:url_lib', |
136 '../provider/ios_provider_chrome.gyp:ios_provider_chrome_browser', | 136 '../provider/ios_provider_chrome.gyp:ios_provider_chrome_browser', |
137 '../provider/ios_provider_chrome.gyp:ios_provider_chrome_browser_test_su
pport', | 137 '../provider/ios_provider_chrome.gyp:ios_provider_chrome_browser_test_su
pport', |
138 'ios_chrome.gyp:ios_chrome_browser', | 138 'ios_chrome.gyp:ios_chrome_browser', |
139 ], | 139 ], |
140 'sources': [ | 140 'sources': [ |
141 'browser/browser_state/test_chrome_browser_state.h', | 141 'browser/browser_state/test_chrome_browser_state.h', |
(...skipping 25 matching lines...) Expand all Loading... |
167 'test/ios_chrome_scoped_testing_local_state.h', | 167 'test/ios_chrome_scoped_testing_local_state.h', |
168 'test/ios_chrome_unit_test_suite.h', | 168 'test/ios_chrome_unit_test_suite.h', |
169 'test/ios_chrome_unit_test_suite.mm', | 169 'test/ios_chrome_unit_test_suite.mm', |
170 'test/run_all_unittests.cc', | 170 'test/run_all_unittests.cc', |
171 'test/testing_application_context.h', | 171 'test/testing_application_context.h', |
172 'test/testing_application_context.mm', | 172 'test/testing_application_context.mm', |
173 ], | 173 ], |
174 }, | 174 }, |
175 ], | 175 ], |
176 } | 176 } |
OLD | NEW |