| Index: content/test/gpu/run_gpu_test.py
|
| diff --git a/content/test/gpu/run_gpu_test.py b/content/test/gpu/run_gpu_test.py
|
| index e51a2b23e1cc40808c399886270ea39a9ee23f30..00091d69fed53cbeffe5818d753629ce71bd0f83 100755
|
| --- a/content/test/gpu/run_gpu_test.py
|
| +++ b/content/test/gpu/run_gpu_test.py
|
| @@ -87,7 +87,10 @@ if __name__ == '__main__':
|
| top_level_dir = os.path.dirname(os.path.realpath(__file__))
|
| config = benchmark_runner.ProjectConfig(
|
| top_level_dir=top_level_dir,
|
| - benchmark_dirs=[os.path.join(top_level_dir, 'gpu_tests')])
|
| + benchmark_dirs=[os.path.join(top_level_dir, 'gpu_tests')],
|
| + client_config=os.path.abspath(os.path.join(
|
| + top_level_dir, os.pardir, os.pardir, os.pardir, 'tools', 'perf',
|
| + 'core', 'binary_dependencies.json')))
|
|
|
| did_launch_dbus = _LaunchDBus()
|
| try:
|
|
|