| Index: pdfium.gyp
|
| diff --git a/pdfium.gyp b/pdfium.gyp
|
| index df85452a0d07d318774c4019452d257cc2c6e1c0..c23059d6f303142f54009c3b282ab1f2f414f297 100644
|
| --- a/pdfium.gyp
|
| +++ b/pdfium.gyp
|
| @@ -720,13 +720,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',
|
|
|