| Index: content/test/gpu/PRESUBMIT.py
|
| diff --git a/content/test/gpu/PRESUBMIT.py b/content/test/gpu/PRESUBMIT.py
|
| index c490089987a137648883151ff02918b327c45c6c..115cc14494e877c0df99fff9387d31b4850102c2 100644
|
| --- a/content/test/gpu/PRESUBMIT.py
|
| +++ b/content/test/gpu/PRESUBMIT.py
|
| @@ -13,7 +13,10 @@ def _GetPathsToPrepend(input_api):
|
| return [
|
| input_api.os_path.join(current_dir, 'gpu_tests'),
|
| input_api.os_path.join(chromium_src_dir, 'tools', 'perf'),
|
| - input_api.os_path.join(chromium_src_dir, 'tools', 'telemetry'),
|
| + input_api.os_path.join(chromium_src_dir,
|
| + 'third_party', 'catapult', 'telemetry'),
|
| + input_api.os_path.join(chromium_src_dir,
|
| + 'third_party', 'catapult', 'catapult_base'),
|
| ]
|
|
|
| def _WebGLTextExpectationsTests(input_api, output_api):
|
|
|