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

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

Issue 2733313002: Move display preference code from ash/display/ to ui/display/manager/. (Closed)
Patch Set: . 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
Index: ui/display/manager/BUILD.gn
diff --git a/ui/display/manager/BUILD.gn b/ui/display/manager/BUILD.gn
index 16c9e99778cba5dd83e7e2d15ab23bdc71a0125b..7b4160aba150261d446e64a78aeb6f55a457a3d5 100644
--- a/ui/display/manager/BUILD.gn
+++ b/ui/display/manager/BUILD.gn
@@ -34,6 +34,8 @@ component("manager") {
"display_manager_export.h",
"display_manager_utilities.cc",
"display_manager_utilities.h",
+ "json_converter.cc",
kylechar 2017/03/08 15:28:15 What happened to display_pref_util.h?
thanhph 2017/03/09 13:48:28 Done. I moved the file here.
+ "json_converter.h",
"managed_display_info.cc",
"managed_display_info.h",
]

Powered by Google App Engine
This is Rietveld 408576698