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

Unified Diff: components/proximity_auth/BUILD.gn

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 | « components/proximity_auth.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/proximity_auth/BUILD.gn
diff --git a/components/proximity_auth/BUILD.gn b/components/proximity_auth/BUILD.gn
index 1bd15ded02178f2c11c1d1553f9779d025ec5fb6..61981a2da60c2e8cb811020f73077a5fde42af03 100644
--- a/components/proximity_auth/BUILD.gn
+++ b/components/proximity_auth/BUILD.gn
@@ -20,6 +20,7 @@ static_library("proximity_auth") {
deps = [
"//base",
"//device/bluetooth",
+ "//net",
]
}
« no previous file with comments | « components/proximity_auth.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698