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

Unified Diff: components/proximity_auth.gypi

Issue 598833002: [Easy Unlock] Add missing //net dependency. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 | « no previous file | components/proximity_auth/BUILD.gn » ('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 4f04c4a7499e5b07b5ab87b8186efd5429b26d72..35016f300481f2db75f0b07ea716adbc6d659ed0 100644
--- a/components/proximity_auth.gypi
+++ b/components/proximity_auth.gypi
@@ -13,6 +13,7 @@
'dependencies': [
'../base/base.gyp:base',
'../device/bluetooth/bluetooth.gyp:device_bluetooth',
+ '../net/net.gyp:net',
],
'sources': [
"proximity_auth/bluetooth_util.cc",
« no previous file with comments | « no previous file | components/proximity_auth/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698