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

Unified Diff: ui/gfx/BUILD.gn

Issue 2298003002: gfx: Struct traits for GpuMemoryBufferHandle. (Closed)
Patch Set: . Created 4 years, 4 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/gfx/BUILD.gn
diff --git a/ui/gfx/BUILD.gn b/ui/gfx/BUILD.gn
index e65a545e96a494c103b857c3fbf8219031e15ca3..b7b06cbf8b60666884a2df8613ad43c97a1ba9ab 100644
--- a/ui/gfx/BUILD.gn
+++ b/ui/gfx/BUILD.gn
@@ -485,6 +485,8 @@ source_set("memory_buffer_sources") {
"gfx_export.h",
"mac/io_surface.cc",
"mac/io_surface.h",
+ "native_pixmap_handle.cc",
+ "native_pixmap_handle.h",
]
if (!is_ios) {
@@ -494,13 +496,6 @@ source_set("memory_buffer_sources") {
]
}
- if (use_ozone) {
- sources += [
- "native_pixmap_handle_ozone.cc",
- "native_pixmap_handle_ozone.h",
- ]
- }
-
defines = [ "GFX_IMPLEMENTATION" ]
deps = [

Powered by Google App Engine
This is Rietveld 408576698