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

Unified Diff: tools/telemetry/telemetry/web_components/tvcm_stub.py

Issue 178043008: [Reland] Introduce telemetry.web_components and a simple component-based Results object (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 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_components/tvcm_stub.py
diff --git a/tools/telemetry/telemetry/unittest/__init__.py b/tools/telemetry/telemetry/web_components/tvcm_stub.py
similarity index 52%
copy from tools/telemetry/telemetry/unittest/__init__.py
copy to tools/telemetry/telemetry/web_components/tvcm_stub.py
index 950282d0c11746826dd749cc1f0dafaf7d4780e9..aada6dd754c87023f186fe10e8d6fd451b63c184 100644
--- a/tools/telemetry/telemetry/unittest/__init__.py
+++ b/tools/telemetry/telemetry/web_components/tvcm_stub.py
@@ -1,3 +1,10 @@
# Copyright (c) 2014 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
+
+from telemetry.core import util
+
+
+util.AddDirToPythonPath(
+ util.GetChromiumSrcDir(),
+ 'third_party', 'trace-viewer', 'third_party', 'tvcm')

Powered by Google App Engine
This is Rietveld 408576698