| Index: recipe_modules/gclient/example.py
|
| diff --git a/recipe_modules/gclient/example.py b/recipe_modules/gclient/example.py
|
| index 1b83a0d17f09080070ac23b7ba319d8270e86e72..671f44b38edf12f4daccbe9247726de660856542 100644
|
| --- a/recipe_modules/gclient/example.py
|
| +++ b/recipe_modules/gclient/example.py
|
| @@ -76,6 +76,9 @@ def RunSteps(api):
|
| soln.url = 'svn://svn.chromium.org/blink/trunk'
|
| bl_cfg.revisions['third_party/WebKit'] = '123'
|
|
|
| + # Use safesync url for lkgr.
|
| + soln.safesync_url = 'https://blink-status.appspot.com/lkgr'
|
| +
|
| bl_cfg.got_revision_mapping['src/blatley'] = 'got_blatley_revision'
|
| api.gclient.checkout(
|
| gclient_config=bl_cfg,
|
|
|