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', |