summaryrefslogtreecommitdiff
path: root/deps/v8/PRESUBMIT.py
diff options
context:
space:
mode:
authorJohan Bergström <bugs@bergstroem.nu>2015-03-21 12:31:48 +1100
committerJohan Bergström <bugs@bergstroem.nu>2015-03-23 13:28:27 +1100
commitfe4434b77a069081222aa45add3ef4f6415bb29f (patch)
treeef9baee3e728dc999138d23bf5b2a45132e66afc /deps/v8/PRESUBMIT.py
parent9705a34e96c5bdbd5d1eadaa38031104ff758a3c (diff)
downloadandroid-node-v8-fe4434b77a069081222aa45add3ef4f6415bb29f.tar.gz
android-node-v8-fe4434b77a069081222aa45add3ef4f6415bb29f.tar.bz2
android-node-v8-fe4434b77a069081222aa45add3ef4f6415bb29f.zip
deps: upgrade v8 to 4.1.0.25
PR-URL: https://github.com/iojs/io.js/pull/1224 Reviewed-By: Fedor Indutny <fedor@indutny.com> Reviewed-By: Rod Vagg <rod@vagg.org> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Diffstat (limited to 'deps/v8/PRESUBMIT.py')
-rw-r--r--deps/v8/PRESUBMIT.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/deps/v8/PRESUBMIT.py b/deps/v8/PRESUBMIT.py
index 6d19a4e574..040972e8da 100644
--- a/deps/v8/PRESUBMIT.py
+++ b/deps/v8/PRESUBMIT.py
@@ -198,8 +198,8 @@ def _CommonChecks(input_api, output_api):
def _SkipTreeCheck(input_api, output_api):
"""Check the env var whether we want to skip tree check.
- Only skip if src/version.cc has been updated."""
- src_version = 'src/version.cc'
+ Only skip if include/v8-version.h has been updated."""
+ src_version = 'include/v8-version.h'
FilterFile = lambda file: file.LocalPath() == src_version
if not input_api.AffectedSourceFiles(
lambda file: file.LocalPath() == src_version):