From e3536648d338cd0d0d96e6b5c8a82d4211db3312 Mon Sep 17 00:00:00 2001 From: Michal Klocek Date: Tue, 14 Jan 2020 13:24:53 +0100 Subject: Update snapshot script to include icudtl for ios Task-number: QTBUG-77931 Change-Id: I4ca87fe243852866f7595b36858382df2affc780 Reviewed-by: Shawn Rutledge --- tools/scripts/take_snapshot.py | 1 - 1 file changed, 1 deletion(-) (limited to 'tools') diff --git a/tools/scripts/take_snapshot.py b/tools/scripts/take_snapshot.py index 741979a9e..b7c2c4bd9 100755 --- a/tools/scripts/take_snapshot.py +++ b/tools/scripts/take_snapshot.py @@ -179,7 +179,6 @@ def isInChromiumBlacklist(file_path): or file_path.startswith('third_party/icu/android') or file_path.startswith('third_party/icu/cast') or file_path.startswith('third_party/icu/chromeos') - or file_path.startswith('third_party/icu/ios') or file_path.startswith('third_party/instrumented_libraries') or file_path.startswith('third_party/jsr-305') or file_path.startswith('third_party/junit') -- cgit v1.2.3