From caf830b9bb25f9aef2ea35bf27c0492a3d86ffa3 Mon Sep 17 00:00:00 2001 From: Allan Sandfeld Jensen Date: Tue, 8 Mar 2016 11:54:47 +0100 Subject: Update to Chromium 49.0.2623.91 Change-Id: I43c545d1600bebabf6b94209beb91b3d3c4cd244 Reviewed-by: Joerg Bornemann --- tools/scripts/take_snapshot.py | 1 + 1 file changed, 1 insertion(+) (limited to 'tools/scripts/take_snapshot.py') diff --git a/tools/scripts/take_snapshot.py b/tools/scripts/take_snapshot.py index 767742dc4..f5a1ed9d9 100755 --- a/tools/scripts/take_snapshot.py +++ b/tools/scripts/take_snapshot.py @@ -94,6 +94,7 @@ def isInChromiumBlacklist(file_path): not 'common/localized_error.' in file_path and not 'common/spellcheck_' in file_path and not '/spellchecker/' in file_path and + not '/tools/convert_dict/' in file_path and not file_path.endswith('cf_resources.rc') and not file_path.endswith('version.py') and not file_path.endswith('.grd') and -- cgit v1.2.3