| Index: scripts/slave/recipes/webrtc/libfuzzer.py
|
| diff --git a/scripts/slave/recipes/webrtc/libfuzzer.py b/scripts/slave/recipes/webrtc/libfuzzer.py
|
| index 698fc880e88c75627a8b8724a1416f7534a9b8d6..570e71c76441ff77bddb554b057a0308ac63a88d 100644
|
| --- a/scripts/slave/recipes/webrtc/libfuzzer.py
|
| +++ b/scripts/slave/recipes/webrtc/libfuzzer.py
|
| @@ -8,6 +8,7 @@ from recipe_engine.types import freeze
|
| DEPS = [
|
| 'archive',
|
| 'depot_tools/bot_update',
|
| + 'depot_tools/infra_paths',
|
| 'chromium',
|
| 'file',
|
| 'recipe_engine/json',
|
| @@ -63,7 +64,7 @@ def RunSteps(api):
|
| api.chromium.run_gn(use_goma=False)
|
|
|
| step_result = api.python('calculate targets',
|
| - api.path['depot_tools'].join('gn.py'),
|
| + api.infra_paths['depot_tools'].join('gn.py'),
|
| ['--root=%s' % str(api.path['checkout']),
|
| 'refs',
|
| str(api.chromium.output_dir),
|
|
|