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

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
Index: services/surfaces/BUILD.gn
diff --git a/services/surfaces/BUILD.gn b/services/surfaces/BUILD.gn
index 3802720c1b7e336911d073738997eba638cc65ce..4665e3fb216a9f270c443a749973ea7fd98c57c8 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",

Powered by Google App Engine
This is Rietveld 408576698