summaryrefslogtreecommitdiffstats
path: root/tools/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'tools/scripts')
-rwxr-xr-xtools/scripts/take_snapshot.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/scripts/take_snapshot.py b/tools/scripts/take_snapshot.py
index ec865605e..8f0fd6f7e 100755
--- a/tools/scripts/take_snapshot.py
+++ b/tools/scripts/take_snapshot.py
@@ -97,6 +97,9 @@ def isInChromiumBlacklist(file_path):
not '/renderer/resources/' in file_path and
not 'repack_locales' in file_path and
not 'third_party/chromevox' in file_path and
+ not 'media/desktop_media_list.h' in file_path and
+ not 'media/desktop_streams_registry.cc' in file_path and
+ not 'media/desktop_streams_registry.h' in file_path and
not file_path.endswith('.isolate') and
not file_path.endswith('cf_resources.rc') and
not file_path.endswith('version.py') and