Chromium Code Reviews| Index: gyp/tools.gyp |
| diff --git a/gyp/tools.gyp b/gyp/tools.gyp |
| index f5e61091a7bf24cb1fc6e90a5fd594fed7579d0b..3168e3d1ea1fb33adecea8cce41073732bf2affa 100644 |
| --- a/gyp/tools.gyp |
| +++ b/gyp/tools.gyp |
| @@ -271,6 +271,10 @@ |
| 'sources': [ |
| '../tools/get_images_from_skps.cpp', |
| ], |
| + 'include_dirs': [ |
| + '../include/private', |
| + '../src/core', |
| + ], |
| 'dependencies': [ |
| 'flags.gyp:flags', |
| 'skia_lib.gyp:skia_lib', |
| @@ -415,7 +419,7 @@ |
| 'direct_dependent_settings': { |
| 'include_dirs': [ |
| '../include/private', |
| - '../tools', |
| + '../tools', |
| ], |
| }, |
| }, |