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

Unified Diff: components/proximity_auth/webui/BUILD.gn

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
Index: components/proximity_auth/webui/BUILD.gn
diff --git a/components/proximity_auth/webui/BUILD.gn b/components/proximity_auth/webui/BUILD.gn
index 61a0805133b6a018f6347ee783d7b92da9b1da75..69d5ec780f3ecf9db53b357dec8f8f96f174fc45 100644
--- a/components/proximity_auth/webui/BUILD.gn
+++ b/components/proximity_auth/webui/BUILD.gn
@@ -19,6 +19,7 @@ static_library("webui") {
deps = [
"//base",
"//components/proximity_auth/cryptauth",
+ "//components/proximity_auth/cryptauth/proto",
"//components/resources",
"//content/public/browser",
"//ui/resources",

Powered by Google App Engine
This is Rietveld 408576698