Chromium Code Reviews| Index: gyp/core.gyp |
| diff --git a/gyp/core.gyp b/gyp/core.gyp |
| index 9e0792b7734be1dfced1715b21bf3fe93838eef6..cbf14971bf481d84a5cbcdf07c17be558ed37b7e 100644 |
| --- a/gyp/core.gyp |
| +++ b/gyp/core.gyp |
| @@ -15,6 +15,7 @@ |
| 'include_dirs': [ |
| '../include/config', |
| '../include/core', |
| + '../include/images', |
| '../include/lazy', |
| '../include/pathops', |
| '../include/pipe', |
| @@ -96,6 +97,7 @@ |
| 'config', |
| '../include/config', |
| '../include/core', |
| + '../include/images', |
| '../include/lazy', |
| '../include/pathops', |
| '../include/pipe', |