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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: components/signin.gypi
diff --git a/components/signin.gypi b/components/signin.gypi
index d84004584f72ea0d0dca566c774b77f5d8229fe4..4270ba71141792aecf7acaf58200b0507656276c 100644
--- a/components/signin.gypi
+++ b/components/signin.gypi
@@ -77,9 +77,9 @@
'signin/core/browser/webdata/token_web_data.h',
],
'conditions': [
- ['OS=="android"', {
+ ['OS=="android" or OS=="ios"', {
'sources!': [
- # Not used on Android.
+ # Not used on Android nor iOS.
'signin/core/browser/mutable_profile_oauth2_token_service.cc',
'signin/core/browser/mutable_profile_oauth2_token_service.h',
],
« 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