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

Unified Diff: build/android/devil/android/perf/perf_control_unittest.py

Issue 1332603002: [Android] Move perf utilities into devil. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: redirections for v8 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
Index: build/android/devil/android/perf/perf_control_unittest.py
diff --git a/build/android/pylib/perf/perf_control_unittest.py b/build/android/devil/android/perf/perf_control_unittest.py
similarity index 96%
rename from build/android/pylib/perf/perf_control_unittest.py
rename to build/android/devil/android/perf/perf_control_unittest.py
index 425a69be808b3ff25697e2c3f64b5733caed57c4..90907bdc90c63187f4d3fb1d8d0fc7cdb4b40bf0 100644
--- a/build/android/pylib/perf/perf_control_unittest.py
+++ b/build/android/devil/android/perf/perf_control_unittest.py
@@ -10,7 +10,7 @@ import unittest
sys.path.append(os.path.join(os.path.dirname(__file__), os.pardir, os.pardir))
from devil.android import device_utils
-from pylib.perf import perf_control
+from devil.android.perf import perf_control
class TestPerfControl(unittest.TestCase):
def setUp(self):
« no previous file with comments | « build/android/devil/android/perf/perf_control.py ('k') | build/android/devil/android/perf/surface_stats_collector.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698