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

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: Merged into `annotated_run.py`. 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
« no previous file with comments | « no previous file | scripts/common/chromium_utils.py » ('j') | scripts/common/chromium_utils.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « no previous file | scripts/common/chromium_utils.py » ('j') | scripts/common/chromium_utils.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698