Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(59)

Unified Diff: environment.cfg.py

Issue 1468053008: Add LogDog bootstrapping to `annotated_run.py`. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,
« no previous file with comments | « no previous file | scripts/master/factory/annotator_commands.py » ('j') | scripts/master/factory/annotator_commands.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698