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

Unified Diff: components/signin.gypi

Issue 1096293003: Move screenlock_bridge to components/proximity_auth (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: git cl format Created 5 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 4030c5a1437dffec545bf1e42e542146051ad919..1c3f3661aade77107425509ccf191f1174f49e03 100644
--- a/components/signin.gypi
+++ b/components/signin.gypi
@@ -149,5 +149,31 @@
},
],
}],
+ ['OS != "ios"', {
+ 'targets': [
+ {
+ # GN version: //components/signin/content:content
msarda 2015/04/21 16:02:57 This file was not yet added. I plan to add it in a
+ 'target_name': 'signin_content',
+ 'type': '<(component)',
+ 'sources': [
+ 'signin/content/screenlock_bridge.cc',
+ 'signin/content/screenlock_bridge.h',
+ ],
+ 'dependencies' : [
+ '../base/base.gyp:base',
+ ],
+ 'include_dirs': [
+ '..',
+ ],
+ 'conditions': [
+ ['chromeos==1', {
+ 'dependencies': [
+ '../chromeos/chromeos.gyp:chromeos',
+ ],
+ }],
+ ],
+ }
+ ],
+ }],
],
}

Powered by Google App Engine
This is Rietveld 408576698