summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2022-05-16 18:34:48 +0200
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2022-08-06 14:32:07 +0200
commit0b8f3edba663ea75c996bdc7e4b4c0cfed3663ed (patch)
tree7b0047e8d52d96c99762619de842919b5d4ea16c /tools
parentdafe066ab17161440e132cf62591db9427b4d02e (diff)
Adaptations for Chromium 100
Change-Id: I217c87657f544a2e868de7291353ff1143e20902 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io> (cherry picked from commit fae023b184f6c044e85f4ca6052c306d519e2e85)
Diffstat (limited to 'tools')
-rwxr-xr-xtools/scripts/take_snapshot.py7
1 files changed, 3 insertions, 4 deletions
diff --git a/tools/scripts/take_snapshot.py b/tools/scripts/take_snapshot.py
index ab8ebaeb3..0e2bb1d7e 100755
--- a/tools/scripts/take_snapshot.py
+++ b/tools/scripts/take_snapshot.py
@@ -86,7 +86,7 @@ def isInChromiumBlacklist(file_path):
or file_path.startswith('components/invalidation/')
or file_path.startswith('components/nacl/')
or file_path.startswith('components/omnibox/')
- or file_path.startswith('components/policy/')
+ or file_path.startswith('components/policy/resources/')
or file_path.startswith('components/proximity_auth/')
or (file_path.startswith('components/resources/terms/')
and not file_path.endswith('terms_chromium.html'))
@@ -98,9 +98,8 @@ def isInChromiumBlacklist(file_path):
or file_path.startswith('components/translate/')
))
or file_path.startswith('content/public/android/java')
- or (file_path.startswith('content/shell')
- and not file_path.startswith('content/shell/common')
- and not file_path.endswith('.grd'))
+ or file_path.startswith('content/shell/android/')
+ or file_path.startswith('content/shell/browser/')
or file_path.startswith('courgette')
or file_path.startswith('google_update')
or file_path.startswith('ios')