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

Unified Diff: ui/gfx/BUILD.gn

Issue 1263323004: Add NativePixmapHandle type & interface for exporting them (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove unnecesary #include and DCHECK msgs Created 5 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 e061fe9a2b1763270b23fe3d3f89eadd18792821..dc2360a8c8ddc109467bc1e06670c182cad831de 100644
--- a/ui/gfx/BUILD.gn
+++ b/ui/gfx/BUILD.gn
@@ -142,6 +142,7 @@ component("gfx") {
"mac/nswindow_frame_controls.h",
"mac/nswindow_frame_controls.mm",
"mac/scoped_cocoa_disable_screen_updates.h",
+ "native_pixmap_handle_ozone.h",
sadrul 2015/08/06 15:32:05 Should be in 'if (use_ozone)' block?
spang 2015/08/06 20:53:29 Yeah oops. I keep forgetting it's not automatic in
"native_widget_types.h",
"nine_image_painter.cc",
"nine_image_painter.h",

Powered by Google App Engine
This is Rietveld 408576698