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 143 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
154 'tracing/importer/find_input_expectations.html', | 154 'tracing/importer/find_input_expectations.html', |
155 'tracing/importer/find_load_expectations.html', | 155 'tracing/importer/find_load_expectations.html', |
156 'tracing/importer/find_startup_expectations.html', | 156 'tracing/importer/find_startup_expectations.html', |
157 'tracing/importer/import.html', | 157 'tracing/importer/import.html', |
158 'tracing/importer/importer.html', | 158 'tracing/importer/importer.html', |
159 'tracing/importer/proto_expectation.html', | 159 'tracing/importer/proto_expectation.html', |
160 'tracing/importer/simple_line_reader.html', | 160 'tracing/importer/simple_line_reader.html', |
161 'tracing/importer/user_model_builder.html', | 161 'tracing/importer/user_model_builder.html', |
162 'tracing/metrics/all_metrics.html', | 162 'tracing/metrics/all_metrics.html', |
163 'tracing/metrics/metric_registry.html', | 163 'tracing/metrics/metric_registry.html', |
| 164 'tracing/metrics/puf_metric.html', |
164 'tracing/metrics/sample_metric.html', | 165 'tracing/metrics/sample_metric.html', |
165 'tracing/metrics/system_health/efficiency_metric.html', | 166 'tracing/metrics/system_health/efficiency_metric.html', |
166 'tracing/metrics/system_health/first_paint_metric.html', | 167 'tracing/metrics/system_health/first_paint_metric.html', |
167 'tracing/metrics/system_health/hazard_metric.html', | 168 'tracing/metrics/system_health/hazard_metric.html', |
168 'tracing/metrics/system_health/memory_metric.html', | 169 'tracing/metrics/system_health/memory_metric.html', |
169 'tracing/metrics/system_health/power_metric.html', | 170 'tracing/metrics/system_health/power_metric.html', |
170 'tracing/metrics/system_health/responsiveness_metric.html', | 171 'tracing/metrics/system_health/responsiveness_metric.html', |
171 'tracing/metrics/system_health/system_health_metrics.html', | 172 'tracing/metrics/system_health/system_health_metrics.html', |
172 'tracing/metrics/system_health/utils.html', | 173 'tracing/metrics/system_health/utils.html', |
173 'tracing/metrics/tracing_metric.html', | 174 'tracing/metrics/tracing_metric.html', |
(...skipping 292 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
466 'tracing/ui/images/chrome-right.png', | 467 'tracing/ui/images/chrome-right.png', |
467 'tracing/ui/images/ui-states.png', | 468 'tracing/ui/images/ui-states.png', |
468 ], | 469 ], |
469 'tracing_files': [ | 470 'tracing_files': [ |
470 '<@(tracing_css_files)', | 471 '<@(tracing_css_files)', |
471 '<@(tracing_js_html_files)', | 472 '<@(tracing_js_html_files)', |
472 '<@(tracing_img_files)', | 473 '<@(tracing_img_files)', |
473 ], | 474 ], |
474 } | 475 } |
475 } | 476 } |
OLD | NEW |