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

Unified Diff: build/android/test_runner.py

Issue 141223002: Move the android library loader from content to base (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move Android Library Loader - Fix findbugs merge issue Created 6 years, 11 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.py
diff --git a/build/android/test_runner.py b/build/android/test_runner.py
index a87474c0542cc183914886524baf6652f490151c..06156b12b10d089ab3a51cca0b01eccca9735bf3 100755
--- a/build/android/test_runner.py
+++ b/build/android/test_runner.py
@@ -539,7 +539,7 @@ def _RunLinkerTests(options, error_func, devices):
report_results.LogFull(
results=results,
test_type='Linker test',
- test_package='ContentLinkerTest')
+ test_package='ChromiumLinkerTest')
return exit_code

Powered by Google App Engine
This is Rietveld 408576698