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

Unified Diff: recipe_modules/gclient/example.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
Index: recipe_modules/gclient/example.py
diff --git a/recipe_modules/gclient/example.py b/recipe_modules/gclient/example.py
index fa6daf8950862ab8c919bf525932360496efa0a9..2f7bb93d13994dd3cf5c3e51ccccf9357f634511 100644
--- a/recipe_modules/gclient/example.py
+++ b/recipe_modules/gclient/example.py
@@ -6,6 +6,7 @@ DEPS = [
'gclient',
'recipe_engine/path',
'recipe_engine/properties',
+ 'recipe_engine/platform',
]
@@ -92,6 +93,7 @@ def RunSteps(api):
assert not api.gclient.is_blink_mode
+
def GenTests(api):
yield api.test('basic')

Powered by Google App Engine
This is Rietveld 408576698