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'), |
iannucci
2015/12/01 02:12:46
uh... come again? I have no idea what this does, b
dnj
2015/12/01 02:39:09
This adds "depot_tools" to standard paths so its l
|
os.path.join(cwd, 'scripts'), |
os.path.join(cwd, 'site_config'), |
third_party_base, |