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

Unified Diff: dart/utils/compiler/compiler.gyp

Issue 9969209: Make dart2js executable. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 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
Index: dart/utils/compiler/compiler.gyp
diff --git a/dart/utils/compiler/compiler.gyp b/dart/utils/compiler/compiler.gyp
index d4b5505da52041925a1ae2deaa7292d932425650..ecccdaf9cd57873e38b226a97f948a50993adff7 100644
--- a/dart/utils/compiler/compiler.gyp
+++ b/dart/utils/compiler/compiler.gyp
@@ -10,30 +10,26 @@
'dependencies': [
'../../runtime/dart-runtime.gyp:dart',
],
- 'conditions': [
- ['OS!="win"', {
- 'actions': [
- {
- 'action_name': 'build_dart2js',
- 'inputs': [
- '<(PRODUCT_DIR)/dart',
- 'build_helper.dart',
- ],
- 'outputs': [
- '<(PRODUCT_DIR)/dart2js',
- '<(PRODUCT_DIR)/dart2js_developer',
- ],
- 'action': [
- '<(PRODUCT_DIR)/dart',
- 'build_helper.dart',
- '<(PRODUCT_DIR)',
- 'dart',
- 'dart2js',
- 'dart2js_developer',
- ],
- },
+ 'actions': [
+ {
+ 'action_name': 'build_dart2js',
+ 'inputs': [
+ '<(PRODUCT_DIR)/dart',
+ 'build_helper.dart',
],
- }],
+ 'outputs': [
+ '<(PRODUCT_DIR)/dart2js',
+ '<(PRODUCT_DIR)/dart2js_developer',
+ ],
+ 'action': [
+ '<(PRODUCT_DIR)/dart',
+ 'build_helper.dart',
+ '<(PRODUCT_DIR)',
+ 'dart',
+ 'dart2js',
+ 'dart2js_developer',
+ ],
+ },
],
},
],
« dart/utils/compiler/build_helper.dart ('K') | « dart/utils/compiler/build_helper.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698