Index: pdfium.gyp |
diff --git a/pdfium.gyp b/pdfium.gyp |
index 34d69594308025d2032f6325acddd31afba37cdf..0bf850b7cf15ecb974a522b9fbadac8208908e0e 100644 |
--- a/pdfium.gyp |
+++ b/pdfium.gyp |
@@ -760,9 +760,11 @@ |
'type': 'static_library', |
'include_dirs': [ |
'<(DEPTH)/v8/include', |
+ '<(DEPTH)/v8', |
], |
'dependencies': [ |
'<(DEPTH)/v8/tools/gyp/v8.gyp:v8', |
+ '<(DEPTH)/v8/tools/gyp/v8.gyp:v8_libplatform', |
], |
'export_dependent_settings': [ |
'<(DEPTH)/v8/tools/gyp/v8.gyp:v8', |
@@ -824,6 +826,7 @@ |
], |
'include_dirs': [ |
'<(DEPTH)/v8/include', |
+ '<(DEPTH)/v8', |
], |
'ldflags': [ '-L<(PRODUCT_DIR)',], |
'sources': [ |