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

Unified Diff: services/ui/display/BUILD.gn

Issue 2760453003: Work In Progess
Patch Set: convert local_state to use pre_client_store_ Created 3 years, 9 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 | « components/prefs/pref_value_map.cc ('k') | services/ui/display/screen_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/display/BUILD.gn
diff --git a/services/ui/display/BUILD.gn b/services/ui/display/BUILD.gn
index 24c73bdc270b4e2e532381030b6ddd54e0cd27c4..ef7298daf36b297d35a725e050804762bc67d41c 100644
--- a/services/ui/display/BUILD.gn
+++ b/services/ui/display/BUILD.gn
@@ -16,8 +16,13 @@ source_set("display") {
deps = [
"//base",
+ "//chrome/common:constants",
+ "//components/prefs",
+ "//components/user_manager",
+ "//services/preferences/public/cpp",
"//services/service_manager/public/cpp",
"//ui/display",
+ "//ui/display/manager",
"//ui/gfx",
]
@@ -67,6 +72,7 @@ if (use_ozone && is_chromeos) {
"//testing/gtest",
"//ui/base",
"//ui/display",
+ "//ui/display/manager",
"//ui/events/devices",
"//ui/gfx",
"//ui/gfx:test_support",
« no previous file with comments | « components/prefs/pref_value_map.cc ('k') | services/ui/display/screen_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698