From 3860d79c0b0d1c623746e40b1d0234674535cc90 Mon Sep 17 00:00:00 2001 From: Pierre Rossi Date: Wed, 5 Mar 2014 11:06:09 +0100 Subject: Use VisitedLinks component. This allows to resolve visited links in the render process. The newly introduced API at the Core layer should allow exposing this functionality to our widgets and Qt quick API layers. Change-Id: I256376afcfe79014dc274e2dddbac1986a884a93 Reviewed-by: Allan Sandfeld Jensen --- tools/scripts/take_snapshot.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tools') diff --git a/tools/scripts/take_snapshot.py b/tools/scripts/take_snapshot.py index d6b8fedb1..7498a4d76 100755 --- a/tools/scripts/take_snapshot.py +++ b/tools/scripts/take_snapshot.py @@ -138,6 +138,8 @@ def isInChromiumBlacklist(file_path): or file_path.startswith('third_party/apple_sample_code') or file_path.startswith('third_party/bison') or file_path.startswith('third_party/brotli') + or (file_path.startswith('third_party/cacheinvalidation') and + not file_path.endswith('isolate')) or file_path.startswith('third_party/chromite') or file_path.startswith('third_party/cld_2') or file_path.startswith('third_party/codesighs') -- cgit v1.2.3