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

Unified Diff: build_tools/install_third_party.py

Issue 6635045: Updates to make install_third_party build gtest and gmock on windows. Base URL: http://nativeclient-sdk.googlecode.com/svn/trunk/src/
Patch Set: Created 9 years, 9 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 | « build_tools/install_gtest/nacl-gtest-1.5.0.patch ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build_tools/install_third_party.py
===================================================================
--- build_tools/install_third_party.py (revision 760)
+++ build_tools/install_third_party.py (working copy)
@@ -21,12 +21,6 @@
def main(argv):
- # TODO(strotheide): This needs to work on windows, too. See bug
- # http://code.google.com/p/nativeclient/issues/detail?id=1122
- if sys.platform == 'win32':
- print "NaCl SDK does not install third party packages on Windows."
- sys.exit(0)
-
script_dir = os.path.abspath(os.path.dirname(__file__))
sep_char = ';' if sys.platform == 'win32' else ':'
os.putenv('PYTHONPATH', '%s%s%s' %(os.getenv('PYTHONPATH'),
« no previous file with comments | « build_tools/install_gtest/nacl-gtest-1.5.0.patch ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698