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

Unified Diff: ui/gl/BUILD.gn

Issue 2687093002: Rename GLImageOzoneNativePixmap to GLImageNativePixmap and move it from ui/ozone/gl to ui/gl (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
Index: ui/gl/BUILD.gn
diff --git a/ui/gl/BUILD.gn b/ui/gl/BUILD.gn
index 79871957c164242b1c47cf3d31c79e1112b374cf..183df6572d11a4ad430de409a9063252760df460 100644
--- a/ui/gl/BUILD.gn
+++ b/ui/gl/BUILD.gn
@@ -169,6 +169,13 @@ component("gl") {
"gl_surface_egl.cc",
"gl_surface_egl.h",
]
+
+ if (is_linux) {
+ sources += [
+ "gl_image_native_pixmap.cc",
+ "gl_image_native_pixmap.h",
+ ]
+ }
}
if (is_android || is_linux) {
sources += [

Powered by Google App Engine
This is Rietveld 408576698