| Index: masters/master.chromium/master_full_cfg.py
 | 
| diff --git a/masters/master.chromium/master_full_cfg.py b/masters/master.chromium/master_full_cfg.py
 | 
| index 6d177c757adc36af0a76be23a0c247ab66d3a175..3140275319022b1d0c619e96d2db9601614adbe4 100644
 | 
| --- a/masters/master.chromium/master_full_cfg.py
 | 
| +++ b/masters/master.chromium/master_full_cfg.py
 | 
| @@ -30,7 +30,7 @@ def m_remote_run_chromium_src(recipe, **kwargs):
 | 
|    kwargs.setdefault('revision', revision_getter)
 | 
|    return remote_run_factory.RemoteRunFactory(
 | 
|        active_master=ActiveMaster,
 | 
| -      repository='https://chromium.googlesource.com/chromium/src.git',
 | 
| +      repository='https://chromium.googlesource.com/chromium/tools/build.git',
 | 
|        recipe=recipe,
 | 
|        factory_properties={'path_config': 'kitchen'},
 | 
|        use_gitiles=True,
 | 
| 
 |