summaryrefslogtreecommitdiffstats
path: root/tools/scripts/take_snapshot.py
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2020-06-03 16:01:24 +0200
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2020-09-09 15:19:07 +0200
commitcd61343ceb4a3de8ce16082917a2f197b2481d08 (patch)
treeae88767edf6b3dc07b8dcf54c97a779eb2812768 /tools/scripts/take_snapshot.py
parentfc3893ea80296bd17e1797d5caf4479e0be4afd1 (diff)
Chromium 81-based adaptations
Change-Id: Ie422b327025da084bc8038c7a0aadee2db801f29 Reviewed-by: Jüri Valdmann <juri.valdmann@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 8ec0a898e..6edacaca6 100755
--- a/tools/scripts/take_snapshot.py
+++ b/tools/scripts/take_snapshot.py
@@ -81,6 +81,7 @@ def isInChromiumBlacklist(file_path):
not file_path.startswith('chrome/browser/printing/') and
not file_path.startswith('chrome/browser/renderer_host/') and
not file_path.startswith('chrome/browser/spellchecker') and
+ not file_path.startswith('chrome/browser/tab_contents/') and
not file_path.startswith('chrome/browser/ui/webui/') and
not (file_path.startswith('chrome/browser/resources/') and
not '/chromeos/' in file_path and