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: gpu/ipc/client/BUILD.gn

Issue 2710223002: Rename GpuMemoryBufferImplOzoneNativePixmap to GpuMemoryBufferImplNativePixmap (Closed)
Patch Set: Rebase Created 3 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 | « gpu/BUILD.gn ('k') | gpu/ipc/client/gpu_memory_buffer_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/ipc/client/BUILD.gn
diff --git a/gpu/ipc/client/BUILD.gn b/gpu/ipc/client/BUILD.gn
index f49b62a0339f4903013e4efbef2a0f2bfb8dae47..96c2808b04a625a859d0c0ab2334ac8f3a3b0067 100644
--- a/gpu/ipc/client/BUILD.gn
+++ b/gpu/ipc/client/BUILD.gn
@@ -35,10 +35,10 @@ source_set("ipc_client_sources") {
"gpu_process_hosted_ca_layer_tree_params.h",
]
}
- if (use_ozone) {
+ if (is_linux) {
sources += [
- "gpu_memory_buffer_impl_ozone_native_pixmap.cc",
- "gpu_memory_buffer_impl_ozone_native_pixmap.h",
+ "gpu_memory_buffer_impl_native_pixmap.cc",
+ "gpu_memory_buffer_impl_native_pixmap.h",
]
}
configs += [
« no previous file with comments | « gpu/BUILD.gn ('k') | gpu/ipc/client/gpu_memory_buffer_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698