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

Unified Diff: content/common/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: content/common/BUILD.gn
diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn
index b5c8c77dbc2c2d0b8946617f851ca70d1f24144a..aec360704187d62d045d582b86cd998a775a8904 100644
--- a/content/common/BUILD.gn
+++ b/content/common/BUILD.gn
@@ -272,10 +272,10 @@ source_set("common") {
sources -= [
"cursors/webcursor_ozone.cc",
"font_list_ozone.cc",
- "gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.cc",
- "gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.h",
- "gpu/gpu_memory_buffer_factory_ozone_native_buffer.cc",
- "gpu/gpu_memory_buffer_factory_ozone_native_buffer.h",
+ "gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.cc",
+ "gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.h",
+ "gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc",
+ "gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h",
]
}
« no previous file with comments | « content/browser/gpu/browser_gpu_memory_buffer_manager.cc ('k') | content/common/gpu/client/gpu_channel_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698