Index: runtime/dart-runtime.gyp |
diff --git a/runtime/dart-runtime.gyp b/runtime/dart-runtime.gyp |
index 86e6c28676d10d7de8ede16eb01f4a6e8edb05be..d9c1b160701f90f04ea319a3af6f73991894b5c5 100644 |
--- a/runtime/dart-runtime.gyp |
+++ b/runtime/dart-runtime.gyp |
@@ -57,7 +57,10 @@ |
{ |
'action_name': 'generate_version_cc', |
'inputs': [ |
- 'tools/make_version.py', |
+ '../tools/make_version.py', |
+ '../tools/utils.py', |
+ '../tools/version.dart', |
+ '../tools/release/version.dart', |
'../tools/VERSION', |
'<(version_in_cc_file)', |
# Depend on libdart_dependency_helper to track the libraries it |
@@ -70,10 +73,9 @@ |
'action': [ |
'python', |
'-u', # Make standard I/O unbuffered. |
- 'tools/make_version.py', |
+ '../tools/make_version.py', |
'--output', '<(version_cc_file)', |
'--input', '<(version_in_cc_file)', |
- '--version', '../tools/VERSION', |
], |
}, |
], |