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

Unified Diff: ui/gl/gl.gyp

Issue 1258713002: ozone: unify GpuMemoryBufferFactoryOzoneNativePixmap in content/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address comments Created 5 years, 5 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/gl.gyp
diff --git a/ui/gl/gl.gyp b/ui/gl/gl.gyp
index 1bc6a72efb11d7dfd70b0f621f07fe0fca570422..2b5d277a03fee29508ac4c030d3abd697bd0044f 100644
--- a/ui/gl/gl.gyp
+++ b/ui/gl/gl.gyp
@@ -263,6 +263,10 @@
'sources/': [ ['exclude', '^android/'] ],
}],
['use_ozone==1', {
+ 'sources': [
+ 'gl_image_ozone_native_pixmap.cc',
+ 'gl_image_ozone_native_pixmap.h',
+ ],
'dependencies': [
'../ozone/ozone.gyp:ozone',
'../ozone/ozone.gyp:ozone_base',

Powered by Google App Engine
This is Rietveld 408576698