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

Unified Diff: build/android/method_count.py

Issue 1314313004: [Android][telemetry] Update pylib imports for modules that moved into devil. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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 | « build/android/install_emulator_deps.py ('k') | build/android/preprocess_google_play_services.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/method_count.py
diff --git a/build/android/method_count.py b/build/android/method_count.py
index 93250b5c542fb28d60574b3ed4ba2e615a53c29b..a12fe6af7c9d3ae573bbdfe546d86f7f7525d2c5 100755
--- a/build/android/method_count.py
+++ b/build/android/method_count.py
@@ -8,8 +8,8 @@ import os
import re
import sys
+from devil.android.sdk import dexdump
from pylib import constants
-from pylib.sdk import dexdump
sys.path.append(os.path.join(constants.DIR_SOURCE_ROOT, 'build', 'util', 'lib',
'common'))
« no previous file with comments | « build/android/install_emulator_deps.py ('k') | build/android/preprocess_google_play_services.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698