From 2dffec09483e3612607131b437d2ec15120d1a64 Mon Sep 17 00:00:00 2001 From: Pierre Rossi Date: Fri, 10 Jan 2014 13:04:46 +0100 Subject: Little cleanup in take_snapshot.py script Removing some duplicate lines Change-Id: I92059eb42cedf5f912a595bbab4a73a1011d6dae Reviewed-by: Andras Becsi --- tools/scripts/take_snapshot.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tools/scripts/take_snapshot.py b/tools/scripts/take_snapshot.py index 8233a947d..49da11f82 100755 --- a/tools/scripts/take_snapshot.py +++ b/tools/scripts/take_snapshot.py @@ -83,7 +83,6 @@ def isInChromiumBlacklist(file_path): not file_path.endswith('mock_chrome_application_mac.h')) or file_path.endswith('.java') or file_path.startswith('android_webview') - or file_path.startswith('android_webview') or file_path.startswith('apps/') or file_path.startswith('ash/') or file_path.startswith('base/android/java') @@ -95,7 +94,6 @@ def isInChromiumBlacklist(file_path): or file_path.startswith('chrome_frame') or file_path.startswith('chromeos') or file_path.startswith('cloud_print') - or file_path.startswith('cloud_print') or file_path.startswith('content/public/android/java') or file_path.startswith('content/shell/android/java') or file_path.startswith('courgette') @@ -112,7 +110,6 @@ def isInChromiumBlacklist(file_path): or file_path.startswith('testing/android') or file_path.startswith('third_party/accessibility-developer-tools') or file_path.startswith('third_party/GTM') - or file_path.startswith('third_party/GTM') or file_path.startswith('third_party/WebKit/LayoutTests') or file_path.startswith('third_party/WebKit/ManualTests') or file_path.startswith('third_party/WebKit/PerformanceTests') @@ -124,7 +121,6 @@ def isInChromiumBlacklist(file_path): or file_path.startswith('third_party/apple_sample_code') or file_path.startswith('third_party/cacheinvalidation') or file_path.startswith('third_party/chromite') - or file_path.startswith('third_party/chromite') or file_path.startswith('third_party/cld_2') or file_path.startswith('third_party/codesighs') or file_path.startswith('third_party/cros_dbus_cplusplus') @@ -166,7 +162,6 @@ def isInChromiumBlacklist(file_path): return True return False - def createHardLinkForFile(src, dst): src = os.path.abspath(src) dst = os.path.abspath(dst) @@ -186,7 +181,6 @@ def createHardLinkForFile(src, dst): else: raise - third_party_upstream = os.path.join(qtwebengine_root, 'src/3rdparty_upstream') third_party = os.path.join(qtwebengine_root, 'src/3rdparty') -- cgit v1.2.3