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

Unified Diff: services/native_viewport/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/gles2/gpu_state.cc ('k') | services/native_viewport/main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/native_viewport/BUILD.gn
diff --git a/services/native_viewport/BUILD.gn b/services/native_viewport/BUILD.gn
index 61ec54090e3d6e5d12ea28ed7d66e5abfe042f23..647a88e002adb06d98fd5a5b75915a9236abc505 100644
--- a/services/native_viewport/BUILD.gn
+++ b/services/native_viewport/BUILD.gn
@@ -57,6 +57,8 @@ source_set("lib") {
sources = [
"native_viewport_impl.cc",
"native_viewport_impl.h",
+ "onscreen_context_provider.cc",
+ "onscreen_context_provider.h",
"platform_viewport.h",
"platform_viewport_android.cc",
"platform_viewport_android.h",
@@ -65,8 +67,6 @@ source_set("lib") {
"platform_viewport_stub.cc",
"platform_viewport_win.cc",
"platform_viewport_x11.cc",
- "viewport_surface.cc",
- "viewport_surface.h",
]
if (!is_ios) {
@@ -75,21 +75,15 @@ source_set("lib") {
deps = [
"//base",
- "//cc/surfaces",
- "//cc/surfaces:surface_id",
"//gpu/command_buffer/service",
"//mojo/application",
"//mojo/common",
"//mojo/converters/geometry",
"//mojo/converters/input_events",
- "//mojo/converters/surfaces",
"//mojo/environment:chromium",
"//services/gles2",
"//mojo/services/geometry/public/interfaces",
- "//mojo/services/gpu/public/interfaces",
"//mojo/services/native_viewport/public/interfaces",
- "//mojo/services/surfaces/public/cpp",
- "//mojo/services/surfaces/public/interfaces",
"//ui/events",
"//ui/events/platform",
"//ui/gfx",
« no previous file with comments | « services/gles2/gpu_state.cc ('k') | services/native_viewport/main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698