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

Unified Diff: components/arc/BUILD.gn

Issue 2885933003: arc: Consolidate IsArcAllowedForUser logic (Closed)
Patch Set: fix typo 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 a78e3e625d6ddbc22c237fbd1c46da520f48522e..8bf231238bdf632314f072bb446f7184078b9df7 100644
--- a/components/arc/BUILD.gn
+++ b/components/arc/BUILD.gn
@@ -228,6 +228,8 @@ source_set("unit_tests") {
"//base",
"//base/test:test_support",
"//chromeos",
+ "//components/signin/core/account_id",
+ "//components/user_manager",
"//device/bluetooth",
"//mojo/public/cpp/system:system",
"//testing/gmock",

Powered by Google App Engine
This is Rietveld 408576698