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

Unified Diff: scripts/slave/recipe_modules/amp/example.py

Issue 1917243002: Revert "build: roll infra_paths changes" (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
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
Index: scripts/slave/recipe_modules/amp/example.py
diff --git a/scripts/slave/recipe_modules/amp/example.py b/scripts/slave/recipe_modules/amp/example.py
index 98e3dc97f8544f3387d85d1fb9f322d6a95ed7f1..e7137f7733c6a7f5e0abdbd4c66deb7c2013a1fa 100644
--- a/scripts/slave/recipe_modules/amp/example.py
+++ b/scripts/slave/recipe_modules/amp/example.py
@@ -1,7 +1,6 @@
DEPS = [
'amp',
- 'depot_tools/infra_paths',
'recipe_engine/json',
'recipe_engine/path',
'recipe_engine/properties',
@@ -103,7 +102,7 @@ def RunSteps(api, buildername):
api.amp.set_config('main_pool')
builder = BUILDERS[buildername]
- api.path['checkout'] = api.infra_paths['slave_build'].join('src')
+ api.path['checkout'] = api.path['slave_build'].join('src')
gtest_test_id = api.amp.trigger_test_suite(
'example_gtest_suite', 'gtest',

Powered by Google App Engine
This is Rietveld 408576698