| Index: pdfium.gyp
|
| diff --git a/pdfium.gyp b/pdfium.gyp
|
| index f23db228ef3e2fc83e173619ff0459a4d0cf74f5..db159985f2243a5038591062bf381c8d82c7cf55 100644
|
| --- a/pdfium.gyp
|
| +++ b/pdfium.gyp
|
| @@ -801,13 +801,12 @@
|
| {
|
| 'target_name': 'javascript',
|
| 'type': 'static_library',
|
| - 'include_dirs': [
|
| - '<(DEPTH)/v8',
|
| - '<(DEPTH)/v8/include',
|
| - ],
|
| + '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',
|
|
|