diff options
author | John Abd-El-Malek <jam@chromium.org> | 2015-02-04 16:04:05 -0800 |
---|---|---|
committer | John Abd-El-Malek <jam@chromium.org> | 2015-02-04 16:04:05 -0800 |
commit | 1be20344622b3da0fa49d511254928c786154f6b (patch) | |
tree | 4067f7559a5b481c090df24e03db31f127222a3c /samples/samples.gyp | |
parent | 62120b79bbaca7430a8fc7ba0846b0a84f40542d (diff) | |
download | pdfium-1be20344622b3da0fa49d511254928c786154f6b.tar.xz |
Initialize V8 outside of PDFium.
This is similar to how we initialize ICU for V8 inside PDFium.
BUG=455399
R=wfh@chromium.org
Review URL: https://codereview.chromium.org/897973002
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 0c8ee93661..607a5b9169 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': [ { |