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

Unified Diff: recipe_modules/gclient/__init__.py

Issue 1927403003: Avoid computing patch_root in get_files_affected_by_patch. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Patch Set: Real rework + downstream Created 4 years, 8 months 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 | recipe_modules/gclient/example.py » ('j') | recipe_modules/tryserver/api.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: recipe_modules/gclient/__init__.py
diff --git a/recipe_modules/gclient/__init__.py b/recipe_modules/gclient/__init__.py
index b9e022d85a97f5134f4c7e0b099e84184e02dee4..ff295123390d5b165f13438530010e8f13b5a2b9 100644
--- a/recipe_modules/gclient/__init__.py
+++ b/recipe_modules/gclient/__init__.py
@@ -1,10 +1,12 @@
DEPS = [
+ 'git',
Michael Achenbach 2016/05/02 06:44:32 Why the gclient changes? Do we need to account for
tandrii(chromium) 2016/05/02 09:56:36 oversight - remnant from PS#1.
'infra_paths',
'recipe_engine/json',
'recipe_engine/path',
'recipe_engine/platform',
'recipe_engine/properties',
'recipe_engine/python',
+ 'recipe_engine/raw_io',
'recipe_engine/step',
'tryserver',
]
« no previous file with comments | « no previous file | recipe_modules/gclient/example.py » ('j') | recipe_modules/tryserver/api.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698