| Index: dart.gyp
|
| diff --git a/dart.gyp b/dart.gyp
|
| index ccd85a1aa6029f3211f307fe1e6c1baa81032bca..158c0dcb4d9db302d6e19f6e01dee807330bef6f 100644
|
| --- a/dart.gyp
|
| +++ b/dart.gyp
|
| @@ -54,16 +54,18 @@
|
| 'message': 'Creating SDK.',
|
| },
|
| ],
|
| - 'conditions' : [
|
| - ['OS=="linux"', {
|
| - 'dependencies': [
|
| - 'compiler',
|
| - ],
|
| - 'inputs' : [
|
| - '<(PRODUCT_DIR)/analyzer/bin/dart_analyzer'
|
| - ],
|
| - }],
|
| - ],
|
| +# TODO(zundel): uncomment once build machines have prerequisite
|
| +# software installed. Also update create_sdk.py
|
| +# 'conditions' : [
|
| +# ['OS=="linux"', {
|
| +# 'dependencies': [
|
| +# 'compiler',
|
| +# ],
|
| +# 'inputs' : [
|
| +# '<(PRODUCT_DIR)/analyzer/bin/dart_analyzer'
|
| +# ],
|
| +# }],
|
| +# ],
|
| },
|
| {
|
| # Upload the SDK. This target is separate from create_sdk as the
|
|
|