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

Unified Diff: site_scons/site_tools/windows_hard_link.py

Issue 13134: Pulling in hammer changes. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 12 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 | « site_scons/site_tools/target_platform_windows.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: site_scons/site_tools/windows_hard_link.py
===================================================================
--- site_scons/site_tools/windows_hard_link.py (revision 6345)
+++ site_scons/site_tools/windows_hard_link.py (working copy)
@@ -40,7 +40,7 @@
import sys
import SCons
-if sys.platform in ('win32', 'cygwin'):
+if sys.platform == 'win32':
# Only attempt to load pywin32 on Windows systems
try:
import win32file
« no previous file with comments | « site_scons/site_tools/target_platform_windows.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698