Chromium Code Reviews| Index: gyp/pdf.gyp |
| =================================================================== |
| --- gyp/pdf.gyp (revision 10896) |
| +++ gyp/pdf.gyp (working copy) |
| @@ -19,6 +19,8 @@ |
| ], |
| 'sources': [ |
| 'pdf.gypi', # Makes the gypi appear in IDEs (but does not modify the build). |
| + |
| + '../src/doc/SkDocument_PDF.cpp', # Chromium does use this file |
|
djsollen
2013/08/23 20:49:31
what will it hurt if chromium does build this?
robertphillips
2013/08/25 12:04:20
I don't know but it should probably be intentional
|
| ], |
| # This section makes all targets that depend on this target |
| # #define SK_SUPPORT_PDF and have access to the pdf header files. |