| Index: tools/perf/PRESUBMIT.py
|
| diff --git a/tools/perf/PRESUBMIT.py b/tools/perf/PRESUBMIT.py
|
| index 1ed59dfde852b4f796e968307fcef53c72966256..9eeaa0800557f6e8670bbac5d24f635e7b16dae0 100644
|
| --- a/tools/perf/PRESUBMIT.py
|
| +++ b/tools/perf/PRESUBMIT.py
|
| @@ -28,7 +28,8 @@ def _CommonChecks(input_api, output_api):
|
| def _GetPathsToPrepend(input_api):
|
| perf_dir = input_api.PresubmitLocalPath()
|
| chromium_src_dir = input_api.os_path.join(perf_dir, '..', '..')
|
| - telemetry_dir = input_api.os_path.join(chromium_src_dir, 'tools', 'telemetry')
|
| + telemetry_dir = input_api.os_path.join(
|
| + chromium_src_dir, 'third_party', 'catapult', 'telemetry')
|
| return [
|
| telemetry_dir,
|
| input_api.os_path.join(telemetry_dir, 'third_party', 'mock'),
|
|
|