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

Unified Diff: dart.gyp

Issue 10584002: Enable turning on analyzer build in sdk for macs. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Updated another condition stanza in dart.gyp 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 0f25493897c2717d9d64aed31af5688e288fa606..1b62e45af165c3358b8180c1af485ce725034bdf 100644
--- a/dart.gyp
+++ b/dart.gyp
@@ -52,7 +52,7 @@
],
'message': 'Creating SDK.',
'conditions' : [
- ['OS=="linux"', {
+ ['(OS=="linux" or OS=="mac") ', {
'inputs' : [
'<(PRODUCT_DIR)/analyzer/bin/dart_analyzer'
],
@@ -61,7 +61,7 @@
},
],
'conditions' : [
- ['OS=="linux"', {
+ ['(OS=="linux" or OS=="mac") ', {
'dependencies': [
'compiler',
],
« 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