Chromium Code Reviews| Index: gyp/tools.gyp |
| diff --git a/gyp/tools.gyp b/gyp/tools.gyp |
| index f36c523435a8a3aa97cd31c9e2310604edc667e2..afc0333791b5da15e9dbe8f4c922f11ac1cf2189 100644 |
| --- a/gyp/tools.gyp |
| +++ b/gyp/tools.gyp |
| @@ -517,11 +517,13 @@ |
| 'type': 'executable', |
| 'sources': [ |
| '../tools/render_pdfs_main.cpp', |
| + '../tools/LazyDecodeBitmap.cpp', |
| '../tools/PdfRenderer.cpp', |
| '../tools/PdfRenderer.h', |
| ], |
| 'include_dirs': [ |
| '../src/core', |
| + '../src/lazy', |
| '../src/pipe/utils/', |
| '../src/utils/', |
| ], |