summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierre Rossi <pierre.rossi@digia.com>2014-04-16 16:27:34 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-04-22 10:48:18 +0200
commit6d98d884f482453ca7a9fa273fd21af8bda288f9 (patch)
treeacd0cf613756c8943d984b8e7859dd746139ff95
parentd827b5d885355849c96c7c7d218d6e6b4eaec25b (diff)
Un-blacklist files needed for WebRTC from chrome
We want to include those in the snapshot in the future. Change-Id: Iee49f64781dba9fb6b7a16eebdf6b2013d410feb Reviewed-by: Andras Becsi <andras.becsi@digia.com>
-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