diff options
Diffstat (limited to 'samples/samples.gyp')
-rw-r--r-- | samples/samples.gyp | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/samples/samples.gyp b/samples/samples.gyp index e559790476..c972142ed2 100644 --- a/samples/samples.gyp +++ b/samples/samples.gyp @@ -7,8 +7,13 @@ 'type': 'executable', 'dependencies': [ '../pdfium.gyp:pdfium', + '<(DEPTH)/v8/tools/gyp/v8.gyp:v8_libplatform', + ], + 'include_dirs': [ + '<(DEPTH)', + '<(DEPTH)/v8', + '<(DEPTH)/v8/include', ], - 'include_dirs': ['<(DEPTH)'], }, 'targets': [ { |