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

Unified Diff: build_tools/generate_windows_installer.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/build_utils.py ('k') | build_tools/install_gtest/install_gtest.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build_tools/generate_windows_installer.py
===================================================================
--- build_tools/generate_windows_installer.py (revision 760)
+++ build_tools/generate_windows_installer.py (working copy)
@@ -41,7 +41,7 @@
# TODO(NaCl SDK team): Put tumbler back in the package when it's ported.
IGNORE_PATTERN = ('.download*', '.svn*', '.gitignore*', '.git*', 'tumbler*',
- 'cygwin*', 'toolchain*')
+ 'cygwin*')
INSTALLER_DIRS = ['examples',
'project_templates',
'third_party']
« no previous file with comments | « build_tools/build_utils.py ('k') | build_tools/install_gtest/install_gtest.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698