| Index: compiler/dart-compiler.gyp
|
| diff --git a/compiler/dart-compiler.gyp b/compiler/dart-compiler.gyp
|
| index 27331037e37c58708b93d63ee5d372bfa6a13b96..7bfd9364e82922765d8d8aa4bd05e35d55b1c701 100644
|
| --- a/compiler/dart-compiler.gyp
|
| +++ b/compiler/dart-compiler.gyp
|
| @@ -11,18 +11,6 @@
|
| {
|
| 'target_name': 'dartc',
|
| 'type': 'none',
|
| - 'conditions': [
|
| - [ 'OS!="win"', {
|
| - 'variables': {
|
| - 'script_suffix': '',
|
| - },
|
| - }],
|
| - [ 'OS=="win"', {
|
| - 'variables': {
|
| - 'script_suffix': '.bat',
|
| - },
|
| - }],
|
| - ],
|
| 'actions': [
|
| {
|
| 'action_name': 'build_dartc',
|
| @@ -52,7 +40,7 @@
|
| '<(PRODUCT_DIR)/compiler/lib/guava/r09/guava-r09.jar',
|
| ],
|
| 'action' : [
|
| - '../third_party/apache_ant/v1_7_1/bin/ant<(script_suffix)',
|
| + '../third_party/apache_ant/v1_7_1/bin/ant',
|
| '-f', 'dartc.xml',
|
| '-Dbuild.dir=<(INTERMEDIATE_DIR)/<(_target_name)',
|
| '-Ddist.dir=<(PRODUCT_DIR)/compiler',
|
|
|