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

Side by Side Diff: tracing/trace_viewer.gypi

Issue 1736373002: FrameTreeNode, RenderFrame ObjectSnapshot/Instance skeletons (Closed) Base URL: https://chromium.googlesource.com/external/github.com/catapult-project/catapult.git@master
Patch Set: rebase Created 4 years, 9 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/extras/chrome/frame_tree_node.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 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
74 'tracing/extras/chrome/cc/picture.html', 74 'tracing/extras/chrome/cc/picture.html',
75 'tracing/extras/chrome/cc/picture_as_image_data.html', 75 'tracing/extras/chrome/cc/picture_as_image_data.html',
76 'tracing/extras/chrome/cc/raster_task.html', 76 'tracing/extras/chrome/cc/raster_task.html',
77 'tracing/extras/chrome/cc/region.html', 77 'tracing/extras/chrome/cc/region.html',
78 'tracing/extras/chrome/cc/render_pass.html', 78 'tracing/extras/chrome/cc/render_pass.html',
79 'tracing/extras/chrome/cc/tile.html', 79 'tracing/extras/chrome/cc/tile.html',
80 'tracing/extras/chrome/cc/tile_coverage_rect.html', 80 'tracing/extras/chrome/cc/tile_coverage_rect.html',
81 'tracing/extras/chrome/cc/util.html', 81 'tracing/extras/chrome/cc/util.html',
82 'tracing/extras/chrome/chrome_auditor.html', 82 'tracing/extras/chrome/chrome_auditor.html',
83 'tracing/extras/chrome/chrome_user_friendly_category_driver.html', 83 'tracing/extras/chrome/chrome_user_friendly_category_driver.html',
84 'tracing/extras/chrome/frame_tree_node.html',
84 'tracing/extras/chrome/gpu/gpu_async_slice.html', 85 'tracing/extras/chrome/gpu/gpu_async_slice.html',
85 'tracing/extras/chrome/gpu/state.html', 86 'tracing/extras/chrome/gpu/state.html',
86 'tracing/extras/chrome/layout_object.html', 87 'tracing/extras/chrome/layout_object.html',
88 'tracing/extras/chrome/render_frame.html',
87 'tracing/extras/chrome_config.html', 89 'tracing/extras/chrome_config.html',
88 'tracing/extras/importer/android/event_log_importer.html', 90 'tracing/extras/importer/android/event_log_importer.html',
89 'tracing/extras/importer/battor_importer.html', 91 'tracing/extras/importer/battor_importer.html',
90 'tracing/extras/importer/ddms_importer.html', 92 'tracing/extras/importer/ddms_importer.html',
91 'tracing/extras/importer/etw/etw_importer.html', 93 'tracing/extras/importer/etw/etw_importer.html',
92 'tracing/extras/importer/etw/eventtrace_parser.html', 94 'tracing/extras/importer/etw/eventtrace_parser.html',
93 'tracing/extras/importer/etw/parser.html', 95 'tracing/extras/importer/etw/parser.html',
94 'tracing/extras/importer/etw/process_parser.html', 96 'tracing/extras/importer/etw/process_parser.html',
95 'tracing/extras/importer/etw/thread_parser.html', 97 'tracing/extras/importer/etw/thread_parser.html',
96 'tracing/extras/importer/gcloud_trace/gcloud_trace_importer.html', 98 'tracing/extras/importer/gcloud_trace/gcloud_trace_importer.html',
(...skipping 349 matching lines...) Expand 10 before | Expand all | Expand 10 after
446 'tracing/ui/images/chrome-right.png', 448 'tracing/ui/images/chrome-right.png',
447 'tracing/ui/images/ui-states.png', 449 'tracing/ui/images/ui-states.png',
448 ], 450 ],
449 'tracing_files': [ 451 'tracing_files': [
450 '<@(tracing_css_files)', 452 '<@(tracing_css_files)',
451 '<@(tracing_js_html_files)', 453 '<@(tracing_js_html_files)',
452 '<@(tracing_img_files)', 454 '<@(tracing_img_files)',
453 ], 455 ],
454 } 456 }
455 } 457 }
OLDNEW
« no previous file with comments | « no previous file | tracing/tracing/extras/chrome/frame_tree_node.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698