Chromium Code Reviews| Index: gyp/SampleApp.gyp |
| diff --git a/gyp/SampleApp.gyp b/gyp/SampleApp.gyp |
| index c2f095073065af9457460db712f6e81c3febc954..16a5c303e5c13f1fb6ba8573bc8fde7e8f0ccbc4 100644 |
| --- a/gyp/SampleApp.gyp |
| +++ b/gyp/SampleApp.gyp |
| @@ -12,6 +12,8 @@ |
| 'include_dirs' : [ |
| '../src/core', |
| '../src/effects', #needed for BlurMask.h |
| + '../src/images', |
| + '../src/lazy', |
| '../gm', # needed to pull gm.h |
| '../samplecode', # To pull SampleApp.h and SampleCode.h |
| '../src/pipe/utils', # For TiledPipeController |