diff options
author | John Abd-El-Malek <jam@chromium.org> | 2015-02-04 16:04:05 -0800 |
---|---|---|
committer | John Abd-El-Malek <jam@chromium.org> | 2015-02-04 16:04:05 -0800 |
commit | 1be20344622b3da0fa49d511254928c786154f6b (patch) | |
tree | 4067f7559a5b481c090df24e03db31f127222a3c /pdfium.gyp | |
parent | 62120b79bbaca7430a8fc7ba0846b0a84f40542d (diff) | |
download | pdfium-1be20344622b3da0fa49d511254928c786154f6b.tar.xz |
Initialize V8 outside of PDFium.
This is similar to how we initialize ICU for V8 inside PDFium.
BUG=455399
R=wfh@chromium.org
Review URL: https://codereview.chromium.org/897973002
Diffstat (limited to 'pdfium.gyp')
-rw-r--r-- | pdfium.gyp | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/pdfium.gyp b/pdfium.gyp index df85452a0d..c23059d6f3 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', |