summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorMichal Klocek <michal.klocek@qt.io>2020-01-14 13:24:53 +0100
committerMichal Klocek <michal.klocek@qt.io>2020-01-17 17:06:37 +0000
commite3536648d338cd0d0d96e6b5c8a82d4211db3312 (patch)
tree430adab55f829bf9c1b66ced8dab0ae1f2fde490 /tools
parent8695c9b909f55534262647921b59c747dc39a4e0 (diff)
Update snapshot script to include icudtl for ios
Task-number: QTBUG-77931 Change-Id: I4ca87fe243852866f7595b36858382df2affc780 Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io>
Diffstat (limited to 'tools')
-rwxr-xr-xtools/scripts/take_snapshot.py1
1 files changed, 0 insertions, 1 deletions
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')