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

Side by Side Diff: tracing/trace_viewer.gypi

Issue 3001843002: Add TBMv2 metrics for WebVR. (Closed)
Patch Set: Addressed Ben's comments Created 3 years, 3 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/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 200 matching lines...) Expand 10 before | Expand all | Expand 10 after
211 'tracing/metrics/system_health/power_metric.html', 211 'tracing/metrics/system_health/power_metric.html',
212 'tracing/metrics/system_health/responsiveness_metric.html', 212 'tracing/metrics/system_health/responsiveness_metric.html',
213 'tracing/metrics/system_health/utils.html', 213 'tracing/metrics/system_health/utils.html',
214 'tracing/metrics/system_health/webview_startup_metric.html', 214 'tracing/metrics/system_health/webview_startup_metric.html',
215 'tracing/metrics/tracing_metric.html', 215 'tracing/metrics/tracing_metric.html',
216 'tracing/metrics/v8/execution_metric.html', 216 'tracing/metrics/v8/execution_metric.html',
217 'tracing/metrics/v8/gc_metric.html', 217 'tracing/metrics/v8/gc_metric.html',
218 'tracing/metrics/v8/runtime_stats_metric.html', 218 'tracing/metrics/v8/runtime_stats_metric.html',
219 'tracing/metrics/v8/utils.html', 219 'tracing/metrics/v8/utils.html',
220 'tracing/metrics/v8/v8_metrics.html', 220 'tracing/metrics/v8/v8_metrics.html',
221 'tracing/metrics/vr/webvr_metric.html',
221 'tracing/metrics/webrtc/webrtc_rendering_metric.html', 222 'tracing/metrics/webrtc/webrtc_rendering_metric.html',
222 'tracing/model/activity.html', 223 'tracing/model/activity.html',
223 'tracing/model/alert.html', 224 'tracing/model/alert.html',
224 'tracing/model/annotation.html', 225 'tracing/model/annotation.html',
225 'tracing/model/async_slice.html', 226 'tracing/model/async_slice.html',
226 'tracing/model/async_slice_group.html', 227 'tracing/model/async_slice_group.html',
227 'tracing/model/clock_sync_manager.html', 228 'tracing/model/clock_sync_manager.html',
228 'tracing/model/comment_box_annotation.html', 229 'tracing/model/comment_box_annotation.html',
229 'tracing/model/compound_event_selection_state.html', 230 'tracing/model/compound_event_selection_state.html',
230 'tracing/model/constants.html', 231 'tracing/model/constants.html',
(...skipping 351 matching lines...) Expand 10 before | Expand all | Expand 10 after
582 'tracing/ui/images/chrome-right.png', 583 'tracing/ui/images/chrome-right.png',
583 'tracing/ui/images/ui-states.png', 584 'tracing/ui/images/ui-states.png',
584 ], 585 ],
585 'tracing_files': [ 586 'tracing_files': [
586 '<@(tracing_css_files)', 587 '<@(tracing_css_files)',
587 '<@(tracing_js_html_files)', 588 '<@(tracing_js_html_files)',
588 '<@(tracing_img_files)', 589 '<@(tracing_img_files)',
589 ], 590 ],
590 } 591 }
591 } 592 }
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