OLD | NEW |
1 # Copyright (c) 2015 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2015 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 { | 5 { |
6 'variables': { | 6 'variables': { |
7 'tracing_css_files': [ | 7 'tracing_css_files': [ |
8 'tracing/ui/base/line_chart.css', | 8 'tracing/ui/base/line_chart.css', |
9 'tracing/ui/base/list_view.css', | 9 'tracing/ui/base/list_view.css', |
10 'tracing/ui/base/pie_chart.css', | 10 'tracing/ui/base/pie_chart.css', |
(...skipping 29 matching lines...) Expand all Loading... |
40 'tracing/base/event_target.html', | 40 'tracing/base/event_target.html', |
41 'tracing/base/extension_registry.html', | 41 'tracing/base/extension_registry.html', |
42 'tracing/base/extension_registry_base.html', | 42 'tracing/base/extension_registry_base.html', |
43 'tracing/base/extension_registry_basic.html', | 43 'tracing/base/extension_registry_basic.html', |
44 'tracing/base/extension_registry_type_based.html', | 44 'tracing/base/extension_registry_type_based.html', |
45 'tracing/base/guid.html', | 45 'tracing/base/guid.html', |
46 'tracing/base/interval_tree.html', | 46 'tracing/base/interval_tree.html', |
47 'tracing/base/iteration_helpers.html', | 47 'tracing/base/iteration_helpers.html', |
48 'tracing/base/math.html', | 48 'tracing/base/math.html', |
49 'tracing/base/multi_dimensional_view.html', | 49 'tracing/base/multi_dimensional_view.html', |
| 50 'tracing/base/piecewise_linear_function.html', |
50 'tracing/base/quad.html', | 51 'tracing/base/quad.html', |
51 'tracing/base/raf.html', | 52 'tracing/base/raf.html', |
52 'tracing/base/range.html', | 53 'tracing/base/range.html', |
53 'tracing/base/range_utils.html', | 54 'tracing/base/range_utils.html', |
54 'tracing/base/rect.html', | 55 'tracing/base/rect.html', |
55 'tracing/base/settings.html', | 56 'tracing/base/settings.html', |
56 'tracing/base/sorted_array_utils.html', | 57 'tracing/base/sorted_array_utils.html', |
57 'tracing/base/statistics.html', | 58 'tracing/base/statistics.html', |
58 'tracing/base/task.html', | 59 'tracing/base/task.html', |
59 'tracing/base/timing.html', | 60 'tracing/base/timing.html', |
(...skipping 400 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
460 'tracing/ui/images/chrome-right.png', | 461 'tracing/ui/images/chrome-right.png', |
461 'tracing/ui/images/ui-states.png', | 462 'tracing/ui/images/ui-states.png', |
462 ], | 463 ], |
463 'tracing_files': [ | 464 'tracing_files': [ |
464 '<@(tracing_css_files)', | 465 '<@(tracing_css_files)', |
465 '<@(tracing_js_html_files)', | 466 '<@(tracing_js_html_files)', |
466 '<@(tracing_img_files)', | 467 '<@(tracing_img_files)', |
467 ], | 468 ], |
468 } | 469 } |
469 } | 470 } |
OLD | NEW |