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

Unified Diff: components/arc/BUILD.gn

Issue 2885933003: arc: Consolidate IsArcAllowedForUser logic (Closed)
Patch Set: add comment for arc kiosk user check 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
« no previous file with comments | « chrome/browser/chromeos/login/screens/user_selection_screen.cc ('k') | components/arc/arc_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/arc/BUILD.gn
diff --git a/components/arc/BUILD.gn b/components/arc/BUILD.gn
index 2dcd3894a146e0d0c3ef4261a22b32082be9925e..c9443f48a140e56e37f66757b408a4ed1ee2d985 100644
--- a/components/arc/BUILD.gn
+++ b/components/arc/BUILD.gn
@@ -79,6 +79,7 @@ static_library("arc") {
"//components/onc",
"//components/prefs",
"//components/signin/core/account_id",
+ "//components/user_manager",
"//device/bluetooth",
"//google_apis",
"//mojo/edk/system",
@@ -230,6 +231,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",
« no previous file with comments | « chrome/browser/chromeos/login/screens/user_selection_screen.cc ('k') | components/arc/arc_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698