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

Unified Diff: tools/telemetry/telemetry/web_perf/smooth_gesture_util_unittest.py

Issue 1067883002: [Telemetry] Add the feature of narrowing down the "gesture" interaction record to TBM. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix import statement in timeline_controller Created 5 years, 8 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/telemetry/telemetry/web_perf/smooth_gesture_util_unittest.py
diff --git a/tools/perf/measurements/smooth_gesture_util_unittest.py b/tools/telemetry/telemetry/web_perf/smooth_gesture_util_unittest.py
similarity index 99%
rename from tools/perf/measurements/smooth_gesture_util_unittest.py
rename to tools/telemetry/telemetry/web_perf/smooth_gesture_util_unittest.py
index e0b9781e33bc301fd59fb78606448cc372f1d9de..a305f396b063e579b53d8b03a8b094bc59ef75b7 100644
--- a/tools/perf/measurements/smooth_gesture_util_unittest.py
+++ b/tools/telemetry/telemetry/web_perf/smooth_gesture_util_unittest.py
@@ -13,8 +13,7 @@ from telemetry.timeline import async_slice
from telemetry.timeline import model as model_module
from telemetry.unittest_util import page_test_test_case
from telemetry.web_perf import timeline_interaction_record as tir_module
-
-from measurements import smooth_gesture_util as sg_util
+from telemetry.web_perf import smooth_gesture_util as sg_util
class SmoothGestureUtilTest(unittest.TestCase):

Powered by Google App Engine
This is Rietveld 408576698