summaryrefslogtreecommitdiff
path: root/pdfium.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'pdfium.gyp')
-rw-r--r--pdfium.gyp5
1 files changed, 4 insertions, 1 deletions
diff --git a/pdfium.gyp b/pdfium.gyp
index daf261a422..b6e68aa377 100644
--- a/pdfium.gyp
+++ b/pdfium.gyp
@@ -934,10 +934,13 @@
'dependencies': [
'<(DEPTH)/testing/gmock.gyp:gmock',
'<(DEPTH)/testing/gtest.gyp:gtest',
+ '<(DEPTH)/v8/tools/gyp/v8.gyp:v8_libplatform',
'pdfium',
],
'include_dirs': [
- '<(DEPTH)'
+ '<(DEPTH)',
+ '<(DEPTH)/v8',
+ '<(DEPTH)/v8/include',
],
'sources': [
'fpdfsdk/src/fpdf_dataavail_embeddertest.cpp',