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

Side by Side Diff: components/signin.gypi

Issue 1257623002: Componentize FakeSigninManager and SigninManager prefs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Review comment Created 5 years, 5 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
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 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
113 ], 113 ],
114 'include_dirs': [ 114 'include_dirs': [
115 '..', 115 '..',
116 ], 116 ],
117 'sources': [ 117 'sources': [
118 # Note: file list duplicated in GN build. 118 # Note: file list duplicated in GN build.
119 'signin/core/browser/fake_auth_status_provider.cc', 119 'signin/core/browser/fake_auth_status_provider.cc',
120 'signin/core/browser/fake_auth_status_provider.h', 120 'signin/core/browser/fake_auth_status_provider.h',
121 'signin/core/browser/fake_profile_oauth2_token_service.cc', 121 'signin/core/browser/fake_profile_oauth2_token_service.cc',
122 'signin/core/browser/fake_profile_oauth2_token_service.h', 122 'signin/core/browser/fake_profile_oauth2_token_service.h',
123 'signin/core/browser/fake_signin_manager.cc',
124 'signin/core/browser/fake_signin_manager.h',
123 'signin/core/browser/test_signin_client.cc', 125 'signin/core/browser/test_signin_client.cc',
124 'signin/core/browser/test_signin_client.h', 126 'signin/core/browser/test_signin_client.h',
125 ], 127 ],
126 }, 128 },
127 ], 129 ],
128 'conditions': [ 130 'conditions': [
129 ['OS == "ios"', { 131 ['OS == "ios"', {
130 # GN version: //components/signin/core/browser:ios 132 # GN version: //components/signin/core/browser:ios
131 'targets': [ 133 'targets': [
132 { 134 {
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
165 'signin/ios/browser/fake_profile_oauth2_token_service_ios_delegate.h ', 167 'signin/ios/browser/fake_profile_oauth2_token_service_ios_delegate.h ',
166 'signin/ios/browser/fake_profile_oauth2_token_service_ios_delegate.m m', 168 'signin/ios/browser/fake_profile_oauth2_token_service_ios_delegate.m m',
167 'signin/ios/browser/fake_profile_oauth2_token_service_ios_provider.h ', 169 'signin/ios/browser/fake_profile_oauth2_token_service_ios_provider.h ',
168 'signin/ios/browser/fake_profile_oauth2_token_service_ios_provider.m m', 170 'signin/ios/browser/fake_profile_oauth2_token_service_ios_provider.m m',
169 ], 171 ],
170 }, 172 },
171 ], 173 ],
172 }], 174 }],
173 ], 175 ],
174 } 176 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698