From 6d98d884f482453ca7a9fa273fd21af8bda288f9 Mon Sep 17 00:00:00 2001 From: Pierre Rossi Date: Wed, 16 Apr 2014 16:27:34 +0200 Subject: 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 --- tools/scripts/take_snapshot.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tools') 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 -- cgit v1.2.3