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 /samples | |
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 'samples')
-rw-r--r-- | samples/samples.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/samples.gyp b/samples/samples.gyp index 6bb48af174..2c956c5eb3 100644 --- a/samples/samples.gyp +++ b/samples/samples.gyp @@ -64,7 +64,7 @@ }], ['pdf_enable_v8==1', { 'dependencies': [ - '<(DEPTH)/v8/tools/gyp/v8.gyp:v8_libplatform', + '<(DEPTH)/v8/src/v8.gyp:v8_libplatform', ], }], ['pdf_use_skia==1', { |