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

Side by Side Diff: tracing/trace_viewer.gypi

Issue 1996303002: [Tracing] Introduce Frame Data Side Panel (Closed) Base URL: https://github.com/catapult-project/catapult.git@master
Patch Set: Created 4 years, 6 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/ui/extras/chrome_config.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 372 matching lines...) Expand 10 before | Expand all | Expand 10 after
383 'tracing/ui/extras/chrome/cc/raster_task_view.html', 383 'tracing/ui/extras/chrome/cc/raster_task_view.html',
384 'tracing/ui/extras/chrome/cc/selection.html', 384 'tracing/ui/extras/chrome/cc/selection.html',
385 'tracing/ui/extras/chrome/cc/tile_view.html', 385 'tracing/ui/extras/chrome/cc/tile_view.html',
386 'tracing/ui/extras/chrome/gpu/gpu.html', 386 'tracing/ui/extras/chrome/gpu/gpu.html',
387 'tracing/ui/extras/chrome/gpu/state_view.html', 387 'tracing/ui/extras/chrome/gpu/state_view.html',
388 'tracing/ui/extras/chrome_config.html', 388 'tracing/ui/extras/chrome_config.html',
389 'tracing/ui/extras/full_config.html', 389 'tracing/ui/extras/full_config.html',
390 'tracing/ui/extras/highlighter/vsync_highlighter.html', 390 'tracing/ui/extras/highlighter/vsync_highlighter.html',
391 'tracing/ui/extras/lean_config.html', 391 'tracing/ui/extras/lean_config.html',
392 'tracing/ui/extras/side_panel/alerts_side_panel.html', 392 'tracing/ui/extras/side_panel/alerts_side_panel.html',
393 'tracing/ui/extras/side_panel/frame_data_side_panel.html',
393 'tracing/ui/extras/side_panel/input_latency_side_panel.html', 394 'tracing/ui/extras/side_panel/input_latency_side_panel.html',
394 'tracing/ui/extras/side_panel/time_summary_side_panel.html', 395 'tracing/ui/extras/side_panel/time_summary_side_panel.html',
395 'tracing/ui/extras/system_stats/system_stats.html', 396 'tracing/ui/extras/system_stats/system_stats.html',
396 'tracing/ui/extras/system_stats/system_stats_instance_track.html', 397 'tracing/ui/extras/system_stats/system_stats_instance_track.html',
397 'tracing/ui/extras/system_stats/system_stats_snapshot_view.html', 398 'tracing/ui/extras/system_stats/system_stats_snapshot_view.html',
398 'tracing/ui/extras/systrace_config.html', 399 'tracing/ui/extras/systrace_config.html',
399 'tracing/ui/find_control.html', 400 'tracing/ui/find_control.html',
400 'tracing/ui/find_controller.html', 401 'tracing/ui/find_controller.html',
401 'tracing/ui/scripting_control.html', 402 'tracing/ui/scripting_control.html',
402 'tracing/ui/side_panel/file_size_stats_side_panel.html', 403 'tracing/ui/side_panel/file_size_stats_side_panel.html',
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
475 'tracing/ui/images/chrome-right.png', 476 'tracing/ui/images/chrome-right.png',
476 'tracing/ui/images/ui-states.png', 477 'tracing/ui/images/ui-states.png',
477 ], 478 ],
478 'tracing_files': [ 479 'tracing_files': [
479 '<@(tracing_css_files)', 480 '<@(tracing_css_files)',
480 '<@(tracing_js_html_files)', 481 '<@(tracing_js_html_files)',
481 '<@(tracing_img_files)', 482 '<@(tracing_img_files)',
482 ], 483 ],
483 } 484 }
484 } 485 }
OLDNEW
« no previous file with comments | « no previous file | tracing/tracing/ui/extras/chrome_config.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698