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

Unified Diff: tools/utils.py

Issue 9005002: Revert "Fix build so we can make a Windows SDK!" (tbr) (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 9 years 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 | « tools/create_sdk.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/utils.py
diff --git a/tools/utils.py b/tools/utils.py
index 08cb2a6805365972f02d69ef7ce453889be78e3c..4ce78dc45a198816dc33ae29d286e7a5a5fddc3b 100644
--- a/tools/utils.py
+++ b/tools/utils.py
@@ -43,8 +43,6 @@ def GuessArchitecture():
return 'ia32'
elif id == 'i86pc':
return 'ia32'
- elif '64' in id:
- return 'x64'
else:
return None
« no previous file with comments | « tools/create_sdk.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698