Chromium Code Reviews| OLD | NEW |
|---|---|
| (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 | |
| OLD | NEW |