Chromium Code Reviews| Index: gyp/views.gyp |
| diff --git a/gyp/views.gyp b/gyp/views.gyp |
| index 55fb6dad22cd310a89790762d6eee41e7552b0ef..381e125393a6b4297aaddec28ff35dd501ccb9e2 100644 |
| --- a/gyp/views.gyp |
| +++ b/gyp/views.gyp |
| @@ -77,6 +77,11 @@ |
| '../src/views/SDL/SkOSWindow_SDL.cpp', |
| ], |
| 'conditions': [ |
| + [ 'skia_gpu == 1', { |
| + 'include_dirs' : [ |
| + '../src/gpu', |
| + ], |
| + }], |
| [ 'skia_os == "mac"', { |
| 'link_settings': { |
| 'libraries': [ |