summaryrefslogtreecommitdiffstats
path: root/tools/scripts/take_snapshot.py
diff options
context:
space:
mode:
authorPeter Varga <pvarga@inf.u-szeged.hu>2023-09-22 13:51:32 +0200
committerPeter Varga <pvarga@inf.u-szeged.hu>2023-09-27 15:08:26 +0200
commitb4b709a5d9f44b3d16ae42c7831dcd45c64c1c30 (patch)
tree73040c123e9d10e26d63424f92e7f80314cbe3c9 /tools/scripts/take_snapshot.py
parentd002a907b5c1016c166d1df0d027b4f391a7273b (diff)
Update take_snapshot.py to include ChromeDriver sources
Task-number: QTBUG-82046 Change-Id: I37a3686bb424d84dfeb742d407d02741ca9265e5 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'tools/scripts/take_snapshot.py')
-rwxr-xr-xtools/scripts/take_snapshot.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/scripts/take_snapshot.py b/tools/scripts/take_snapshot.py
index 735660e2a..e312dd64c 100755
--- a/tools/scripts/take_snapshot.py
+++ b/tools/scripts/take_snapshot.py
@@ -77,6 +77,7 @@ def isInChromiumBlacklist(file_path):
and not (file_path.startswith('chrome/common/')
and not file_path.startswith('chrome/common/extensions/docs'))
and not file_path.startswith('chrome/renderer/')
+ and not file_path.startswith('chrome/test/chromedriver/')
and not file_path.startswith('chrome/tools/convert_dict/')
and not file_path.endswith('.grd')
and not file_path.endswith('.grdp')
@@ -277,6 +278,7 @@ def isInChromiumBlacklist(file_path):
or ('/test/' in file_path
and not '/webrtc/' in file_path
and not file_path.startswith('net/test/')
+ and not file_path.startswith('chrome/test/chromedriver/')
and not file_path.endswith('test_hook.h')
and not file_path.endswith('perftimer.h')
and not file_path.endswith('test-torque.tq')