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

Unified Diff: tools/create_sdk.py

Issue 10537132: Enabling copying of dart_analyzer binary into dart-sdk directory (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 | « dart.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/create_sdk.py
diff --git a/tools/create_sdk.py b/tools/create_sdk.py
index 39e9a862505c4918d3a8ea0126faac3ebc2bf472..024df1282a48ee976edbcff84d57435a8bc55694 100755
--- a/tools/create_sdk.py
+++ b/tools/create_sdk.py
@@ -96,8 +96,7 @@ def Copy(src, dest):
# TODO(zundel): this excludes the analyzer from the sdk build until builders
# have all prerequisite software installed. Also update dart.gyp.
def ShouldCopyAnalyzer():
- # return utils.GuessOS() == 'linux'
- return False
+ return utils.GuessOS() == 'linux'
def CopyShellScript(src_file, dest_dir):
« no previous file with comments | « dart.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698