Index: tools/verify_source_deps.py |
diff --git a/tools/verify_source_deps.py b/tools/verify_source_deps.py |
index 50caace79c8e71903379441e504001243e281755..56e3156550aa4c07bac6e87445a0d82f472366c5 100755 |
--- a/tools/verify_source_deps.py |
+++ b/tools/verify_source_deps.py |
@@ -24,10 +24,10 @@ V8_INCLUDE_BASE = os.path.join(V8_BASE, 'include') |
GYP_FILES = [ |
os.path.join(V8_BASE, 'src', 'd8.gyp'), |
+ os.path.join(V8_BASE, 'src', 'v8.gyp'), |
os.path.join(V8_BASE, 'src', 'third_party', 'vtune', 'v8vtune.gyp'), |
os.path.join(V8_BASE, 'test', 'cctest', 'cctest.gyp'), |
os.path.join(V8_BASE, 'test', 'unittests', 'unittests.gyp'), |
- os.path.join(V8_BASE, 'tools', 'gyp', 'v8.gyp'), |
os.path.join(V8_BASE, 'tools', 'parser-shell.gyp'), |
] |