Chromium Code Reviews| Index: gyp/tools.gyp |
| diff --git a/gyp/tools.gyp b/gyp/tools.gyp |
| index 9d02ee1f615ca51c7d69d29514f5b78ca7e89da2..63556da749f181d97ac84b6c567626c803a0abab 100644 |
| --- a/gyp/tools.gyp |
| +++ b/gyp/tools.gyp |
| @@ -444,7 +444,10 @@ |
| { |
| 'target_name': 'using_skia_and_harfbuzz', |
| 'type': 'executable', |
| - 'sources': [ '../tools/using_skia_and_harfbuzz.cpp' ], |
| + 'sources': [ |
| + '../tools/using_skia_and_harfbuzz.cpp', |
| + '../tools/SkShaper.cpp', |
| + ], |
| 'dependencies': [ |
| 'skia_lib.gyp:skia_lib', |
| 'pdf.gyp:pdf', |