Chromium Code Reviews| Index: ui/gl/gl.gyp |
| diff --git a/ui/gl/gl.gyp b/ui/gl/gl.gyp |
| index ae4dfa9014c57333dd6c9cca381e5300a63ef624..66607d2376a327f9c0dc7728faaac3398c054db4 100644 |
| --- a/ui/gl/gl.gyp |
| +++ b/ui/gl/gl.gyp |
| @@ -264,6 +264,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', |