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

Side by Side Diff: tracing/trace_viewer.gypi

Issue 2635023002: [tracing] Support new heap dump format (Closed)
Patch Set: remove it again Created 3 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
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/list_view.css', 8 'tracing/ui/base/list_view.css',
9 'tracing/ui/extras/about_tracing/common.css', 9 'tracing/ui/extras/about_tracing/common.css',
10 'tracing/ui/extras/chrome/cc/display_item_list_view.css', 10 'tracing/ui/extras/chrome/cc/display_item_list_view.css',
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
105 'tracing/extras/importer/ddms_importer.html', 105 'tracing/extras/importer/ddms_importer.html',
106 'tracing/extras/importer/etw/etw_importer.html', 106 'tracing/extras/importer/etw/etw_importer.html',
107 'tracing/extras/importer/etw/eventtrace_parser.html', 107 'tracing/extras/importer/etw/eventtrace_parser.html',
108 'tracing/extras/importer/etw/parser.html', 108 'tracing/extras/importer/etw/parser.html',
109 'tracing/extras/importer/etw/process_parser.html', 109 'tracing/extras/importer/etw/process_parser.html',
110 'tracing/extras/importer/etw/thread_parser.html', 110 'tracing/extras/importer/etw/thread_parser.html',
111 'tracing/extras/importer/gcloud_trace/gcloud_trace_importer.html', 111 'tracing/extras/importer/gcloud_trace/gcloud_trace_importer.html',
112 'tracing/extras/importer/gzip_importer.html', 112 'tracing/extras/importer/gzip_importer.html',
113 'tracing/extras/importer/heap_dump_trace_event_importer.html', 113 'tracing/extras/importer/heap_dump_trace_event_importer.html',
114 'tracing/extras/importer/jszip.html', 114 'tracing/extras/importer/jszip.html',
115 'tracing/extras/importer/legacy_heap_dump_trace_event_importer.html',
115 'tracing/extras/importer/linux_perf/android_parser.html', 116 'tracing/extras/importer/linux_perf/android_parser.html',
116 'tracing/extras/importer/linux_perf/binder_parser.html', 117 'tracing/extras/importer/linux_perf/binder_parser.html',
117 'tracing/extras/importer/linux_perf/bus_parser.html', 118 'tracing/extras/importer/linux_perf/bus_parser.html',
118 'tracing/extras/importer/linux_perf/clock_parser.html', 119 'tracing/extras/importer/linux_perf/clock_parser.html',
119 'tracing/extras/importer/linux_perf/cpufreq_parser.html', 120 'tracing/extras/importer/linux_perf/cpufreq_parser.html',
120 'tracing/extras/importer/linux_perf/disk_parser.html', 121 'tracing/extras/importer/linux_perf/disk_parser.html',
121 'tracing/extras/importer/linux_perf/drm_parser.html', 122 'tracing/extras/importer/linux_perf/drm_parser.html',
122 'tracing/extras/importer/linux_perf/exynos_parser.html', 123 'tracing/extras/importer/linux_perf/exynos_parser.html',
123 'tracing/extras/importer/linux_perf/ftrace_importer.html', 124 'tracing/extras/importer/linux_perf/ftrace_importer.html',
124 'tracing/extras/importer/linux_perf/gesture_parser.html', 125 'tracing/extras/importer/linux_perf/gesture_parser.html',
125 'tracing/extras/importer/linux_perf/i2c_parser.html', 126 'tracing/extras/importer/linux_perf/i2c_parser.html',
126 'tracing/extras/importer/linux_perf/i915_parser.html', 127 'tracing/extras/importer/linux_perf/i915_parser.html',
127 'tracing/extras/importer/linux_perf/irq_parser.html', 128 'tracing/extras/importer/linux_perf/irq_parser.html',
128 'tracing/extras/importer/linux_perf/kfunc_parser.html', 129 'tracing/extras/importer/linux_perf/kfunc_parser.html',
129 'tracing/extras/importer/linux_perf/mali_parser.html', 130 'tracing/extras/importer/linux_perf/mali_parser.html',
130 'tracing/extras/importer/linux_perf/memreclaim_parser.html', 131 'tracing/extras/importer/linux_perf/memreclaim_parser.html',
131 'tracing/extras/importer/linux_perf/parser.html', 132 'tracing/extras/importer/linux_perf/parser.html',
132 'tracing/extras/importer/linux_perf/power_parser.html', 133 'tracing/extras/importer/linux_perf/power_parser.html',
133 'tracing/extras/importer/linux_perf/regulator_parser.html', 134 'tracing/extras/importer/linux_perf/regulator_parser.html',
134 'tracing/extras/importer/linux_perf/sched_parser.html', 135 'tracing/extras/importer/linux_perf/sched_parser.html',
135 'tracing/extras/importer/linux_perf/sync_parser.html', 136 'tracing/extras/importer/linux_perf/sync_parser.html',
136 'tracing/extras/importer/linux_perf/workqueue_parser.html', 137 'tracing/extras/importer/linux_perf/workqueue_parser.html',
138 'tracing/extras/importer/streaming_event_expander.html',
137 'tracing/extras/importer/trace2html_importer.html', 139 'tracing/extras/importer/trace2html_importer.html',
138 'tracing/extras/importer/trace_code_entry.html', 140 'tracing/extras/importer/trace_code_entry.html',
139 'tracing/extras/importer/trace_code_map.html', 141 'tracing/extras/importer/trace_code_map.html',
140 'tracing/extras/importer/trace_event_importer.html', 142 'tracing/extras/importer/trace_event_importer.html',
141 'tracing/extras/importer/v8/codemap.html', 143 'tracing/extras/importer/v8/codemap.html',
142 'tracing/extras/importer/v8/log_reader.html', 144 'tracing/extras/importer/v8/log_reader.html',
143 'tracing/extras/importer/v8/splaytree.html', 145 'tracing/extras/importer/v8/splaytree.html',
144 'tracing/extras/importer/v8/v8_log_importer.html', 146 'tracing/extras/importer/v8/v8_log_importer.html',
145 'tracing/extras/importer/zip_importer.html', 147 'tracing/extras/importer/zip_importer.html',
146 'tracing/extras/lean_config.html', 148 'tracing/extras/lean_config.html',
(...skipping 425 matching lines...) Expand 10 before | Expand all | Expand 10 after
572 'tracing/ui/images/chrome-right.png', 574 'tracing/ui/images/chrome-right.png',
573 'tracing/ui/images/ui-states.png', 575 'tracing/ui/images/ui-states.png',
574 ], 576 ],
575 'tracing_files': [ 577 'tracing_files': [
576 '<@(tracing_css_files)', 578 '<@(tracing_css_files)',
577 '<@(tracing_js_html_files)', 579 '<@(tracing_js_html_files)',
578 '<@(tracing_img_files)', 580 '<@(tracing_img_files)',
579 ], 581 ],
580 } 582 }
581 } 583 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698