From 3081cc07898dd19a0a00d406ac3555c111940dce Mon Sep 17 00:00:00 2001 From: machenbach Date: Tue, 26 Apr 2016 03:12:36 -0700 Subject: 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 --- DEPS | 2 +- pdfium.gyp | 12 ++++++------ samples/samples.gyp | 2 +- xfa.gyp | 4 ++-- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/DEPS b/DEPS index 2e6f8015d1..9bfcec6efe 100644 --- a/DEPS +++ b/DEPS @@ -14,7 +14,7 @@ vars = { 'pdfium_tests_revision': '7e5050a49256a7350df9b8d7ad86e911eb83c021', 'skia_revision': '0a291c7b7eea1807bd58bdaa60c258fd0ebeb257', 'trace_event_revision': 'd83d44b13d07c2fd0a40101a7deef9b93b841732', - 'v8_revision': '47bcec782b752ba411bd8bba6e390d1cc1c3226e', + 'v8_revision': '0ff89ea75b3807d751c8cc7bb955a4325776de71', } diff --git a/pdfium.gyp b/pdfium.gyp index 9ca615d796..48bc82d398 100644 --- a/pdfium.gyp +++ b/pdfium.gyp @@ -829,10 +829,10 @@ '<(DEPTH)/v8/include', ], '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', ], 'sources!': [ 'fpdfsdk/javascript/JS_Runtime_Stub.cpp', @@ -1017,8 +1017,8 @@ '<(DEPTH)/v8/include', ], 'dependencies': [ - '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', - '<(DEPTH)/v8/tools/gyp/v8.gyp:v8_libplatform', + '<(DEPTH)/v8/src/v8.gyp:v8', + '<(DEPTH)/v8/src/v8.gyp:v8_libplatform', ], 'sources': [ 'fpdfsdk/javascript/public_methods_embeddertest.cpp', @@ -1050,8 +1050,8 @@ '<(DEPTH)/v8/include', ], 'dependencies': [ - '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', - '<(DEPTH)/v8/tools/gyp/v8.gyp:v8_libplatform', + '<(DEPTH)/v8/src/v8.gyp:v8', + '<(DEPTH)/v8/src/v8.gyp:v8_libplatform', ], }], ], 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', { diff --git a/xfa.gyp b/xfa.gyp index 2cd6f96548..f3781a044a 100644 --- a/xfa.gyp +++ b/xfa.gyp @@ -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', -- cgit v1.2.3