Chromium Code Reviews| Index: tools/perf/PRESUBMIT.py |
| diff --git a/tools/perf/PRESUBMIT.py b/tools/perf/PRESUBMIT.py |
| index 79f8352ef02668585788f5882658366a1a0f60bd..fe06a0a4b28b1a9c2b77cfe952b6153b734df8d8 100644 |
| --- a/tools/perf/PRESUBMIT.py |
| +++ b/tools/perf/PRESUBMIT.py |
| @@ -32,10 +32,13 @@ def _GetPathsToPrepend(input_api): |
| chromium_src_dir, 'third_party', 'catapult', 'telemetry') |
| experimental_dir = input_api.os_path.join( |
| chromium_src_dir, 'third_party', 'catapult', 'experimental') |
| + battor_dir = input_api.os_path.join( |
|
nednguyen
2016/05/25 19:50:11
We no longer need this change
rnephew (Reviews Here)
2016/05/25 20:41:31
Done.
|
| + chromium_src_dir, 'third_party', 'catapult', 'common', 'battor', 'battor') |
| return [ |
| telemetry_dir, |
| input_api.os_path.join(telemetry_dir, 'third_party', 'mock'), |
| experimental_dir, |
| + battor_dir, |
| ] |