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

Unified Diff: ui/display/BUILD.gn

Issue 2445583002: Relocate display_manager from ash to ui (Closed)
Patch Set: fix windows build Created 4 years, 2 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/exo/wm_helper_ash.cc ('k') | ui/display/manager/display_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/display/BUILD.gn
diff --git a/ui/display/BUILD.gn b/ui/display/BUILD.gn
index a3f8cf5f370b768bd68c5c191bb1e1278833b7c8..6ecdbc6d9658f9744156cfef9734701a2e877800 100644
--- a/ui/display/BUILD.gn
+++ b/ui/display/BUILD.gn
@@ -48,6 +48,8 @@ component("display") {
"manager/display_layout_builder.h",
"manager/display_layout_store.cc",
"manager/display_layout_store.h",
+ "manager/display_manager.cc",
+ "manager/display_manager.h",
"manager/display_manager_utilities.cc",
"manager/display_manager_utilities.h",
"manager/managed_display_info.cc",
@@ -126,6 +128,26 @@ component("display") {
}
}
+component("display_manager_test_api") {
+ testonly = true
+ sources = [
+ "test/display_manager_test_api.cc",
+ "test/display_manager_test_api.h",
+ ]
+
+ defines = [ "DISPLAY_IMPLEMENTATION" ]
+
+ public_deps = [
+ ":display",
+ ]
+
+ deps = [
+ "//base",
+ "//ui/display",
+ "//ui/display/types",
+ ]
+}
+
static_library("test_support") {
testonly = true
sources = [
« no previous file with comments | « components/exo/wm_helper_ash.cc ('k') | ui/display/manager/display_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698