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

Unified Diff: build/android/test_runner.pydeps

Issue 2933993002: Add local results details pages.
Patch Set: Add --local-output arg which enables local results detail pages. Created 3 years, 5 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
Index: build/android/test_runner.pydeps
diff --git a/build/android/test_runner.pydeps b/build/android/test_runner.pydeps
index fddebbd3fa1daeb2f3c4403edb1e73e3213312a8..fa6c5dbfaa33eb29feb82947747d65d7e1801889 100644
--- a/build/android/test_runner.pydeps
+++ b/build/android/test_runner.pydeps
@@ -153,12 +153,12 @@
../util/lib/common/unittest_util.py
devil_chromium.py
pylib/__init__.py
-pylib/android/__init__.py
-pylib/android/logdog_logcat_monitor.py
pylib/base/__init__.py
pylib/base/base_test_result.py
pylib/base/environment.py
pylib/base/environment_factory.py
+pylib/base/output_manager.py
+pylib/base/output_manager_factory.py
pylib/base/test_collection.py
pylib/base/test_exception.py
pylib/base/test_instance.py
@@ -195,6 +195,9 @@ pylib/local/machine/local_machine_environment.py
pylib/local/machine/local_machine_junit_test_run.py
pylib/monkey/__init__.py
pylib/monkey/monkey_test_instance.py
+pylib/output/__init__.py
+pylib/output/local_output_manager.py
+pylib/output/remote_output_manager.py
pylib/perf/__init__.py
pylib/perf/perf_test_instance.py
pylib/results/__init__.py
@@ -202,6 +205,9 @@ pylib/results/flakiness_dashboard/__init__.py
pylib/results/flakiness_dashboard/json_results_generator.py
pylib/results/flakiness_dashboard/results_uploader.py
pylib/results/json_results.py
+pylib/results/presentation/__init__.py
+pylib/results/presentation/standard_gtest_merge.py
+pylib/results/presentation/test_results_presentation.py
pylib/results/report_results.py
pylib/utils/__init__.py
pylib/utils/decorators.py

Powered by Google App Engine
This is Rietveld 408576698