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

Side by Side Diff: tracing/trace_viewer.gypi

Issue 2016213002: Introduce base classes for blame contexts (Closed) Base URL: https://github.com/catapult-project/catapult.git@master
Patch Set: Remove isTracedByRenderer from blame_context_test.html 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/core/test_utils.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 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 'tracing/base/sorted_array_utils.html', 58 'tracing/base/sorted_array_utils.html',
59 'tracing/base/statistics.html', 59 'tracing/base/statistics.html',
60 'tracing/base/task.html', 60 'tracing/base/task.html',
61 'tracing/base/timing.html', 61 'tracing/base/timing.html',
62 'tracing/base/utils.html', 62 'tracing/base/utils.html',
63 'tracing/core/auditor.html', 63 'tracing/core/auditor.html',
64 'tracing/core/filter.html', 64 'tracing/core/filter.html',
65 'tracing/core/scripting_controller.html', 65 'tracing/core/scripting_controller.html',
66 'tracing/core/scripting_object.html', 66 'tracing/core/scripting_object.html',
67 'tracing/extras/android/android_auditor.html', 67 'tracing/extras/android/android_auditor.html',
68 'tracing/extras/chrome/blame_context/blame_context.html',
69 'tracing/extras/chrome/blame_context/frame_tree_node.html',
70 'tracing/extras/chrome/blame_context/render_frame.html',
71 'tracing/extras/chrome/blame_context/top_level.html',
68 'tracing/extras/chrome/cc/cc.html', 72 'tracing/extras/chrome/cc/cc.html',
69 'tracing/extras/chrome/cc/constants.html', 73 'tracing/extras/chrome/cc/constants.html',
70 'tracing/extras/chrome/cc/debug_colors.html', 74 'tracing/extras/chrome/cc/debug_colors.html',
71 'tracing/extras/chrome/cc/display_item_list.html', 75 'tracing/extras/chrome/cc/display_item_list.html',
72 'tracing/extras/chrome/cc/input_latency_async_slice.html', 76 'tracing/extras/chrome/cc/input_latency_async_slice.html',
73 'tracing/extras/chrome/cc/layer_impl.html', 77 'tracing/extras/chrome/cc/layer_impl.html',
74 'tracing/extras/chrome/cc/layer_tree_host_impl.html', 78 'tracing/extras/chrome/cc/layer_tree_host_impl.html',
75 'tracing/extras/chrome/cc/layer_tree_impl.html', 79 'tracing/extras/chrome/cc/layer_tree_impl.html',
76 'tracing/extras/chrome/cc/picture.html', 80 'tracing/extras/chrome/cc/picture.html',
77 'tracing/extras/chrome/cc/picture_as_image_data.html', 81 'tracing/extras/chrome/cc/picture_as_image_data.html',
78 'tracing/extras/chrome/cc/raster_task.html', 82 'tracing/extras/chrome/cc/raster_task.html',
79 'tracing/extras/chrome/cc/region.html', 83 'tracing/extras/chrome/cc/region.html',
80 'tracing/extras/chrome/cc/render_pass.html', 84 'tracing/extras/chrome/cc/render_pass.html',
81 'tracing/extras/chrome/cc/tile.html', 85 'tracing/extras/chrome/cc/tile.html',
82 'tracing/extras/chrome/cc/tile_coverage_rect.html', 86 'tracing/extras/chrome/cc/tile_coverage_rect.html',
83 'tracing/extras/chrome/cc/util.html', 87 'tracing/extras/chrome/cc/util.html',
84 'tracing/extras/chrome/chrome_auditor.html', 88 'tracing/extras/chrome/chrome_auditor.html',
85 'tracing/extras/chrome/chrome_user_friendly_category_driver.html', 89 'tracing/extras/chrome/chrome_user_friendly_category_driver.html',
86 'tracing/extras/chrome/frame_tree_node.html',
87 'tracing/extras/chrome/gpu/gpu_async_slice.html', 90 'tracing/extras/chrome/gpu/gpu_async_slice.html',
88 'tracing/extras/chrome/gpu/state.html', 91 'tracing/extras/chrome/gpu/state.html',
89 'tracing/extras/chrome/layout_object.html', 92 'tracing/extras/chrome/layout_object.html',
90 'tracing/extras/chrome/layout_tree.html', 93 'tracing/extras/chrome/layout_tree.html',
91 'tracing/extras/chrome/render_frame.html',
92 'tracing/extras/chrome_config.html', 94 'tracing/extras/chrome_config.html',
93 'tracing/extras/importer/android/event_log_importer.html', 95 'tracing/extras/importer/android/event_log_importer.html',
94 'tracing/extras/importer/battor_importer.html', 96 'tracing/extras/importer/battor_importer.html',
95 'tracing/extras/importer/ddms_importer.html', 97 'tracing/extras/importer/ddms_importer.html',
96 'tracing/extras/importer/etw/etw_importer.html', 98 'tracing/extras/importer/etw/etw_importer.html',
97 'tracing/extras/importer/etw/eventtrace_parser.html', 99 'tracing/extras/importer/etw/eventtrace_parser.html',
98 'tracing/extras/importer/etw/parser.html', 100 'tracing/extras/importer/etw/parser.html',
99 'tracing/extras/importer/etw/process_parser.html', 101 'tracing/extras/importer/etw/process_parser.html',
100 'tracing/extras/importer/etw/thread_parser.html', 102 'tracing/extras/importer/etw/thread_parser.html',
101 'tracing/extras/importer/gcloud_trace/gcloud_trace_importer.html', 103 'tracing/extras/importer/gcloud_trace/gcloud_trace_importer.html',
(...skipping 369 matching lines...) Expand 10 before | Expand all | Expand 10 after
471 'tracing/ui/images/chrome-right.png', 473 'tracing/ui/images/chrome-right.png',
472 'tracing/ui/images/ui-states.png', 474 'tracing/ui/images/ui-states.png',
473 ], 475 ],
474 'tracing_files': [ 476 'tracing_files': [
475 '<@(tracing_css_files)', 477 '<@(tracing_css_files)',
476 '<@(tracing_js_html_files)', 478 '<@(tracing_js_html_files)',
477 '<@(tracing_img_files)', 479 '<@(tracing_img_files)',
478 ], 480 ],
479 } 481 }
480 } 482 }
OLDNEW
« no previous file with comments | « no previous file | tracing/tracing/core/test_utils.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698