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

Unified Diff: components/proximity_auth.gypi

Issue 1264703003: Implement debugging local unlock keys in chrome://proximity-auth. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase + fixes Created 5 years, 5 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
« no previous file with comments | « chrome/browser/signin/easy_unlock_service.cc ('k') | components/proximity_auth/bluetooth_connection.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/proximity_auth.gypi
diff --git a/components/proximity_auth.gypi b/components/proximity_auth.gypi
index 0cb415036a4d5fb08317481285199bdee4f6f208..11f33f368e41acdebf574a258d40556eec8bebc5 100644
--- a/components/proximity_auth.gypi
+++ b/components/proximity_auth.gypi
@@ -14,6 +14,7 @@
],
'dependencies': [
':cryptauth',
+ ':cryptauth_proto',
':proximity_auth_logging',
'../base/base.gyp:base',
'../base/base.gyp:base_prefs',
@@ -85,6 +86,10 @@
"proximity_auth/wire_message.cc",
"proximity_auth/wire_message.h",
],
+
+ 'export_dependent_settings': [
+ 'cryptauth_proto',
+ ],
},
{
'target_name': 'proximity_auth_test_support',
@@ -217,6 +222,7 @@
'../ui/resources/ui_resources.gyp:ui_resources',
'components_resources.gyp:components_resources',
'cryptauth',
+ 'cryptauth_proto',
'proximity_auth',
],
'include_dirs': [
« no previous file with comments | « chrome/browser/signin/easy_unlock_service.cc ('k') | components/proximity_auth/bluetooth_connection.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698