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

Unified Diff: chrome/browser/extensions/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: chrome/browser/extensions/BUILD.gn
diff --git a/chrome/browser/extensions/BUILD.gn b/chrome/browser/extensions/BUILD.gn
index 965847ac5e042dcf7bb2479b7ceb3dd3b52d3a5a..1ee7aa873acd73d4e899369088e6af0cdf5406c3 100644
--- a/chrome/browser/extensions/BUILD.gn
+++ b/chrome/browser/extensions/BUILD.gn
@@ -834,6 +834,7 @@ static_library("extensions") {
"//components/bubble",
"//components/content_settings/core/browser",
"//components/crx_file",
+ "//components/cryptauth",
"//components/data_reduction_proxy/core/browser",
"//components/dom_distiller/core",
"//components/drive",
@@ -855,7 +856,6 @@ static_library("extensions") {
"//components/pref_registry",
"//components/proximity_auth",
"//components/proximity_auth/ble",
- "//components/proximity_auth/cryptauth",
"//components/proximity_auth/logging",
"//components/proxy_config",
"//components/rappor",

Powered by Google App Engine
This is Rietveld 408576698