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

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

Issue 1369213004: Revert of 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 00091d69fed53cbeffe5818d753629ce71bd0f83..e51a2b23e1cc40808c399886270ea39a9ee23f30 100755
--- a/content/test/gpu/run_gpu_test.py
+++ b/content/test/gpu/run_gpu_test.py
@@ -87,10 +87,7 @@
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')],
- client_config=os.path.abspath(os.path.join(
- top_level_dir, os.pardir, os.pardir, os.pardir, 'tools', 'perf',
- 'core', 'binary_dependencies.json')))
+ benchmark_dirs=[os.path.join(top_level_dir, 'gpu_tests')])
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