Chromium Code Reviews| Index: gyp/tools.gyp |
| diff --git a/gyp/tools.gyp b/gyp/tools.gyp |
| index 46d668bf4e9b7ee8daafa9082a2b99113df44ff6..1766a0975fbdc949a5b233d25201f233b4cb4114 100644 |
| --- a/gyp/tools.gyp |
| +++ b/gyp/tools.gyp |
| @@ -170,10 +170,12 @@ |
| ], |
| 'include_dirs': [ |
| '../src/core/', # needed for SkTLList.h |
| + '../tools/', # needed for picture_utils::replace_char |
| ], |
| 'dependencies': [ |
| 'flags.gyp:flags', |
| 'skia_lib.gyp:skia_lib', |
| + 'tools.gyp:picture_utils', |
| ], |
| 'cflags': [ |
| '-O3', |