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

Unified Diff: chrome/browser/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: chrome/browser/BUILD.gn
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index 32ad6dabc0f5a8cda4ee088ff18cce392240450e..e02cfa6391379817de7b85f3d898542f2397c7aa 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -1733,9 +1733,9 @@ split_static_library("browser") {
"//chrome/common/extensions/api",
"//chrome/common/extensions/api:api_registration",
"//chrome/common/extensions/api:extensions_features",
+ "//components/cryptauth",
"//components/drive",
"//components/proximity_auth/ble",
- "//components/proximity_auth/cryptauth",
"//extensions/components/javascript_dialog_extensions_client",
"//media/cast:net",
]

Powered by Google App Engine
This is Rietveld 408576698