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

Unified Diff: chrome/test/BUILD.gn

Issue 2698913005: Re-enable preferences service access for browser+ash (Closed)
Patch Set: . Created 3 years, 10 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: chrome/test/BUILD.gn
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
index 43dc844cc4b2d2e6fbf1f9dfead182e90daddd09..131daed2ef8ac6c1a026f6bb4db16d3f4a238182 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -2381,7 +2381,11 @@ test("browser_tests") {
"//chrome/browser/chromeos:arc_test_support",
"//chromeos/ime:gencode",
"//components/arc:arc_test_support",
+ "//components/prefs",
"//components/user_manager:test_support",
+ "//services/preferences/public/cpp",
+ "//services/preferences/public/interfaces",
+ "//services/service_manager/public/cpp",
"//ui/login:resources",
]

Powered by Google App Engine
This is Rietveld 408576698