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

Unified Diff: components/proximity_auth.gypi

Issue 1102473003: Unlock Chrome when a phone with Smart Lock service is found. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@move_screen_lock
Patch Set: Prepare for review 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/proximity_auth.gypi
diff --git a/components/proximity_auth.gypi b/components/proximity_auth.gypi
index e10cc9c37acae76d0bb10decf5bafda77ea36ce7..b56ebd139d8872b38a28154ef26d3ceb4a749a1a 100644
--- a/components/proximity_auth.gypi
+++ b/components/proximity_auth.gypi
@@ -5,6 +5,8 @@
{
'targets': [
{
+ # GN version: //components/proximity_auth and
+ # //components/proximity_auth/ble.
'target_name': 'proximity_auth',
'type': 'static_library',
'include_dirs': [
@@ -12,6 +14,7 @@
],
'dependencies': [
'../base/base.gyp:base',
+ '../content/content.gyp:content_browser',
'../device/bluetooth/bluetooth.gyp:device_bluetooth',
'../net/net.gyp:net',
],

Powered by Google App Engine
This is Rietveld 408576698