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

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

Issue 2502343003: Moved //components/proximity_auth/cryptauth to //components/cryptauth. (Closed)
Patch Set: Prefixed two test names with "CryptAuth" so that they do not collide with other test names. 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/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",
]
}

Powered by Google App Engine
This is Rietveld 408576698