Chromium Code Reviews| Index: samples/samples.gyp |
| diff --git a/samples/samples.gyp b/samples/samples.gyp |
| index 4938ecb9550966067bdb0e1cdef8c4086453a37e..869931359248e9c07de93363a35fce29e1df98a7 100644 |
| --- a/samples/samples.gyp |
| +++ b/samples/samples.gyp |
| @@ -22,6 +22,10 @@ |
| 'dependencies': [ |
| 'fx_lpng', |
| '../pdfium.gyp:pdfium', |
| + # Regardless of whether the library ships against system freetype, |
| + # always link this binary against the bundled one for consistency |
| + # of results across platforms. |
|
jam
2015/07/30 17:18:03
please copy this comment to the build.gn too so th
|
| + '../third_party/third_party.gyp:fx_freetype', |
| '<(DEPTH)/v8/tools/gyp/v8.gyp:v8_libplatform', |
| ], |
| 'sources': [ |