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

Side by Side Diff: tracing/trace_viewer.gypi

Issue 1276003004: Process v8 sampling data into the trace model. (Closed) Base URL: git@github.com:catapult-project/catapult.git@master
Patch Set: Created 5 years, 4 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
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/drag_handle.css', 8 'tracing/ui/base/drag_handle.css',
9 'tracing/ui/base/line_chart.css', 9 'tracing/ui/base/line_chart.css',
10 'tracing/ui/base/list_view.css', 10 'tracing/ui/base/list_view.css',
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
126 'tracing/extras/importer/linux_perf/kfunc_parser.html', 126 'tracing/extras/importer/linux_perf/kfunc_parser.html',
127 'tracing/extras/importer/linux_perf/mali_parser.html', 127 'tracing/extras/importer/linux_perf/mali_parser.html',
128 'tracing/extras/importer/linux_perf/memreclaim_parser.html', 128 'tracing/extras/importer/linux_perf/memreclaim_parser.html',
129 'tracing/extras/importer/linux_perf/parser.html', 129 'tracing/extras/importer/linux_perf/parser.html',
130 'tracing/extras/importer/linux_perf/power_parser.html', 130 'tracing/extras/importer/linux_perf/power_parser.html',
131 'tracing/extras/importer/linux_perf/regulator_parser.html', 131 'tracing/extras/importer/linux_perf/regulator_parser.html',
132 'tracing/extras/importer/linux_perf/sched_parser.html', 132 'tracing/extras/importer/linux_perf/sched_parser.html',
133 'tracing/extras/importer/linux_perf/sync_parser.html', 133 'tracing/extras/importer/linux_perf/sync_parser.html',
134 'tracing/extras/importer/linux_perf/workqueue_parser.html', 134 'tracing/extras/importer/linux_perf/workqueue_parser.html',
135 'tracing/extras/importer/trace2html_importer.html', 135 'tracing/extras/importer/trace2html_importer.html',
136 'tracing/extras/importer/trace_code_entry.html',
136 'tracing/extras/importer/trace_event_importer.html', 137 'tracing/extras/importer/trace_event_importer.html',
137 'tracing/extras/importer/v8/codemap.html', 138 'tracing/extras/importer/v8/codemap.html',
138 'tracing/extras/importer/v8/log_reader.html', 139 'tracing/extras/importer/v8/log_reader.html',
139 'tracing/extras/importer/v8/splaytree.html', 140 'tracing/extras/importer/v8/splaytree.html',
140 'tracing/extras/importer/v8/v8_log_importer.html', 141 'tracing/extras/importer/v8/v8_log_importer.html',
141 'tracing/extras/importer/zip_importer.html', 142 'tracing/extras/importer/zip_importer.html',
142 'tracing/extras/lean_config.html', 143 'tracing/extras/lean_config.html',
143 'tracing/extras/net/net.html', 144 'tracing/extras/net/net.html',
144 'tracing/extras/net/net_async_slice.html', 145 'tracing/extras/net/net_async_slice.html',
145 'tracing/extras/rail/animation_interaction_record.html', 146 'tracing/extras/rail/animation_interaction_record.html',
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
205 'tracing/model/process.html', 206 'tracing/model/process.html',
206 'tracing/model/process_base.html', 207 'tracing/model/process_base.html',
207 'tracing/model/process_memory_dump.html', 208 'tracing/model/process_memory_dump.html',
208 'tracing/model/proxy_selectable_item.html', 209 'tracing/model/proxy_selectable_item.html',
209 'tracing/model/rect_annotation.html', 210 'tracing/model/rect_annotation.html',
210 'tracing/model/sample.html', 211 'tracing/model/sample.html',
211 'tracing/model/selectable_item.html', 212 'tracing/model/selectable_item.html',
212 'tracing/model/selection_state.html', 213 'tracing/model/selection_state.html',
213 'tracing/model/slice.html', 214 'tracing/model/slice.html',
214 'tracing/model/slice_group.html', 215 'tracing/model/slice_group.html',
216 'tracing/model/source_info/js_source_info.html',
217 'tracing/model/source_info/source_info.html',
215 'tracing/model/stack_frame.html', 218 'tracing/model/stack_frame.html',
216 'tracing/model/thread.html', 219 'tracing/model/thread.html',
217 'tracing/model/thread_slice.html', 220 'tracing/model/thread_slice.html',
218 'tracing/model/thread_time_slice.html', 221 'tracing/model/thread_time_slice.html',
219 'tracing/model/time_to_object_instance_map.html', 222 'tracing/model/time_to_object_instance_map.html',
220 'tracing/model/timed_event.html', 223 'tracing/model/timed_event.html',
221 'tracing/model/x_marker_annotation.html', 224 'tracing/model/x_marker_annotation.html',
222 'tracing/ui/analysis/alert_sub_view.html', 225 'tracing/ui/analysis/alert_sub_view.html',
223 'tracing/ui/analysis/analysis_link.html', 226 'tracing/ui/analysis/analysis_link.html',
224 'tracing/ui/analysis/analysis_sub_view.html', 227 'tracing/ui/analysis/analysis_sub_view.html',
(...skipping 207 matching lines...) Expand 10 before | Expand all | Expand 10 after
432 'tracing/ui/images/chrome-right.png', 435 'tracing/ui/images/chrome-right.png',
433 'tracing/ui/images/ui-states.png', 436 'tracing/ui/images/ui-states.png',
434 ], 437 ],
435 'tracing_files': [ 438 'tracing_files': [
436 '<@(tracing_css_files)', 439 '<@(tracing_css_files)',
437 '<@(tracing_js_html_files)', 440 '<@(tracing_js_html_files)',
438 '<@(tracing_img_files)', 441 '<@(tracing_img_files)',
439 ], 442 ],
440 } 443 }
441 } 444 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698