Chromium Code Reviews| Index: gyp/tools.gyp |
| diff --git a/gyp/tools.gyp b/gyp/tools.gyp |
| index b6086d58baefe9a04da1d4c52a14f839fba12092..04d4e3f0fc695b08b169f7378d011d1969a7a7ff 100644 |
| --- a/gyp/tools.gyp |
| +++ b/gyp/tools.gyp |
| @@ -211,6 +211,9 @@ |
| '../tools/render_pictures_main.cpp', |
| ], |
| 'include_dirs': [ |
| + '../src/core', |
| + '../src/images', |
| + '../src/lazy', |
| '../src/pipe/utils/', |
| ], |
| 'dependencies': [ |
| @@ -232,6 +235,7 @@ |
| '../tools/PictureBenchmark.cpp', |
| ], |
| 'include_dirs': [ |
| + '../src/core/', |
| '../bench', |
| '../src/lazy/', |
| ], |
| @@ -258,7 +262,9 @@ |
| '../src/pipe/utils/SamplePipeControllers.cpp', |
| ], |
| 'include_dirs': [ |
| - '../src/core/', |
| + '../src/core', |
| + '../src/images', |
| + '../src/lazy', |
| '../src/pipe/utils/', |
| '../src/utils/', |
| ], |