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

Side by Side Diff: tracing/trace_viewer.gypi

Issue 2466023004: Add UI for output surface debugging.
Patch Set: Created 4 years, 1 month 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/extras/chrome/cc/cc.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',
11 'tracing/ui/extras/about_tracing/common.css', 11 'tracing/ui/extras/about_tracing/common.css',
12 'tracing/ui/extras/chrome/cc/display_item_list_view.css', 12 'tracing/ui/extras/chrome/cc/display_item_list_view.css',
13 'tracing/ui/extras/chrome/cc/layer_picker.css', 13 'tracing/ui/extras/chrome/cc/layer_picker.css',
14 'tracing/ui/extras/chrome/cc/layer_tree_host_impl_view.css', 14 'tracing/ui/extras/chrome/cc/layer_tree_host_impl_view.css',
15 'tracing/ui/extras/chrome/cc/layer_view.css', 15 'tracing/ui/extras/chrome/cc/layer_view.css',
16 'tracing/ui/extras/chrome/cc/output_surface_view.css',
16 'tracing/ui/extras/chrome/cc/picture_ops_chart_summary_view.css', 17 'tracing/ui/extras/chrome/cc/picture_ops_chart_summary_view.css',
17 'tracing/ui/extras/chrome/cc/picture_ops_chart_view.css', 18 'tracing/ui/extras/chrome/cc/picture_ops_chart_view.css',
18 'tracing/ui/extras/chrome/cc/picture_ops_list_view.css', 19 'tracing/ui/extras/chrome/cc/picture_ops_list_view.css',
19 'tracing/ui/extras/chrome/cc/picture_view.css', 20 'tracing/ui/extras/chrome/cc/picture_view.css',
20 'tracing/ui/extras/chrome/gpu/state_view.css', 21 'tracing/ui/extras/chrome/gpu/state_view.css',
21 'tracing/ui/extras/system_stats/system_stats_instance_track.css', 22 'tracing/ui/extras/system_stats/system_stats_instance_track.css',
22 'tracing/ui/extras/system_stats/system_stats_snapshot_view.css', 23 'tracing/ui/extras/system_stats/system_stats_snapshot_view.css',
23 'tracing/ui/tracks/drawing_container.css', 24 'tracing/ui/tracks/drawing_container.css',
24 'tracing/ui/tracks/object_instance_track.css', 25 'tracing/ui/tracks/object_instance_track.css',
25 'tracing/ui/tracks/process_track_base.css', 26 'tracing/ui/tracks/process_track_base.css',
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 'tracing/extras/chrome/blame_context/render_frame.html', 78 'tracing/extras/chrome/blame_context/render_frame.html',
78 'tracing/extras/chrome/blame_context/top_level.html', 79 'tracing/extras/chrome/blame_context/top_level.html',
79 'tracing/extras/chrome/cc/cc.html', 80 'tracing/extras/chrome/cc/cc.html',
80 'tracing/extras/chrome/cc/constants.html', 81 'tracing/extras/chrome/cc/constants.html',
81 'tracing/extras/chrome/cc/debug_colors.html', 82 'tracing/extras/chrome/cc/debug_colors.html',
82 'tracing/extras/chrome/cc/display_item_list.html', 83 'tracing/extras/chrome/cc/display_item_list.html',
83 'tracing/extras/chrome/cc/input_latency_async_slice.html', 84 'tracing/extras/chrome/cc/input_latency_async_slice.html',
84 'tracing/extras/chrome/cc/layer_impl.html', 85 'tracing/extras/chrome/cc/layer_impl.html',
85 'tracing/extras/chrome/cc/layer_tree_host_impl.html', 86 'tracing/extras/chrome/cc/layer_tree_host_impl.html',
86 'tracing/extras/chrome/cc/layer_tree_impl.html', 87 'tracing/extras/chrome/cc/layer_tree_impl.html',
88 'tracing/extras/chrome/cc/output_surface.html',
87 'tracing/extras/chrome/cc/picture.html', 89 'tracing/extras/chrome/cc/picture.html',
88 'tracing/extras/chrome/cc/picture_as_image_data.html', 90 'tracing/extras/chrome/cc/picture_as_image_data.html',
89 'tracing/extras/chrome/cc/raster_task.html', 91 'tracing/extras/chrome/cc/raster_task.html',
90 'tracing/extras/chrome/cc/region.html', 92 'tracing/extras/chrome/cc/region.html',
91 'tracing/extras/chrome/cc/render_pass.html', 93 'tracing/extras/chrome/cc/render_pass.html',
92 'tracing/extras/chrome/cc/tile.html', 94 'tracing/extras/chrome/cc/tile.html',
93 'tracing/extras/chrome/cc/tile_coverage_rect.html', 95 'tracing/extras/chrome/cc/tile_coverage_rect.html',
94 'tracing/extras/chrome/cc/util.html', 96 'tracing/extras/chrome/cc/util.html',
95 'tracing/extras/chrome/chrome_auditor.html', 97 'tracing/extras/chrome/chrome_auditor.html',
96 'tracing/extras/chrome/chrome_user_friendly_category_driver.html', 98 'tracing/extras/chrome/chrome_user_friendly_category_driver.html',
(...skipping 300 matching lines...) Expand 10 before | Expand all | Expand 10 after
397 'tracing/ui/extras/about_tracing/tracing_controller_client.html', 399 'tracing/ui/extras/about_tracing/tracing_controller_client.html',
398 'tracing/ui/extras/about_tracing/xhr_based_tracing_controller_client.html' , 400 'tracing/ui/extras/about_tracing/xhr_based_tracing_controller_client.html' ,
399 'tracing/ui/extras/chrome/cc/cc.html', 401 'tracing/ui/extras/chrome/cc/cc.html',
400 'tracing/ui/extras/chrome/cc/display_item_debugger.html', 402 'tracing/ui/extras/chrome/cc/display_item_debugger.html',
401 'tracing/ui/extras/chrome/cc/display_item_list_item.html', 403 'tracing/ui/extras/chrome/cc/display_item_list_item.html',
402 'tracing/ui/extras/chrome/cc/display_item_list_view.html', 404 'tracing/ui/extras/chrome/cc/display_item_list_view.html',
403 'tracing/ui/extras/chrome/cc/layer_picker.html', 405 'tracing/ui/extras/chrome/cc/layer_picker.html',
404 'tracing/ui/extras/chrome/cc/layer_tree_host_impl_view.html', 406 'tracing/ui/extras/chrome/cc/layer_tree_host_impl_view.html',
405 'tracing/ui/extras/chrome/cc/layer_tree_quad_stack_view.html', 407 'tracing/ui/extras/chrome/cc/layer_tree_quad_stack_view.html',
406 'tracing/ui/extras/chrome/cc/layer_view.html', 408 'tracing/ui/extras/chrome/cc/layer_view.html',
409 'tracing/ui/extras/chrome/cc/output_surface_view.html',
407 'tracing/ui/extras/chrome/cc/picture_debugger.html', 410 'tracing/ui/extras/chrome/cc/picture_debugger.html',
408 'tracing/ui/extras/chrome/cc/picture_ops_chart_summary_view.html', 411 'tracing/ui/extras/chrome/cc/picture_ops_chart_summary_view.html',
409 'tracing/ui/extras/chrome/cc/picture_ops_chart_view.html', 412 'tracing/ui/extras/chrome/cc/picture_ops_chart_view.html',
410 'tracing/ui/extras/chrome/cc/picture_ops_list_view.html', 413 'tracing/ui/extras/chrome/cc/picture_ops_list_view.html',
411 'tracing/ui/extras/chrome/cc/picture_view.html', 414 'tracing/ui/extras/chrome/cc/picture_view.html',
412 'tracing/ui/extras/chrome/cc/raster_task_selection.html', 415 'tracing/ui/extras/chrome/cc/raster_task_selection.html',
413 'tracing/ui/extras/chrome/cc/raster_task_view.html', 416 'tracing/ui/extras/chrome/cc/raster_task_view.html',
414 'tracing/ui/extras/chrome/cc/selection.html', 417 'tracing/ui/extras/chrome/cc/selection.html',
415 'tracing/ui/extras/chrome/cc/tile_view.html', 418 'tracing/ui/extras/chrome/cc/tile_view.html',
416 'tracing/ui/extras/chrome/gpu/gpu.html', 419 'tracing/ui/extras/chrome/gpu/gpu.html',
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
536 'tracing/ui/images/chrome-right.png', 539 'tracing/ui/images/chrome-right.png',
537 'tracing/ui/images/ui-states.png', 540 'tracing/ui/images/ui-states.png',
538 ], 541 ],
539 'tracing_files': [ 542 'tracing_files': [
540 '<@(tracing_css_files)', 543 '<@(tracing_css_files)',
541 '<@(tracing_js_html_files)', 544 '<@(tracing_js_html_files)',
542 '<@(tracing_img_files)', 545 '<@(tracing_img_files)',
543 ], 546 ],
544 } 547 }
545 } 548 }
OLDNEW
« no previous file with comments | « no previous file | tracing/tracing/extras/chrome/cc/cc.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698