summaryrefslogtreecommitdiffstats
path: root/tools/scripts/take_snapshot.py
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@qt.io>2017-07-18 13:30:21 +0200
committerKai Koehne <kai.koehne@qt.io>2017-07-19 09:11:41 +0000
commitae71f77d5f680d8b40c9598321a687318a7ff0b2 (patch)
treebcf37b2d4e2dc4341684990e368a0aee86a0f1de /tools/scripts/take_snapshot.py
parent009f5ebb4bd6e50188671e0815a5dae6afe39db5 (diff)
Remove third_party/afl from Chromium snapshot
Task-number: QTBUG-61954 Change-Id: I681f7adaab1e0ef1ec162fa98c4a70569e8c3948 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'tools/scripts/take_snapshot.py')
-rwxr-xr-xtools/scripts/take_snapshot.py1
1 files changed, 1 insertions, 0 deletions
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')