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

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: Fix final nits Created 6 years, 10 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 30e23b6d76f589669676e1c84c4856133763525a..a8a39697915d3d053a3ffeb99c1ee7bb5367e9f9 100755
--- a/build/android/test_runner.py
+++ b/build/android/test_runner.py
@@ -538,7 +538,7 @@ def _RunLinkerTests(options, 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