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

Unified Diff: tools/verify_source_deps.py

Issue 2809653003: Introduce mkgrokdump to update tools/v8heapconst.py. (Closed)
Patch Set: 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
« tools/run-tests.py ('K') | « tools/v8heapconst.py.tmpl ('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 6f804040cc6499485b9cc8051a7405adb812f2e8..6d51eb90eae6886c40d324337b8b58d1ead56bd1 100755
--- a/tools/verify_source_deps.py
+++ b/tools/verify_source_deps.py
@@ -33,6 +33,7 @@ GYP_FILES = [
os.path.join(V8_BASE, 'test', 'inspector', 'inspector.gyp'),
os.path.join(V8_BASE, 'testing', 'gmock.gyp'),
os.path.join(V8_BASE, 'testing', 'gtest.gyp'),
+ os.path.join(V8_BASE, 'tools', 'mkgrokdump.gyp'),
os.path.join(V8_BASE, 'tools', 'parser-shell.gyp'),
]
« tools/run-tests.py ('K') | « tools/v8heapconst.py.tmpl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698