summaryrefslogtreecommitdiffstats
path: root/tools/scripts/take_snapshot.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/scripts/take_snapshot.py')
-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 0644774f8..98b5fc150 100755
--- a/tools/scripts/take_snapshot.py
+++ b/tools/scripts/take_snapshot.py
@@ -94,6 +94,9 @@ def isInChromiumBlacklist(file_path):
not 'common/chrome_switches.' in file_path and
not 'common/content_restriction.h' in file_path and
not 'common/spellcheck_' in file_path and
+ not '/extensions/api/' in file_path and
+ not '/extensions/browser/api/' in file_path and
+ not '/extensions/permissions/' in file_path and
not '/renderer_host/pepper/' in file_path and
not '/renderer/pepper/' in file_path and
not '/spellchecker/' in file_path and