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

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

Issue 1857243005: Scan-out capable buffers (aka ui::NativePixmap) for Mus (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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/mus/gles2/BUILD.gn
diff --git a/components/mus/gles2/BUILD.gn b/components/mus/gles2/BUILD.gn
index 284fc43bec476cd347bb144e6a1b954e9fd8c428..4944d4e58648cc0493cc03ff4d863c5a9cf40410 100644
--- a/components/mus/gles2/BUILD.gn
+++ b/components/mus/gles2/BUILD.gn
@@ -69,12 +69,16 @@ source_set("lib") {
sources = [
"command_buffer_type_conversions.cc",
"command_buffer_type_conversions.h",
+ "gpu_memory_buffer_impl.cc",
+ "gpu_memory_buffer_impl.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",
+ "ozone_gpu_memory_buffer.cc",
+ "ozone_gpu_memory_buffer.h",
Fady Samuel 2016/04/06 22:02:02 move this to an if (use_ozone) block?
rjkroege 2016/04/06 22:45:44 Done.
"raster_thread_helper.cc",
"raster_thread_helper.h",
]
« no previous file with comments | « no previous file | components/mus/gles2/command_buffer_driver.h » ('j') | components/mus/gles2/command_buffer_driver.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698