From ae71f77d5f680d8b40c9598321a687318a7ff0b2 Mon Sep 17 00:00:00 2001
From: Kai Koehne <kai.koehne@qt.io>
Date: Tue, 18 Jul 2017 13:30:21 +0200
Subject: [PATCH] Remove third_party/afl from Chromium snapshot

Task-number: QTBUG-61954
Change-Id: I681f7adaab1e0ef1ec162fa98c4a70569e8c3948
Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
---
 tools/scripts/take_snapshot.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tools/scripts/take_snapshot.py b/tools/scripts/take_snapshot.py
index 7af70bf22..4a1031e80 100755
--- a/tools/scripts/take_snapshot.py
+++ b/tools/scripts/take_snapshot.py
@@ -146,6 +146,7 @@ def isInChromiumBlacklist(file_path):
         or file_path.startswith('third_party/WebKit/ManualTests')
         or file_path.startswith('third_party/WebKit/PerformanceTests')
         or file_path.startswith('third_party/accessibility-audit')
+        or file_path.startswith('third_party/afl')
         or file_path.startswith('third_party/android_')
         or file_path.startswith('third_party/apache-win32')
         or file_path.startswith('third_party/apple_sample_code')
-- 
GitLab