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

Unified Diff: dart/dart.gyp

Issue 11446040: Remove stale dependencies on dart2js scripts. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
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 | dart/utils/apidoc/apidoc.gyp » ('j') | dart/utils/compiler/remove_old_scripts.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/dart.gyp
diff --git a/dart/dart.gyp b/dart/dart.gyp
index 35db6abcb27f3bc7535691b48b4822b6570a67ff..b426feb20fae63796de9079985c017f397f12155 100644
--- a/dart/dart.gyp
+++ b/dart/dart.gyp
@@ -44,8 +44,7 @@
'<!@(["python", "tools/list_files.py", "", "sdk/bin"])',
'tools/create_sdk.py',
'<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)dart<(EXECUTABLE_SUFFIX)',
- '<(PRODUCT_DIR)/dart2js',
- '<(PRODUCT_DIR)/dart2js.bat',
+ '<(PRODUCT_DIR)/dart2js.snapshot',
],
'outputs': [
'<(PRODUCT_DIR)/dart-sdk/README',
« no previous file with comments | « no previous file | dart/utils/apidoc/apidoc.gyp » ('j') | dart/utils/compiler/remove_old_scripts.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698