| 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/list_view.css', | 8 'tracing/ui/base/list_view.css', |
| 9 'tracing/ui/extras/about_tracing/common.css', | 9 'tracing/ui/extras/about_tracing/common.css', |
| 10 'tracing/ui/extras/chrome/cc/display_item_list_view.css', | 10 'tracing/ui/extras/chrome/cc/display_item_list_view.css', |
| (...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 194 'tracing/metrics/system_health/breakdown_tree_helpers.html', | 194 'tracing/metrics/system_health/breakdown_tree_helpers.html', |
| 195 'tracing/metrics/system_health/clock_sync_latency_metric.html', | 195 'tracing/metrics/system_health/clock_sync_latency_metric.html', |
| 196 'tracing/metrics/system_health/cpu_time_metric.html', | 196 'tracing/metrics/system_health/cpu_time_metric.html', |
| 197 'tracing/metrics/system_health/expected_queueing_time_metric.html', | 197 'tracing/metrics/system_health/expected_queueing_time_metric.html', |
| 198 'tracing/metrics/system_health/loading_metric.html', | 198 'tracing/metrics/system_health/loading_metric.html', |
| 199 'tracing/metrics/system_health/long_tasks_metric.html', | 199 'tracing/metrics/system_health/long_tasks_metric.html', |
| 200 'tracing/metrics/system_health/memory_metric.html', | 200 'tracing/metrics/system_health/memory_metric.html', |
| 201 'tracing/metrics/system_health/power_metric.html', | 201 'tracing/metrics/system_health/power_metric.html', |
| 202 'tracing/metrics/system_health/responsiveness_metric.html', | 202 'tracing/metrics/system_health/responsiveness_metric.html', |
| 203 'tracing/metrics/system_health/utils.html', | 203 'tracing/metrics/system_health/utils.html', |
| 204 'tracing/metrics/system_health/web_components_metric.html', |
| 204 'tracing/metrics/system_health/webview_startup_metric.html', | 205 'tracing/metrics/system_health/webview_startup_metric.html', |
| 205 'tracing/metrics/tracing_metric.html', | 206 'tracing/metrics/tracing_metric.html', |
| 206 'tracing/metrics/v8/execution_metric.html', | 207 'tracing/metrics/v8/execution_metric.html', |
| 207 'tracing/metrics/v8/gc_metric.html', | 208 'tracing/metrics/v8/gc_metric.html', |
| 208 'tracing/metrics/v8/runtime_stats_metric.html', | 209 'tracing/metrics/v8/runtime_stats_metric.html', |
| 209 'tracing/metrics/v8/utils.html', | 210 'tracing/metrics/v8/utils.html', |
| 210 'tracing/metrics/v8/v8_metrics.html', | 211 'tracing/metrics/v8/v8_metrics.html', |
| 211 'tracing/metrics/webrtc/webrtc_rendering_metric.html', | 212 'tracing/metrics/webrtc/webrtc_rendering_metric.html', |
| 212 'tracing/model/activity.html', | 213 'tracing/model/activity.html', |
| 213 'tracing/model/alert.html', | 214 'tracing/model/alert.html', |
| (...skipping 367 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 581 'tracing/ui/images/chrome-right.png', | 582 'tracing/ui/images/chrome-right.png', |
| 582 'tracing/ui/images/ui-states.png', | 583 'tracing/ui/images/ui-states.png', |
| 583 ], | 584 ], |
| 584 'tracing_files': [ | 585 'tracing_files': [ |
| 585 '<@(tracing_css_files)', | 586 '<@(tracing_css_files)', |
| 586 '<@(tracing_js_html_files)', | 587 '<@(tracing_js_html_files)', |
| 587 '<@(tracing_img_files)', | 588 '<@(tracing_img_files)', |
| 588 ], | 589 ], |
| 589 } | 590 } |
| 590 } | 591 } |
| OLD | NEW |