| 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 154 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 165 'tracing/importer/find_load_expectations.html', | 165 'tracing/importer/find_load_expectations.html', |
| 166 'tracing/importer/find_startup_expectations.html', | 166 'tracing/importer/find_startup_expectations.html', |
| 167 'tracing/importer/import.html', | 167 'tracing/importer/import.html', |
| 168 'tracing/importer/importer.html', | 168 'tracing/importer/importer.html', |
| 169 'tracing/importer/proto_expectation.html', | 169 'tracing/importer/proto_expectation.html', |
| 170 'tracing/importer/simple_line_reader.html', | 170 'tracing/importer/simple_line_reader.html', |
| 171 'tracing/importer/user_model_builder.html', | 171 'tracing/importer/user_model_builder.html', |
| 172 'tracing/metrics/all_metrics.html', | 172 'tracing/metrics/all_metrics.html', |
| 173 'tracing/metrics/blink/gc_metric.html', | 173 'tracing/metrics/blink/gc_metric.html', |
| 174 'tracing/metrics/cpu_process_metric.html', | 174 'tracing/metrics/cpu_process_metric.html', |
| 175 'tracing/metrics/estimated_input_latency_metric.html', |
| 175 'tracing/metrics/metric_map_function.html', | 176 'tracing/metrics/metric_map_function.html', |
| 176 'tracing/metrics/metric_registry.html', | 177 'tracing/metrics/metric_registry.html', |
| 177 'tracing/metrics/sample_metric.html', | 178 'tracing/metrics/sample_metric.html', |
| 178 'tracing/metrics/system_health/clock_sync_latency_metric.html', | 179 'tracing/metrics/system_health/clock_sync_latency_metric.html', |
| 179 'tracing/metrics/system_health/hazard_metric.html', | 180 'tracing/metrics/system_health/hazard_metric.html', |
| 180 'tracing/metrics/system_health/loading_metric.html', | 181 'tracing/metrics/system_health/loading_metric.html', |
| 181 'tracing/metrics/system_health/long_tasks_metric.html', | 182 'tracing/metrics/system_health/long_tasks_metric.html', |
| 182 'tracing/metrics/system_health/memory_metric.html', | 183 'tracing/metrics/system_health/memory_metric.html', |
| 183 'tracing/metrics/system_health/power_metric.html', | 184 'tracing/metrics/system_health/power_metric.html', |
| 184 'tracing/metrics/system_health/rail_power_metric.html', | 185 'tracing/metrics/system_health/rail_power_metric.html', |
| (...skipping 336 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 521 'tracing/ui/images/chrome-right.png', | 522 'tracing/ui/images/chrome-right.png', |
| 522 'tracing/ui/images/ui-states.png', | 523 'tracing/ui/images/ui-states.png', |
| 523 ], | 524 ], |
| 524 'tracing_files': [ | 525 'tracing_files': [ |
| 525 '<@(tracing_css_files)', | 526 '<@(tracing_css_files)', |
| 526 '<@(tracing_js_html_files)', | 527 '<@(tracing_js_html_files)', |
| 527 '<@(tracing_img_files)', | 528 '<@(tracing_img_files)', |
| 528 ], | 529 ], |
| 529 } | 530 } |
| 530 } | 531 } |
| OLD | NEW |