diff --git a/tools/scripts/take_snapshot.py b/tools/scripts/take_snapshot.py index 8233a947dab5d630617c893d442df70798f6f59d..49da11f828ec743f185f7e3e9565d911c562654a 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')