| 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 133 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 144 'tracing/extras/tquery/tquery.html', | 144 'tracing/extras/tquery/tquery.html', |
| 145 'tracing/extras/vsync/vsync_auditor.html', | 145 'tracing/extras/vsync/vsync_auditor.html', |
| 146 'tracing/importer/empty_importer.html', | 146 'tracing/importer/empty_importer.html', |
| 147 'tracing/importer/find_input_expectations.html', | 147 'tracing/importer/find_input_expectations.html', |
| 148 'tracing/importer/find_load_expectations.html', | 148 'tracing/importer/find_load_expectations.html', |
| 149 'tracing/importer/import.html', | 149 'tracing/importer/import.html', |
| 150 'tracing/importer/importer.html', | 150 'tracing/importer/importer.html', |
| 151 'tracing/importer/proto_expectation.html', | 151 'tracing/importer/proto_expectation.html', |
| 152 'tracing/importer/simple_line_reader.html', | 152 'tracing/importer/simple_line_reader.html', |
| 153 'tracing/importer/user_model_builder.html', | 153 'tracing/importer/user_model_builder.html', |
| 154 'tracing/metrics/all_metrics.html', |
| 154 'tracing/metrics/system_health/animation_smoothness_metric.html', | 155 'tracing/metrics/system_health/animation_smoothness_metric.html', |
| 155 'tracing/metrics/system_health/animation_throughput_metric.html', | 156 'tracing/metrics/system_health/animation_throughput_metric.html', |
| 156 'tracing/metrics/system_health/efficiency_metric.html', | 157 'tracing/metrics/system_health/efficiency_metric.html', |
| 157 'tracing/metrics/system_health/responsiveness_metric.html', | 158 'tracing/metrics/system_health/responsiveness_metric.html', |
| 158 'tracing/metrics/system_health/system_health_metric.html', | |
| 159 'tracing/metrics/system_health/utils.html', | 159 'tracing/metrics/system_health/utils.html', |
| 160 'tracing/metrics/ui/system_health/system_health_side_panel.html', | |
| 161 'tracing/metrics/ui/system_health/system_health_span.html', | |
| 162 'tracing/model/activity.html', | 160 'tracing/model/activity.html', |
| 163 'tracing/model/alert.html', | 161 'tracing/model/alert.html', |
| 164 'tracing/model/annotation.html', | 162 'tracing/model/annotation.html', |
| 165 'tracing/model/async_slice.html', | 163 'tracing/model/async_slice.html', |
| 166 'tracing/model/async_slice_group.html', | 164 'tracing/model/async_slice_group.html', |
| 167 'tracing/model/attribute.html', | 165 'tracing/model/attribute.html', |
| 168 'tracing/model/clock_sync_record.html', | 166 'tracing/model/clock_sync_record.html', |
| 169 'tracing/model/comment_box_annotation.html', | 167 'tracing/model/comment_box_annotation.html', |
| 170 'tracing/model/compound_event_selection_state.html', | 168 'tracing/model/compound_event_selection_state.html', |
| 171 'tracing/model/constants.html', | 169 'tracing/model/constants.html', |
| (...skipping 273 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 445 'tracing/ui/images/chrome-right.png', | 443 'tracing/ui/images/chrome-right.png', |
| 446 'tracing/ui/images/ui-states.png', | 444 'tracing/ui/images/ui-states.png', |
| 447 ], | 445 ], |
| 448 'tracing_files': [ | 446 'tracing_files': [ |
| 449 '<@(tracing_css_files)', | 447 '<@(tracing_css_files)', |
| 450 '<@(tracing_js_html_files)', | 448 '<@(tracing_js_html_files)', |
| 451 '<@(tracing_img_files)', | 449 '<@(tracing_img_files)', |
| 452 ], | 450 ], |
| 453 } | 451 } |
| 454 } | 452 } |
| OLD | NEW |