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

Unified Diff: dart.gyp

Issue 10538085: Experiment: Enable building dart_analyzer on linux builders and adding to SDK (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 6 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 | tools/create_sdk.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart.gyp
diff --git a/dart.gyp b/dart.gyp
index 158c0dcb4d9db302d6e19f6e01dee807330bef6f..ccd85a1aa6029f3211f307fe1e6c1baa81032bca 100644
--- a/dart.gyp
+++ b/dart.gyp
@@ -54,18 +54,16 @@
'message': 'Creating SDK.',
},
],
-# 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'
-# ],
-# }],
-# ],
+ 'conditions' : [
+ ['OS=="linux"', {
+ 'dependencies': [
+ 'compiler',
+ ],
+ 'inputs' : [
+ '<(PRODUCT_DIR)/analyzer/bin/dart_analyzer'
+ ],
+ }],
+ ],
},
{
# Upload the SDK. This target is separate from create_sdk as the
« no previous file with comments | « no previous file | tools/create_sdk.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698