Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / tools / telemetry / telemetry / web_components / tvcm_stub.py
1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 from telemetry.core import util
6
7 # Bring in tv module for basic JS components capabilities.
8 util.AddDirToPythonPath(
9     util.GetChromiumSrcDir(), 'third_party', 'trace-viewer', 'trace_viewer')
10
11 util.AddDirToPythonPath(
12     util.GetChromiumSrcDir(),
13     'third_party', 'trace-viewer', 'third_party', 'tvcm')
14
15 # Bring in trace_viewer module for the UI features that are part of the trace
16 # viewer.
17 util.AddDirToPythonPath(
18     util.GetChromiumSrcDir(),
19     'third_party', 'trace-viewer')