Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(216)

Unified Diff: fetch_configs/chromium.py

Issue 2087313002: Remove all safesync_url functionality from gclient (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Patch Set: Fix smoketest Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « fetch_configs/breakpad.py ('k') | fetch_configs/dart.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: fetch_configs/chromium.py
diff --git a/fetch_configs/chromium.py b/fetch_configs/chromium.py
index d461aa0fc5e0d556f88363dbed0ad95cdd779494..d4dae2dc06c648b9671a2cc810f90adad9b68d59 100644
--- a/fetch_configs/chromium.py
+++ b/fetch_configs/chromium.py
@@ -20,7 +20,6 @@ class Chromium(config_util.Config):
'deps_file': '.DEPS.git',
'managed' : False,
'custom_deps': {},
- 'safesync_url': '',
}
if props.get('webkit_revision', '') == 'ToT':
solution['custom_vars'] = {'webkit_revision': ''}
« no previous file with comments | « fetch_configs/breakpad.py ('k') | fetch_configs/dart.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698