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

Unified Diff: components/view_manager/gles2/BUILD.gn

Issue 1181013010: Support impl-side painting in Mandoline. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix presubmit warning Created 5 years, 6 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/gles2/BUILD.gn
diff --git a/components/view_manager/gles2/BUILD.gn b/components/view_manager/gles2/BUILD.gn
index 6af69d01923ab29ad2ed2a907bff587e568a552a..13ee4d0c66d47067d193fa6c58397aa78f11c105 100644
--- a/components/view_manager/gles2/BUILD.gn
+++ b/components/view_manager/gles2/BUILD.gn
@@ -44,10 +44,17 @@ source_set("lib") {
"command_buffer_type_conversions.h",
"mojo_buffer_backing.cc",
"mojo_buffer_backing.h",
+ "mojo_gpu_memory_buffer.cc",
+ "mojo_gpu_memory_buffer.h",
+ "mojo_gpu_memory_buffer_manager.cc",
+ "mojo_gpu_memory_buffer_manager.h",
+ "raster_thread_helper.cc",
+ "raster_thread_helper.h",
]
deps = [
"//base",
+ "//cc",
"//components/view_manager/public/interfaces",
"//gpu/command_buffer/common",
"//third_party/mojo/src/mojo/public/cpp/bindings",

Powered by Google App Engine
This is Rietveld 408576698