Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(216)

Side by Side Diff: tracing/trace_viewer.gypi

Issue 2323533003: [Not for landing - CL being split] Add Estimated Input Latency - EQT 90th Percentile definition
Patch Set: List -> Plural Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | tracing/tracing/metrics/all_metrics.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 156 matching lines...) Expand 10 before | Expand all | Expand 10 after
167 'tracing/importer/find_load_expectations.html', 167 'tracing/importer/find_load_expectations.html',
168 'tracing/importer/find_startup_expectations.html', 168 'tracing/importer/find_startup_expectations.html',
169 'tracing/importer/import.html', 169 'tracing/importer/import.html',
170 'tracing/importer/importer.html', 170 'tracing/importer/importer.html',
171 'tracing/importer/proto_expectation.html', 171 'tracing/importer/proto_expectation.html',
172 'tracing/importer/simple_line_reader.html', 172 'tracing/importer/simple_line_reader.html',
173 'tracing/importer/user_model_builder.html', 173 'tracing/importer/user_model_builder.html',
174 'tracing/metrics/all_metrics.html', 174 'tracing/metrics/all_metrics.html',
175 'tracing/metrics/blink/gc_metric.html', 175 'tracing/metrics/blink/gc_metric.html',
176 'tracing/metrics/cpu_process_metric.html', 176 'tracing/metrics/cpu_process_metric.html',
177 'tracing/metrics/estimated_input_latency_metric.html',
177 'tracing/metrics/metric_map_function.html', 178 'tracing/metrics/metric_map_function.html',
178 'tracing/metrics/metric_registry.html', 179 'tracing/metrics/metric_registry.html',
179 'tracing/metrics/sample_metric.html', 180 'tracing/metrics/sample_metric.html',
180 'tracing/metrics/system_health/clock_sync_latency_metric.html', 181 'tracing/metrics/system_health/clock_sync_latency_metric.html',
181 'tracing/metrics/system_health/cpu_time_metric.html', 182 'tracing/metrics/system_health/cpu_time_metric.html',
182 'tracing/metrics/system_health/hazard_metric.html', 183 'tracing/metrics/system_health/hazard_metric.html',
183 'tracing/metrics/system_health/loading_metric.html', 184 'tracing/metrics/system_health/loading_metric.html',
184 'tracing/metrics/system_health/long_tasks_metric.html', 185 'tracing/metrics/system_health/long_tasks_metric.html',
185 'tracing/metrics/system_health/memory_metric.html', 186 'tracing/metrics/system_health/memory_metric.html',
186 'tracing/metrics/system_health/power_metric.html', 187 'tracing/metrics/system_health/power_metric.html',
(...skipping 338 matching lines...) Expand 10 before | Expand all | Expand 10 after
525 'tracing/ui/images/chrome-right.png', 526 'tracing/ui/images/chrome-right.png',
526 'tracing/ui/images/ui-states.png', 527 'tracing/ui/images/ui-states.png',
527 ], 528 ],
528 'tracing_files': [ 529 'tracing_files': [
529 '<@(tracing_css_files)', 530 '<@(tracing_css_files)',
530 '<@(tracing_js_html_files)', 531 '<@(tracing_js_html_files)',
531 '<@(tracing_img_files)', 532 '<@(tracing_img_files)',
532 ], 533 ],
533 } 534 }
534 } 535 }
OLDNEW
« no previous file with comments | « no previous file | tracing/tracing/metrics/all_metrics.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698