diff options
author | machenbach <machenbach@chromium.org> | 2016-04-26 03:12:36 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-04-26 03:12:36 -0700 |
commit | 3081cc07898dd19a0a00d406ac3555c111940dce (patch) | |
tree | 5521e49bc12b68321d6065a23648aaa78f70f095 /xfa.gyp | |
parent | 860193b775f19a176963e31d41f641455499fccb (diff) | |
download | pdfium-3081cc07898dd19a0a00d406ac3555c111940dce.tar.xz |
Roll v8 to 0ff89ea7 and update gyp references
Contents:
https://chromium.googlesource.com/v8/v8/+log/47bcec78..0ff89ea75
BUG=chromium:606547
Review URL: https://codereview.chromium.org/1920863003
Diffstat (limited to 'xfa.gyp')
-rw-r--r-- | xfa.gyp | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -720,10 +720,10 @@ }], ["pdf_enable_v8==1", { 'dependencies': [ - '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', + '<(DEPTH)/v8/src/v8.gyp:v8', ], 'export_dependent_settings': [ - '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', + '<(DEPTH)/v8/src/v8.gyp:v8', ], 'include_dirs': [ '<(DEPTH)/v8', |