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

Unified Diff: ui/ozone/gpu/BUILD.gn

Issue 1240353002: ozone: rename to GpuMemoryBuffer(Factory|Impl)OzoneNativePixmap. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address nits in comments Created 5 years, 5 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: ui/ozone/gpu/BUILD.gn
diff --git a/ui/ozone/gpu/BUILD.gn b/ui/ozone/gpu/BUILD.gn
index 43fd615d1db1a00ebed31164a368e3aa9b3126e6..35b07f11d4e5fbcc50b5a379d524dc0230065dd0 100644
--- a/ui/ozone/gpu/BUILD.gn
+++ b/ui/ozone/gpu/BUILD.gn
@@ -6,8 +6,8 @@ component("gpu") {
output_name = "ozone_gpu"
sources = [
- "gpu_memory_buffer_factory_ozone_native_buffer.cc",
- "gpu_memory_buffer_factory_ozone_native_buffer.h",
+ "gpu_memory_buffer_factory_ozone_native_pixmap.cc",
+ "gpu_memory_buffer_factory_ozone_native_pixmap.h",
]
defines = [ "OZONE_GPU_IMPLEMENTATION" ]
« no previous file with comments | « ui/ozone/demo/surfaceless_gl_renderer.cc ('k') | ui/ozone/gpu/gpu_memory_buffer_factory_ozone_native_buffer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698