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

Unified Diff: scripts/slave/recipes/codesearch.py

Issue 1101673005: Extract functions from path recipe module so that step can depend on it (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 5 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 | « scripts/slave/recipes/chromium_codesearch.py ('k') | scripts/slave/recipes/crashpad/continuous.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipes/codesearch.py
diff --git a/scripts/slave/recipes/codesearch.py b/scripts/slave/recipes/codesearch.py
index 1fe78652d500b195aad66bc6918fd25bf46c1bb6..25b3f8677e257bab735151b54a95937cc9840a8a 100644
--- a/scripts/slave/recipes/codesearch.py
+++ b/scripts/slave/recipes/codesearch.py
@@ -5,6 +5,7 @@
DEPS = [
'bot_update',
'chromium',
+ 'file',
'gclient',
'gsutil',
'path',
@@ -84,7 +85,7 @@ def GenSteps(api):
# Remove the llvm-build directory, so that gclient runhooks will download
# the pre-built clang binary and not use the locally compiled binary from
# the 'compile translation_unit clang tool' step.
- api.path.rmtree('llvm-build',
+ api.file.rmtree('llvm-build',
api.path['checkout'].join('third_party', 'llvm-build'))
# Upload the index pack
« no previous file with comments | « scripts/slave/recipes/chromium_codesearch.py ('k') | scripts/slave/recipes/crashpad/continuous.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698