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

Unified Diff: services/surfaces/BUILD.gn

Issue 940293003: Add a Display and ContextProvider concept to mojom, use to recreate (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 10 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/native_viewport/viewport_surface.cc ('k') | services/surfaces/display_factory_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/surfaces/BUILD.gn
diff --git a/services/surfaces/BUILD.gn b/services/surfaces/BUILD.gn
index 3802720c1b7e336911d073738997eba638cc65ce..096c731326582b71743d945ba982c8f9f0e9866a 100644
--- a/services/surfaces/BUILD.gn
+++ b/services/surfaces/BUILD.gn
@@ -7,6 +7,10 @@ import("//mojo/public/mojo_application.gni")
mojo_native_application("surfaces") {
output_name = "surfaces_service"
sources = [
+ "display_factory_impl.cc",
+ "display_factory_impl.h",
+ "display_impl.cc",
+ "display_impl.h",
"surfaces_impl.cc",
"surfaces_impl.h",
"surfaces_scheduler.cc",
@@ -19,6 +23,7 @@ mojo_native_application("surfaces") {
"//base",
"//cc",
"//cc/surfaces",
+ "//cc/surfaces:surface_id",
"//ui/gfx/geometry",
"//mojo/application",
"//mojo/cc",
« no previous file with comments | « services/native_viewport/viewport_surface.cc ('k') | services/surfaces/display_factory_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698