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

Unified Diff: components/view_manager/public/cpp/BUILD.gn

Issue 1281663002: Mandoline: Allow submitting CompositorFrames directly to mojo::Views (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 5 years, 4 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 | « components/view_manager/connection_manager.cc ('k') | components/view_manager/public/cpp/lib/view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/view_manager/public/cpp/BUILD.gn
diff --git a/components/view_manager/public/cpp/BUILD.gn b/components/view_manager/public/cpp/BUILD.gn
index ba91a1d1e48a5702e0e8f4925ddfae834b75239f..03a1c570a7c1ef811cce54947948ba849e95d018 100644
--- a/components/view_manager/public/cpp/BUILD.gn
+++ b/components/view_manager/public/cpp/BUILD.gn
@@ -14,6 +14,7 @@ mojo_sdk_source_set("cpp") {
"lib/view_observer.cc",
"lib/view_private.cc",
"lib/view_private.h",
+ "lib/view_surface.cc",
"lib/view_tree_client_impl.cc",
"lib/view_tree_client_impl.h",
"lib/view_tree_delegate.cc",
@@ -22,6 +23,8 @@ mojo_sdk_source_set("cpp") {
"view.h",
"view_observer.h",
"view_property.h",
+ "view_surface.h",
+ "view_surface_client.h",
"view_tracker.cc",
"view_tracker.h",
"view_tree_connection.h",
@@ -38,6 +41,7 @@ mojo_sdk_source_set("cpp") {
deps = [
"//mojo/application/public/cpp",
"//mojo/application/public/interfaces",
+ "//mojo/converters/surfaces",
"//ui/mojo/events:interfaces",
"//ui/mojo/geometry:interfaces",
"//base",
« no previous file with comments | « components/view_manager/connection_manager.cc ('k') | components/view_manager/public/cpp/lib/view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698