diff options
author | John Abd-El-Malek <jam@chromium.org> | 2015-02-10 09:15:12 -0800 |
---|---|---|
committer | John Abd-El-Malek <jam@chromium.org> | 2015-02-10 09:15:12 -0800 |
commit | b045ed21ec797b5d05a6cef819451b0e8bfdee47 (patch) | |
tree | 014af0644ce1e673619ac83cc06c75da4af6556e /samples/samples.gyp | |
parent | 29e20e9d9c42122620b488340d4e78dfed6b0d34 (diff) | |
download | pdfium-b045ed21ec797b5d05a6cef819451b0e8bfdee47.tar.xz |
Merge https://codereview.chromium.org/897973002/ and https://codereview.chromium.org/902753002/ to XFA branch
R=jochen@chromium.org
Review URL: https://codereview.chromium.org/887073005
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': [ { |