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

Unified Diff: utils/compiler/compiler.gyp

Issue 13841010: Remove some old leftover cleanup code (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 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 | « no previous file | utils/compiler/remove_old_scripts.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils/compiler/compiler.gyp
===================================================================
--- utils/compiler/compiler.gyp (revision 21139)
+++ utils/compiler/compiler.gyp (working copy)
@@ -35,27 +35,6 @@
'../../sdk/lib/_internal/compiler/implementation/dart2js.dart',
],
},
- {
- # TODO(ahe): Remove this action after a few days.
- 'action_name': 'remove_old_scripts',
- 'inputs': [
- 'remove_old_scripts.py',
- ],
- 'outputs': [
- '<(INTERMEDIATE_DIR)/<(_action_name).success',
- ],
- 'action': [
- 'python',
- '<@(_inputs)',
- '<@(_outputs)',
- '<(PRODUCT_DIR)/dart2js',
- '<(PRODUCT_DIR)/dart2js.bat',
- '<(PRODUCT_DIR)/dart2js_developer',
- '<(PRODUCT_DIR)/dart2js_developer.bat',
- '<(PRODUCT_DIR)/dartdoc',
- '<(PRODUCT_DIR)/dartdoc.bat',
- ]
- },
],
},
],
« no previous file with comments | « no previous file | utils/compiler/remove_old_scripts.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698