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

Side by Side Diff: components/signin.gypi

Issue 1245103005: Componentize more signin code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | components/signin/DEPS » ('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 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
109 'signin_core_browser', 109 'signin_core_browser',
110 '../testing/gtest.gyp:gtest', 110 '../testing/gtest.gyp:gtest',
111 ], 111 ],
112 'include_dirs': [ 112 'include_dirs': [
113 '..', 113 '..',
114 ], 114 ],
115 'sources': [ 115 'sources': [
116 # Note: file list duplicated in GN build. 116 # Note: file list duplicated in GN build.
117 'signin/core/browser/fake_auth_status_provider.cc', 117 'signin/core/browser/fake_auth_status_provider.cc',
118 'signin/core/browser/fake_auth_status_provider.h', 118 'signin/core/browser/fake_auth_status_provider.h',
119 'signin/core/browser/fake_profile_oauth2_token_service.cc',
120 'signin/core/browser/fake_profile_oauth2_token_service.h',
119 'signin/core/browser/test_signin_client.cc', 121 'signin/core/browser/test_signin_client.cc',
120 'signin/core/browser/test_signin_client.h', 122 'signin/core/browser/test_signin_client.h',
121 ], 123 ],
122 }, 124 },
123 ], 125 ],
124 'conditions': [ 126 'conditions': [
125 ['OS == "ios"', { 127 ['OS == "ios"', {
126 # GN version: //components/signin/core/browser:ios 128 # GN version: //components/signin/core/browser:ios
127 'targets': [ 129 'targets': [
128 { 130 {
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
161 'signin/ios/browser/fake_profile_oauth2_token_service_ios_delegate.h ', 163 'signin/ios/browser/fake_profile_oauth2_token_service_ios_delegate.h ',
162 'signin/ios/browser/fake_profile_oauth2_token_service_ios_delegate.m m', 164 'signin/ios/browser/fake_profile_oauth2_token_service_ios_delegate.m m',
163 'signin/ios/browser/fake_profile_oauth2_token_service_ios_provider.h ', 165 'signin/ios/browser/fake_profile_oauth2_token_service_ios_provider.h ',
164 'signin/ios/browser/fake_profile_oauth2_token_service_ios_provider.m m', 166 'signin/ios/browser/fake_profile_oauth2_token_service_ios_provider.m m',
165 ], 167 ],
166 }, 168 },
167 ], 169 ],
168 }], 170 }],
169 ], 171 ],
170 } 172 }
OLDNEW
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | components/signin/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698