summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormachenbach <machenbach@chromium.org>2016-04-26 03:12:36 -0700
committerCommit bot <commit-bot@chromium.org>2016-04-26 03:12:36 -0700
commit3081cc07898dd19a0a00d406ac3555c111940dce (patch)
tree5521e49bc12b68321d6065a23648aaa78f70f095
parent860193b775f19a176963e31d41f641455499fccb (diff)
downloadpdfium-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
-rw-r--r--DEPS2
-rw-r--r--pdfium.gyp12
-rw-r--r--samples/samples.gyp2
-rw-r--r--xfa.gyp4
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',