summaryrefslogtreecommitdiffstats
path: root/tools/scripts/take_snapshot.py
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@theqtcompany.com>2015-09-29 10:05:19 +0200
committerAllan Sandfeld Jensen <allan.jensen@theqtcompany.com>2015-09-30 08:05:27 +0000
commit6a45d22a1f93b8ae6e1ce3fb000f620fa1907e7b (patch)
tree95b6060f5874322770f9812c24b42e45d867b224 /tools/scripts/take_snapshot.py
parent117d70f5c719cc6775eb5a653c887e68037b9a93 (diff)
Update to Chromium 45.0.2454.101
Change-Id: Ifda982e1bcfc2a0655e65a71321b137a348be865 Reviewed-by: Kai Koehne <kai.koehne@theqtcompany.com>
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 e5df2d80b..5f911f36f 100755
--- a/tools/scripts/take_snapshot.py
+++ b/tools/scripts/take_snapshot.py
@@ -123,6 +123,7 @@ def isInChromiumBlacklist(file_path):
not file_path.startswith('components/strings') and
not file_path.startswith('components/tracing') and
not file_path.startswith('components/visitedlink') and
+ not file_path.startswith('components/web_cache') and
not file_path.startswith('components/webcrypto') and
not file_path.endswith('.grdp') and
not 'components_strings' in file_path)