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

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

Issue 2310133002: Add mojom::DisplayController. (Closed)
Patch Set: Add missing dep. Created 4 years, 3 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 | « no previous file | services/ui/display/platform_screen.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 5b87139319e2db8b4110f18d3fc05dc173be3c5f..862b7ca0030a2ad1488bf8a7f548c3557d0267f5 100644
--- a/services/ui/display/BUILD.gn
+++ b/services/ui/display/BUILD.gn
@@ -7,6 +7,7 @@ import("//testing/test.gni")
source_set("display") {
sources = [
+ "platform_screen.cc",
"platform_screen.h",
"platform_screen_delegate.h",
]
@@ -24,6 +25,7 @@ source_set("display") {
]
deps += [
+ "//services/ui/public/interfaces/display",
"//skia",
"//ui/ozone",
]
« no previous file with comments | « no previous file | services/ui/display/platform_screen.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698