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

Unified Diff: ui/display/manager/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 | « services/ui/service.cc ('k') | ui/display/manager/display_preferences.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/display/manager/BUILD.gn
diff --git a/ui/display/manager/BUILD.gn b/ui/display/manager/BUILD.gn
index f05a57d741d141c8b6bfa22c9b9ca0a1c495a8fe..a3170fb300296ad3daeaddcc2bd10d7e9f2c54de 100644
--- a/ui/display/manager/BUILD.gn
+++ b/ui/display/manager/BUILD.gn
@@ -35,6 +35,8 @@ component("manager") {
"display_manager_utilities.cc",
"display_manager_utilities.h",
"display_pref_util.h",
+ "display_preferences.cc",
+ "display_preferences.h",
"json_converter.cc",
"json_converter.h",
"managed_display_info.cc",
@@ -42,6 +44,9 @@ component("manager") {
]
public_deps = [
+ "//chrome/common:constants",
+ "//components/prefs",
+ "//services/preferences/public/cpp",
"//ui/display",
]
« no previous file with comments | « services/ui/service.cc ('k') | ui/display/manager/display_preferences.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698