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

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: Fix linux build 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 2bad40257d8952d7838b226e3ce20c63a4fe47d6..8857046f6dd0be2832113e2735d5a5aeb5d1db31 100644
--- a/components/signin.gypi
+++ b/components/signin.gypi
@@ -147,5 +147,31 @@
},
],
}],
+ ['OS != "ios"', {
+ 'targets': [
+ {
+ # GN version: //components/signin/content:content
+ '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