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

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: build fix for windows 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
« no previous file with comments | « no previous file | components/mus/gles2/command_buffer_driver.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/gles2/BUILD.gn
diff --git a/components/mus/gles2/BUILD.gn b/components/mus/gles2/BUILD.gn
index 8d9e61edb0fb42ac4522dc80c33f95196dabd7d5..0a942da22f7d2b1d4950f0acad28077bcad279a8 100644
--- a/components/mus/gles2/BUILD.gn
+++ b/components/mus/gles2/BUILD.gn
@@ -63,6 +63,10 @@ source_set("gles2") {
if (use_ozone) {
deps += [ "//ui/ozone:ozone" ]
+ sources += [
+ "ozone_gpu_memory_buffer.cc",
+ "ozone_gpu_memory_buffer.h",
+ ]
}
include_dirs = [ "../.." ]
@@ -72,6 +76,8 @@ 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",
« no previous file with comments | « no previous file | components/mus/gles2/command_buffer_driver.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698