From 684be1b55f2eeec707983540f253294578d03136 Mon Sep 17 00:00:00 2001 From: Zoltan Arvai Date: Wed, 21 May 2014 17:14:21 +0200 Subject: Remove Cygwin from blacklist in snapshot creation Cygwin is still required for build on Windows. It was accidentally blacklisted. Utils in cygwin used by third_party/WebKit build and gyp uses cygwin for wrapping linux style commands on Windows. Change-Id: Ifac069c67ebd1bef2f41618e7688d3b64028517b Reviewed-by: Michael Bruning Reviewed-by: Andras Becsi --- tools/scripts/take_snapshot.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/scripts/take_snapshot.py b/tools/scripts/take_snapshot.py index 8f0fd6f7e..bda2a966f 100755 --- a/tools/scripts/take_snapshot.py +++ b/tools/scripts/take_snapshot.py @@ -140,7 +140,6 @@ def isInChromiumBlacklist(file_path): or file_path.startswith('third_party/cld_2') or file_path.startswith('third_party/codesighs') or file_path.startswith('third_party/cros_dbus_cplusplus') - or file_path.startswith('third_party/cygwin') or file_path.startswith('third_party/cros_system_api') or file_path.startswith('third_party/eyesfree') or file_path.startswith('third_party/findbugs') -- cgit v1.2.3