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

Unified Diff: build/android/device_stats_monitor.py

Issue 11759012: [Android] Move GTest options to test_options_parser.py. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase (again) Created 7 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
« no previous file with comments | « build/android/adb_install_apk.py ('k') | build/android/pylib/run_tests_helper.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/device_stats_monitor.py
diff --git a/build/android/device_stats_monitor.py b/build/android/device_stats_monitor.py
index 181c3db5ff3e5cbde40fa7b3ce76e5b0e81dc853..23506a889977f4ab022f9001b3ac2e80e0bd39d5 100755
--- a/build/android/device_stats_monitor.py
+++ b/build/android/device_stats_monitor.py
@@ -17,7 +17,7 @@ import time
from pylib import android_commands
from pylib import device_stats_monitor
-from pylib import test_options_parser
+from pylib.utils import test_options_parser
def main(argv):
« no previous file with comments | « build/android/adb_install_apk.py ('k') | build/android/pylib/run_tests_helper.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698