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

Side by Side Diff: tools/telemetry/telemetry/components/__init__.py

Issue 169283004: Introduce telemetry.web_components and a simple component-based Results object (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added HTML output, ready for review 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 # Copyright (c) 2014 The Chromium Authors. All rights reserved.
tonyg 2014/02/19 16:44:32 Thinking aloud: should we name this directory web_
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4 """Web components used by telemetry.
5
6 The components module provides a set of reusable web components on top of which
7 many UI features of telemetry are built. The components use the trace-viewer
8 component model, tvcm, which is a mix of polymer and Google Closure ideas.
9
10 """
11
12
13 from telemetry.components import tvcm_stub
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698