Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(956)

Unified Diff: content/test/gpu/run_gpu_test.py

Issue 1361523003: Add crash_service to Telemetry's isolates. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@fck
Patch Set: Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/telemetry_gpu_unittests.isolate ('k') | content/test/gpu/run_unittests.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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:
« no previous file with comments | « content/telemetry_gpu_unittests.isolate ('k') | content/test/gpu/run_unittests.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698