OLD | NEW |
(Empty) | |
| 1 // Copyright (c) 2012 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 <include src = "./table_gen.js"> |
| 6 <include src = "./range_graph.js"> |
| 7 <include src = "./graph_painter.js"> |
| 8 <include src = "./log_painter.js"> |
| 9 <include src = "./player_list_painter.js"> |
| 10 <include src = "./property_painter.js"> |
| 11 <include src = "./render_manager.js"> |
| 12 <include src = "./collapse.js"> |
| 13 <include src = "./player_info.js"> |
| 14 <include src = "./player_manager.js"> |
| 15 <include src = "./main.js"> |
| 16 <include src = "./gen_logs.js"> |
OLD | NEW |