summaryrefslogtreecommitdiffstats
path: root/chromium/build/patches/chromium-depot_tools.patch
blob: af53e552fb252dcbee93480ece1802d1ae0b79d5 (plain)
1
2
3
4
5
6
7
8
9
--- tools/find_depot_tools.py.orig	2014-04-02 21:03:21.000000000 +0200
+++ tools/find_depot_tools.py	2014-04-09 20:55:21.748091689 +0200
@@ -42,4 +42,5 @@
 add_depot_tools_to_path()
 
 # pylint: disable=W0611
-import breakpad
+if sys.platform in ('win32', 'cygwin'):
+  import breakpad