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

Unified Diff: scripts/slave/recipes/chromium_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/boringssl.py ('k') | scripts/slave/recipes/codesearch.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipes/chromium_codesearch.py
diff --git a/scripts/slave/recipes/chromium_codesearch.py b/scripts/slave/recipes/chromium_codesearch.py
index e3af82deeb5c59133e6c31276a343b0544d77925..c7b118ba6bade633611391d021ac575d577892b4 100644
--- a/scripts/slave/recipes/chromium_codesearch.py
+++ b/scripts/slave/recipes/chromium_codesearch.py
@@ -8,6 +8,7 @@ DEPS = [
'bot_update',
'chromium',
'commit_position',
+ 'file',
'gclient',
'gsutil',
'json',
@@ -190,7 +191,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/boringssl.py ('k') | scripts/slave/recipes/codesearch.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698