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

Unified Diff: gpu/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 | « components/exo/display.cc ('k') | gpu/ipc/client/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/BUILD.gn
diff --git a/gpu/BUILD.gn b/gpu/BUILD.gn
index 034961437ab40f596d184d5ef72f4b6471b3d26b..87a9e5fdd1f2f392ce25d0a06bea9299c0e22beb 100644
--- a/gpu/BUILD.gn
+++ b/gpu/BUILD.gn
@@ -326,6 +326,10 @@ test("gpu_unittests") {
sources += [ "ipc/client/gpu_memory_buffer_impl_io_surface_unittest.cc" ]
}
+ if (is_linux) {
+ sources += [ "ipc/client/gpu_memory_buffer_impl_native_pixmap_unittest.cc" ]
+ }
+
configs += [
"//build/config:precompiled_headers",
@@ -368,8 +372,6 @@ test("gpu_unittests") {
if (use_ozone) {
deps += [ "//ui/ozone" ]
- sources +=
- [ "ipc/client/gpu_memory_buffer_impl_ozone_native_pixmap_unittest.cc" ]
}
}
« no previous file with comments | « components/exo/display.cc ('k') | gpu/ipc/client/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698