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

Side by Side Diff: components/signin.gypi

Issue 489113003: Remove MutableProfileOAuth2TokenService on iOS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove DCHECK(getter). Created 6 years, 4 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 | Annotate | Revision Log
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 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
70 'signin/core/browser/signin_oauth_helper.cc', 70 'signin/core/browser/signin_oauth_helper.cc',
71 'signin/core/browser/signin_oauth_helper.h', 71 'signin/core/browser/signin_oauth_helper.h',
72 'signin/core/browser/signin_tracker.cc', 72 'signin/core/browser/signin_tracker.cc',
73 'signin/core/browser/signin_tracker.h', 73 'signin/core/browser/signin_tracker.h',
74 'signin/core/browser/webdata/token_service_table.cc', 74 'signin/core/browser/webdata/token_service_table.cc',
75 'signin/core/browser/webdata/token_service_table.h', 75 'signin/core/browser/webdata/token_service_table.h',
76 'signin/core/browser/webdata/token_web_data.cc', 76 'signin/core/browser/webdata/token_web_data.cc',
77 'signin/core/browser/webdata/token_web_data.h', 77 'signin/core/browser/webdata/token_web_data.h',
78 ], 78 ],
79 'conditions': [ 79 'conditions': [
80 ['OS=="android"', { 80 ['OS=="android" or OS=="ios"', {
81 'sources!': [ 81 'sources!': [
82 # Not used on Android. 82 # Not used on Android nor iOS.
83 'signin/core/browser/mutable_profile_oauth2_token_service.cc', 83 'signin/core/browser/mutable_profile_oauth2_token_service.cc',
84 'signin/core/browser/mutable_profile_oauth2_token_service.h', 84 'signin/core/browser/mutable_profile_oauth2_token_service.h',
85 ], 85 ],
86 }], 86 }],
87 ['chromeos==1', { 87 ['chromeos==1', {
88 'sources!': [ 88 'sources!': [
89 'signin/core/browser/signin_manager.cc', 89 'signin/core/browser/signin_manager.cc',
90 ], 90 ],
91 }], 91 }],
92 ], 92 ],
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
130 'sources': [ 130 'sources': [
131 # Note: file list duplicated in GN build. 131 # Note: file list duplicated in GN build.
132 'signin/ios/browser/profile_oauth2_token_service_ios.h', 132 'signin/ios/browser/profile_oauth2_token_service_ios.h',
133 'signin/ios/browser/profile_oauth2_token_service_ios.mm', 133 'signin/ios/browser/profile_oauth2_token_service_ios.mm',
134 ], 134 ],
135 }, 135 },
136 ], 136 ],
137 }], 137 }],
138 ], 138 ],
139 } 139 }
OLDNEW
« no previous file with comments | « components/components_tests.gyp ('k') | components/signin/core/browser/mutable_profile_oauth2_token_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698