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

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

Issue 2805633004: Add Mojo NativeDisplayDelegate / NativeDisplayObserver. (Closed)
Patch Set: s/InterfaceRegistry/BinderRegistry Created 3 years, 8 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/screen_manager_forwarding.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..11a22557bd76cc6ddfe587946254b856f2c0886a 100644
--- a/services/ui/display/BUILD.gn
+++ b/services/ui/display/BUILD.gn
@@ -26,6 +26,8 @@ source_set("display") {
sources += [
"output_protection.cc",
"output_protection.h",
+ "screen_manager_forwarding.cc",
+ "screen_manager_forwarding.h",
"screen_manager_ozone_internal.cc",
"screen_manager_ozone_internal.h",
]
@@ -35,6 +37,7 @@ source_set("display") {
"//services/ui/public/interfaces/display",
"//skia",
"//ui/display/manager",
+ "//ui/display/mojo:interfaces",
"//ui/ozone",
]
} else {
« no previous file with comments | « no previous file | services/ui/display/screen_manager_forwarding.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698