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

Unified Diff: components/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/BUILD.gn
diff --git a/components/BUILD.gn b/components/BUILD.gn
index 2518239f736c851209a699eff8a425232f833f38..a6992f2e709e84a54cf434f4c3a6613ad8cf759a 100644
--- a/components/BUILD.gn
+++ b/components/BUILD.gn
@@ -254,6 +254,7 @@ test("components_unittests") {
# Desktop-only deps.
if (!is_android && !is_ios) {
deps += [
+ "//components/cryptauth:unit_tests",
"//components/feedback:unit_tests",
"//components/proximity_auth:unit_tests",
"//components/storage_monitor:unit_tests",

Powered by Google App Engine
This is Rietveld 408576698