| Index: masters/master.chromium.chrome/master.cfg
|
| diff --git a/masters/master.chromium.chrome/master.cfg b/masters/master.chromium.chrome/master.cfg
|
| index 8b92fec355192c30de2a309476e2d8491422022a..b2dd5689d5bf929c8931f44bc6dc781239a877ad 100644
|
| --- a/masters/master.chromium.chrome/master.cfg
|
| +++ b/masters/master.chromium.chrome/master.cfg
|
| @@ -75,7 +75,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/tools/build.git',
|
| + repository='https://chromium.googlesource.com/chromium/src.git',
|
| recipe=recipe,
|
| factory_properties={'path_config': 'kitchen'},
|
| use_gitiles=True,
|
|
|