diff options
author | Jochen Eisinger <jochen@chromium.org> | 2014-07-17 08:46:45 +0200 |
---|---|---|
committer | Jochen Eisinger <jochen@chromium.org> | 2014-07-17 08:46:45 +0200 |
commit | 3fb18f41076a111e48cd8cdaee596075c89c275c (patch) | |
tree | b9522eaaa1779a3632a13cda3912ade871b34cb8 /pdfium.gyp | |
parent | 8f75c67f4e724ba44eb3d90e4033f8cc90522273 (diff) | |
download | pdfium-3fb18f41076a111e48cd8cdaee596075c89c275c.tar.xz |
Hook up the default v8::Platform implementation to pdfium
It remains to call the PumpMessageLoop() method at a regular interval,
however, since nothing posts to the loop yet, that shouldn't be a
problem.
BUG=25
R=jam@chromium.org
Review URL: https://codereview.chromium.org/374123002
Diffstat (limited to 'pdfium.gyp')
-rw-r--r-- | pdfium.gyp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pdfium.gyp b/pdfium.gyp index 55a7db80a5..ff619319ab 100644 --- a/pdfium.gyp +++ b/pdfium.gyp @@ -750,10 +750,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', @@ -814,6 +816,7 @@ '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', ], 'include_dirs': [ + '<(DEPTH)/v8', '<(DEPTH)/v8/include', ], 'ldflags': [ '-L<(PRODUCT_DIR)',], |