Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(579)

Unified Diff: tools/verify_source_deps.py

Issue 2846883002: [tools] backport_node.py increments V8 version in target. (Closed)
Patch Set: sort imports Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/release/testdata/node/deps/v8/include/v8-version.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/verify_source_deps.py
diff --git a/tools/verify_source_deps.py b/tools/verify_source_deps.py
index b5c166647f2d9f0944d18deac9679926c7fae578..e3a39c1d17c481ffadc75149397867ad860babca 100755
--- a/tools/verify_source_deps.py
+++ b/tools/verify_source_deps.py
@@ -56,6 +56,7 @@ ALL_GYP_PREFIXES = [
GYP_UNSUPPORTED_FEATURES = [
'gcmole',
'setup-isolate-deserialize.cc',
+ 'v8-version.h'
]
GN_FILES = [
@@ -80,6 +81,7 @@ GN_UNSUPPORTED_FEATURES = [
'qnx',
'solaris',
'vtune',
+ 'v8-version.h',
'x87',
]
« no previous file with comments | « tools/release/testdata/node/deps/v8/include/v8-version.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698