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

Unified Diff: ui/gfx/BUILD.gn

Issue 2688623004: Move native_pixmap.h from ui/ozone/public to ui/gfx (Closed)
Patch Set: Rebase Created 3 years, 10 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 | « media/gpu/video_decode_accelerator_unittest.cc ('k') | ui/gfx/native_pixmap.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/BUILD.gn
diff --git a/ui/gfx/BUILD.gn b/ui/gfx/BUILD.gn
index ebd428cc38cf2ed4e83796dc7b09f48e2853a0b4..ba2ed350ca92bfdf0527c0f6bc6dbebd44d7dd3c 100644
--- a/ui/gfx/BUILD.gn
+++ b/ui/gfx/BUILD.gn
@@ -533,6 +533,7 @@ source_set("memory_buffer_sources") {
"gfx_export.h",
"mac/io_surface.cc",
"mac/io_surface.h",
+ "native_pixmap.h",
"native_pixmap_handle.cc",
"native_pixmap_handle.h",
]
@@ -549,6 +550,7 @@ source_set("memory_buffer_sources") {
defines = [ "GFX_IMPLEMENTATION" ]
deps = [
+ ":native_widget_types",
"//base",
"//ui/gfx/geometry",
]
« no previous file with comments | « media/gpu/video_decode_accelerator_unittest.cc ('k') | ui/gfx/native_pixmap.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698