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

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

Issue 2502343003: Moved //components/proximity_auth/cryptauth to //components/cryptauth. (Closed)
Patch Set: Fixed proto #includes. Created 4 years, 1 month 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 69b5253a086b1fd7ed24e066dee09e2fef1354cd..54ff59e0879048da213011f7e9e4d3dc841bbe3c 100644
--- a/components/proximity_auth/webui/BUILD.gn
+++ b/components/proximity_auth/webui/BUILD.gn
@@ -17,10 +17,10 @@ static_library("webui") {
deps = [
"//base",
"//base:i18n",
+ "//components/cryptauth",
"//components/prefs",
"//components/proximity_auth",
"//components/proximity_auth/ble",
- "//components/proximity_auth/cryptauth",
"//components/proximity_auth/logging",
"//components/resources",
"//content/public/browser",

Powered by Google App Engine
This is Rietveld 408576698