Chromium Code Reviews| Index: ui/gl/gl.gyp |
| diff --git a/ui/gl/gl.gyp b/ui/gl/gl.gyp |
| index 1f326baebb76b80790d1ec068de47cb45ae9b28c..ae0a1cbafeb40fc3a693e11b5d2cb971e563fc5e 100644 |
| --- a/ui/gl/gl.gyp |
| +++ b/ui/gl/gl.gyp |
| @@ -79,6 +79,8 @@ |
| 'gl_implementation.cc', |
| 'gl_implementation.h', |
| 'gl_implementation_android.cc', |
| + 'gl_implementation_linux.cc', |
| + 'gl_implementation_linux.h', |
|
jonathan.backer
2013/06/27 14:07:57
Where are these files? I don't see them upstream a
|
| 'gl_implementation_ozone.cc', |
| 'gl_implementation_mac.cc', |
| 'gl_implementation_win.cc', |