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

Unified Diff: components/signin.gypi

Issue 226643012: Upstream iOS implementation of ProfileOAuth2TokenService (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Nits Created 6 years, 8 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 aa09f771fa435fb3c24087c130b2cbce7deccf52..5473b579c258ef370757d0b75d6aa50560d4bfc4 100644
--- a/components/signin.gypi
+++ b/components/signin.gypi
@@ -103,4 +103,25 @@
],
},
],
+ 'conditions': [
+ ['OS == "ios"', {
+ 'targets': [
+ {
+ 'target_name': 'signin_ios_browser',
+ 'type': 'static_library',
+ 'dependencies': [
+ 'signin_core_browser',
+ '../ios/provider/ios_components.gyp:ios_components',
+ ],
+ 'include_dirs': [
+ '..',
+ ],
+ 'sources': [
+ 'signin/ios/browser/profile_oauth2_token_service_ios.h',
+ 'signin/ios/browser/profile_oauth2_token_service_ios.mm',
+ ],
+ },
+ ],
+ }],
+ ],
}
« no previous file with comments | « no previous file | components/signin/core/browser/signin_client.h » ('j') | components/signin/core/browser/signin_client.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698