| 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 147 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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/sample_metric.html', | 164 'tracing/metrics/sample_metric.html', |
| 165 'tracing/metrics/system_health/efficiency_metric.html', | 165 'tracing/metrics/system_health/efficiency_metric.html', |
| 166 'tracing/metrics/system_health/first_paint_metric.html', | 166 'tracing/metrics/system_health/first_paint_metric.html', |
| 167 'tracing/metrics/system_health/hazard_metric.html', | 167 'tracing/metrics/system_health/hazard_metric.html', |
| 168 'tracing/metrics/system_health/long_tasks_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', |
| 174 'tracing/metrics/v8/execution_metric.html', | 175 'tracing/metrics/v8/execution_metric.html', |
| 175 'tracing/metrics/v8/gc_metric.html', | 176 'tracing/metrics/v8/gc_metric.html', |
| 176 'tracing/metrics/v8/utils.html', | 177 'tracing/metrics/v8/utils.html', |
| 177 'tracing/metrics/v8/v8_metrics.html', | 178 'tracing/metrics/v8/v8_metrics.html', |
| (...skipping 293 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 471 'tracing/ui/images/chrome-right.png', | 472 'tracing/ui/images/chrome-right.png', |
| 472 'tracing/ui/images/ui-states.png', | 473 'tracing/ui/images/ui-states.png', |
| 473 ], | 474 ], |
| 474 'tracing_files': [ | 475 'tracing_files': [ |
| 475 '<@(tracing_css_files)', | 476 '<@(tracing_css_files)', |
| 476 '<@(tracing_js_html_files)', | 477 '<@(tracing_js_html_files)', |
| 477 '<@(tracing_img_files)', | 478 '<@(tracing_img_files)', |
| 478 ], | 479 ], |
| 479 } | 480 } |
| 480 } | 481 } |
| OLD | NEW |