Chromium Code Reviews| 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', |