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

Unified Diff: components/proximity_auth/ble/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
« no previous file with comments | « components/proximity_auth/OWNERS ('k') | components/proximity_auth/ble/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/proximity_auth/ble/BUILD.gn
diff --git a/components/proximity_auth/ble/BUILD.gn b/components/proximity_auth/ble/BUILD.gn
index cb96bb9c8504b71c34d058d3fd63056801d09e8b..3cd3dc48d3a6bd0b4875979a6424082e27c2a6a6 100644
--- a/components/proximity_auth/ble/BUILD.gn
+++ b/components/proximity_auth/ble/BUILD.gn
@@ -42,7 +42,7 @@ static_library("ble") {
]
public_deps = [
- "//components/proximity_auth/cryptauth/proto",
+ "//components/cryptauth/proto",
]
}
@@ -71,6 +71,6 @@ source_set("unit_tests") {
]
public_deps = [
- "//components/proximity_auth/cryptauth/proto",
+ "//components/cryptauth/proto",
]
}
« no previous file with comments | « components/proximity_auth/OWNERS ('k') | components/proximity_auth/ble/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698