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

Unified Diff: runtime/dart-runtime.gyp

Issue 11440010: Move runtime/tools/make_version.py to tools/ and use GetVersion from utils.py (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years 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 | « no previous file | runtime/tools/make_version.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
],
},
],
« no previous file with comments | « no previous file | runtime/tools/make_version.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698