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

Unified Diff: scripts/slave/recipe_modules/v8/api.py

Issue 1913863002: Get rid of transitionary patch_root cleanup hacks. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: 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 | scripts/slave/recipes/run_presubmit.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipe_modules/v8/api.py
diff --git a/scripts/slave/recipe_modules/v8/api.py b/scripts/slave/recipe_modules/v8/api.py
index 76787da24c662b7e67a8175619331212886d6d62..8cce285f16124e839d2a59497e8413551101bf82 100644
--- a/scripts/slave/recipe_modules/v8/api.py
+++ b/scripts/slave/recipe_modules/v8/api.py
@@ -163,7 +163,6 @@ class V8Api(recipe_api.RecipeApi):
solution.revision = revision
update_step = self.m.bot_update.ensure_checkout(
no_shallow=True,
- patch_root='TODO(TANDRII): REMOVE THIS TRANSITION TO patch_projects',
output_manifest=True,
with_branch_heads=needs_branch_heads,
**kwargs)
« no previous file with comments | « no previous file | scripts/slave/recipes/run_presubmit.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698