Chromium Code Reviews| Index: environment.cfg.py |
| diff --git a/environment.cfg.py b/environment.cfg.py |
| index b910894bf11a0e7380035ab20ef3a7a669da3a18..d83774927f5e80aeaee0aabe182599ce335f0d35 100644 |
| --- a/environment.cfg.py |
| +++ b/environment.cfg.py |
| @@ -15,6 +15,7 @@ def Extend(pythonpath, cwd): |
| """ |
| third_party_base = os.path.join(cwd, 'third_party') |
| build_path = [ |
| + os.path.join(cwd, os.pardir, 'depot_tools'), |
| os.path.join(cwd, 'scripts'), |
| os.path.join(cwd, 'site_config'), |
| third_party_base, |