| Index: pdfium.gyp
|
| diff --git a/pdfium.gyp b/pdfium.gyp
|
| index a78d1048914e034b329d4c7ddb907290ee8b497b..6da7f3ae374ee5e3644e44e6823ed512009594b7 100644
|
| --- a/pdfium.gyp
|
| +++ b/pdfium.gyp
|
| @@ -757,10 +757,12 @@
|
| 'target_name': 'javascript',
|
| 'type': 'static_library',
|
| 'include_dirs': [
|
| + '<(DEPTH)/v8',
|
| '<(DEPTH)/v8/include',
|
| ],
|
| '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',
|
| @@ -821,6 +823,7 @@
|
| '<(DEPTH)/v8/tools/gyp/v8.gyp:v8',
|
| ],
|
| 'include_dirs': [
|
| + '<(DEPTH)/v8',
|
| '<(DEPTH)/v8/include',
|
| ],
|
| 'ldflags': [ '-L<(PRODUCT_DIR)',],
|
|
|