Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(633)

Side by Side Diff: components/signin.gypi

Issue 1663783002: Remove the //ios/public/test target. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ios_tests
Patch Set: Add missing forwarding-header Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | ios/chrome/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 # GN version: //components/signin/core/common 8 # GN version: //components/signin/core/common
9 'target_name': 'signin_core_common', 9 'target_name': 'signin_core_common',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after
204 'target_name': 'investigated_scenario_java', 204 'target_name': 'investigated_scenario_java',
205 'type': 'none', 205 'type': 'none',
206 'variables': { 206 'variables': {
207 'source_file': 'signin/core/browser/signin_investigator.h', 207 'source_file': 'signin/core/browser/signin_investigator.h',
208 }, 208 },
209 'includes': [ '../build/android/java_cpp_enum.gypi' ], 209 'includes': [ '../build/android/java_cpp_enum.gypi' ],
210 }, 210 },
211 ], 211 ],
212 }], 212 }],
213 ['OS == "ios"', { 213 ['OS == "ios"', {
214 # GN version: //components/signin/core/browser:ios
215 'targets': [ 214 'targets': [
216 { 215 {
216 # GN version: //components/signin/ios/browser
217 'target_name': 'signin_ios_browser', 217 'target_name': 'signin_ios_browser',
218 'type': 'static_library', 218 'type': 'static_library',
219 'dependencies': [ 219 'dependencies': [
220 '../ios/web/ios_web.gyp:ios_web', 220 '../ios/web/ios_web.gyp:ios_web',
221 'signin_core_browser', 221 'signin_core_browser',
222 ], 222 ],
223 'include_dirs': [ 223 'include_dirs': [
224 '..', 224 '..',
225 ], 225 ],
226 'sources': [ 226 'sources': [
227 # Note: file list duplicated in GN build. 227 # Note: file list duplicated in GN build.
228 'signin/ios/browser/account_consistency_service.h', 228 'signin/ios/browser/account_consistency_service.h',
229 'signin/ios/browser/account_consistency_service.mm', 229 'signin/ios/browser/account_consistency_service.mm',
230 'signin/ios/browser/manage_accounts_delegate.h', 230 'signin/ios/browser/manage_accounts_delegate.h',
231 'signin/ios/browser/merge_session_observer_bridge.h', 231 'signin/ios/browser/merge_session_observer_bridge.h',
232 'signin/ios/browser/merge_session_observer_bridge.mm', 232 'signin/ios/browser/merge_session_observer_bridge.mm',
233 'signin/ios/browser/oauth2_token_service_observer_bridge.h', 233 'signin/ios/browser/oauth2_token_service_observer_bridge.h',
234 'signin/ios/browser/oauth2_token_service_observer_bridge.mm', 234 'signin/ios/browser/oauth2_token_service_observer_bridge.mm',
235 'signin/ios/browser/profile_oauth2_token_service_ios_delegate.h', 235 'signin/ios/browser/profile_oauth2_token_service_ios_delegate.h',
236 'signin/ios/browser/profile_oauth2_token_service_ios_delegate.mm', 236 'signin/ios/browser/profile_oauth2_token_service_ios_delegate.mm',
237 'signin/ios/browser/profile_oauth2_token_service_ios_provider.h', 237 'signin/ios/browser/profile_oauth2_token_service_ios_provider.h',
238 ], 238 ],
239 }, 239 },
240 { 240 {
241 # GN version: //components/signin/ios/browser:test_support
241 'target_name': 'signin_ios_browser_test_support', 242 'target_name': 'signin_ios_browser_test_support',
242 'type': 'static_library', 243 'type': 'static_library',
243 'dependencies': [ 244 'dependencies': [
244 '../base/base.gyp:base', 245 '../base/base.gyp:base',
245 '../google_apis/google_apis.gyp:google_apis_test_support', 246 '../google_apis/google_apis.gyp:google_apis_test_support',
246 'signin_ios_browser', 247 'signin_ios_browser',
247 ], 248 ],
248 'include_dirs': [ 249 'include_dirs': [
249 '..', 250 '..',
250 ], 251 ],
251 'sources': [ 252 'sources': [
252 # Note: file list duplicated in GN build. 253 # Note: file list duplicated in GN build.
253 'signin/ios/browser/fake_profile_oauth2_token_service_ios_delegate.h ', 254 'signin/ios/browser/fake_profile_oauth2_token_service_ios_delegate.h ',
254 'signin/ios/browser/fake_profile_oauth2_token_service_ios_delegate.m m', 255 'signin/ios/browser/fake_profile_oauth2_token_service_ios_delegate.m m',
255 'signin/ios/browser/fake_profile_oauth2_token_service_ios_provider.h ', 256 'signin/ios/browser/fake_profile_oauth2_token_service_ios_provider.h ',
256 'signin/ios/browser/fake_profile_oauth2_token_service_ios_provider.m m', 257 'signin/ios/browser/fake_profile_oauth2_token_service_ios_provider.m m',
257 ], 258 ],
258 }, 259 },
259 ], 260 ],
260 }], 261 }],
261 ], 262 ],
262 } 263 }
OLDNEW
« no previous file with comments | « no previous file | ios/chrome/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698