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

Unified Diff: components/arc/BUILD.gn

Issue 2885933003: arc: Consolidate IsArcAllowedForUser logic (Closed)
Patch Set: rebase Created 3 years, 7 months 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/arc/BUILD.gn
diff --git a/components/arc/BUILD.gn b/components/arc/BUILD.gn
index 2dcd3894a146e0d0c3ef4261a22b32082be9925e..29d1e9df0187d430f6423f3e2358f7a204e0a7b4 100644
--- a/components/arc/BUILD.gn
+++ b/components/arc/BUILD.gn
@@ -230,6 +230,9 @@ source_set("unit_tests") {
"//base",
"//base/test:test_support",
"//chromeos",
+ "//components/signin/core/account_id",
+ "//components/user_manager",
+ "//components/user_manager:test_support",
"//device/bluetooth",
"//mojo/public/cpp/system:system",
"//testing/gmock",

Powered by Google App Engine
This is Rietveld 408576698