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

Unified Diff: tools/android/adb_profile_chrome/chrome_controller_unittest.py

Issue 310413003: Move adb_profile_chrome under tools/android/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add shebang and exec bit temporarily. Created 6 years, 6 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: tools/android/adb_profile_chrome/chrome_controller_unittest.py
diff --git a/build/android/chrome_profiler/chrome_controller_unittest.py b/tools/android/adb_profile_chrome/chrome_controller_unittest.py
similarity index 92%
rename from build/android/chrome_profiler/chrome_controller_unittest.py
rename to tools/android/adb_profile_chrome/chrome_controller_unittest.py
index e8c282906357d7e50cf85bc4d965cbe3738decf4..5fa472a465506ccea5d8f74d9fd52f92c50e06ed 100644
--- a/build/android/chrome_profiler/chrome_controller_unittest.py
+++ b/tools/android/adb_profile_chrome/chrome_controller_unittest.py
@@ -5,8 +5,8 @@
import os
import json
-from chrome_profiler import chrome_controller
-from chrome_profiler import controllers_unittest
+from adb_profile_chrome import chrome_controller
+from adb_profile_chrome import controllers_unittest
class ChromeControllerTest(controllers_unittest.BaseControllerTest):
« no previous file with comments | « tools/android/adb_profile_chrome/chrome_controller.py ('k') | tools/android/adb_profile_chrome/controllers.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698