summaryrefslogtreecommitdiffstats
path: root/chromium-dev
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2014-04-09 19:37:02 +0000
committer Eric Hameleers <alien@slackware.com>2014-04-09 19:37:02 +0000
commitc6e07b2f45381b92066f0a960eb6816ce70fe734 (patch)
treecf9520e6b39f67489b9f49aa2983fa8253f76acc /chromium-dev
parent26d4ede3d7349fb2d7afbdd3d2335c36d53fb12e (diff)
downloadasb-c6e07b2f45381b92066f0a960eb6816ce70fe734.tar.gz
asb-c6e07b2f45381b92066f0a960eb6816ce70fe734.tar.xz
Initial revision
Diffstat (limited to 'chromium-dev')
-rw-r--r--chromium-dev/build/patches/chromium-depot_tools.patch9
1 files changed, 9 insertions, 0 deletions
diff --git a/chromium-dev/build/patches/chromium-depot_tools.patch b/chromium-dev/build/patches/chromium-depot_tools.patch
new file mode 100644
index 00000000..af53e552
--- /dev/null
+++ b/chromium-dev/build/patches/chromium-depot_tools.patch
@@ -0,0 +1,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