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

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 + added uip::Surface 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
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 cbf62bed1aea47fd9a963fe2ad480c924b4a9dbf..20e4e8178660e8a7c782c3b336539870babb129c 100644
--- a/components/view_manager/public/cpp/BUILD.gn
+++ b/components/view_manager/public/cpp/BUILD.gn
@@ -10,6 +10,7 @@ mojo_sdk_source_set("cpp") {
"args.h",
"lib/args.cc",
"lib/scoped_view_ptr.cc",
+ "lib/surface.cc",
"lib/view.cc",
"lib/view_manager_init.cc",
"lib/view_observer.cc",
@@ -19,6 +20,8 @@ mojo_sdk_source_set("cpp") {
"lib/view_tree_client_impl.h",
"lib/view_tree_delegate.cc",
"scoped_view_ptr.h",
+ "surface.h",
+ "surface_client.h",
"view.h",
"view_manager_init.h",
"view_observer.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",

Powered by Google App Engine
This is Rietveld 408576698