summaryrefslogtreecommitdiffstats
path: root/chromium/build/secondary/third_party/trace-viewer/BUILD.gn
blob: 9245cbc3b9ee5e7ae08227e797e2d75fa3b5f342 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
# Copyright 2014 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

tracing_html_files = [
  "trace_viewer/about_tracing/profiling_view.html",
  "trace_viewer/tracing/record_selection_dialog.html",
  "trace_viewer/tracing/sampling_summary_side_panel.html",
  "trace_viewer/tracing/time_summary_side_panel.html",
  "trace_viewer/tracing/input_latency_side_panel.html",
  "trace_viewer/tracing/timeline_view.html",
  "trace_viewer/tracing/analysis/cpu_slice_view.html",
  "trace_viewer/tracing/analysis/thread_time_slice_view.html",
  "trace_viewer/tracing/find_control.html",
  "third_party/tvcm/src/tvcm/unittest/html_test_results.html",
  "third_party/tvcm/src/tvcm/unittest/interactive_test_runner.html",
  "third_party/tvcm/src/tvcm/unittest/module_test_case_runner.html",
  "third_party/tvcm/src/tvcm/ui/chart_base.html",
  "third_party/tvcm/src/tvcm/ui/mouse_mode_selector.html",
  "third_party/tvcm/src/tvcm/ui/overlay.html",
  "third_party/tvcm/src/tvcm/ui/quad_stack_view.html",
  "trace_viewer/cc/picture_debugger.html",
]
tracing_css_files = [
  "trace_viewer/about_tracing/common.css",
  "trace_viewer/cc/layer_picker.css",
  "trace_viewer/cc/layer_tree_host_impl_view.css",
  "trace_viewer/cc/layer_tree_quad_stack_view.css",
  "trace_viewer/cc/layer_view.css",
  "trace_viewer/cc/picture_debugger.css",
  "trace_viewer/cc/picture_ops_chart_summary_view.css",
  "trace_viewer/cc/picture_ops_chart_view.css",
  "trace_viewer/cc/picture_ops_list_view.css",
  "trace_viewer/cc/picture_view.css",
  "trace_viewer/cc/raster_task_slice_view.css",
  "trace_viewer/gpu/state_view.css",
  "trace_viewer/system_stats/system_stats_instance_track.css",
  "trace_viewer/system_stats/system_stats_snapshot_view.css",
  "trace_viewer/tcmalloc/heap_instance_track.css",
  "trace_viewer/tcmalloc/tcmalloc_instance_view.css",
  "trace_viewer/tcmalloc/tcmalloc_snapshot_view.css",
  "trace_viewer/tracing/analysis/analysis_link.css",
  "trace_viewer/tracing/analysis/analysis_results.css",
  "trace_viewer/tracing/analysis/analysis_view.css",
  "trace_viewer/tracing/analysis/analyze_slices.css",
  "trace_viewer/tracing/analysis/default_object_view.css",
  "trace_viewer/tracing/analysis/generic_object_view.css",
  "trace_viewer/tracing/timeline_track_view.css",
  "trace_viewer/tracing/timeline_view.css",
  "trace_viewer/tracing/timeline_view_side_panel.css",
  "trace_viewer/tracing/tracks/counter_track.css",
  "trace_viewer/tracing/tracks/drawing_container.css",
  "trace_viewer/tracing/tracks/heading_track.css",
  "trace_viewer/tracing/tracks/object_instance_track.css",
  "trace_viewer/tracing/tracks/process_track_base.css",
  "trace_viewer/tracing/tracks/ruler_track.css",
  "trace_viewer/tracing/tracks/slice_track.css",
  "trace_viewer/tracing/tracks/spacing_track.css",
  "trace_viewer/tracing/tracks/stacked_bars_track.css",
  "trace_viewer/tracing/tracks/thread_track.css",
  "trace_viewer/tracing/tracks/trace_model_track.css",
  "trace_viewer/tracing/tracks/track.css",
  "third_party/tvcm/src/tvcm/unittest/common.css",
  "third_party/tvcm/src/tvcm/ui/common.css",
  "third_party/tvcm/src/tvcm/ui/bar_chart.css",
  "third_party/tvcm/src/tvcm/ui/drag_handle.css",
  "third_party/tvcm/src/tvcm/ui/info_bar.css",
  "third_party/tvcm/src/tvcm/ui/line_chart.css",
  "third_party/tvcm/src/tvcm/ui/list_and_associated_view.css",
  "third_party/tvcm/src/tvcm/ui/list_view.css",
  "third_party/tvcm/src/tvcm/ui/mouse_mode_selector.css",
  "third_party/tvcm/src/tvcm/ui/pie_chart.css",
  "third_party/tvcm/src/tvcm/ui/quad_stack_view.css",
  "third_party/tvcm/src/tvcm/ui/sortable_table.css",
  "third_party/tvcm/src/tvcm/ui/sunburst_chart.css",
  "third_party/tvcm/src/tvcm/ui/tool_button.css",
]
tracing_js_files = [
  "trace_viewer/about_tracing/__init__.js",
  "trace_viewer/about_tracing/features.js",
  "trace_viewer/about_tracing/mock_request_handler.js",
  "trace_viewer/about_tracing/profiling_view.js",
  "trace_viewer/about_tracing/tracing_ui_client.js",
  "trace_viewer/cc/__init__.js",
  "trace_viewer/cc/constants.js",
  "trace_viewer/cc/debug_colors.js",
  "trace_viewer/cc/layer_impl.js",
  "trace_viewer/cc/layer_picker.js",
  "trace_viewer/cc/layer_tree_host_impl.js",
  "trace_viewer/cc/layer_tree_host_impl_view.js",
  "trace_viewer/cc/layer_tree_impl.js",
  "trace_viewer/cc/layer_tree_quad_stack_view.js",
  "trace_viewer/cc/layer_view.js",
  "trace_viewer/cc/picture.js",
  "trace_viewer/cc/picture_as_image_data.js",
  "trace_viewer/cc/picture_debugger.js",
  "trace_viewer/cc/picture_ops_chart_summary_view.js",
  "trace_viewer/cc/picture_ops_chart_view.js",
  "trace_viewer/cc/picture_ops_list_view.js",
  "trace_viewer/cc/picture_view.js",
  "trace_viewer/cc/raster_task_slice_view.js",
  "trace_viewer/cc/region.js",
  "trace_viewer/cc/render_pass.js",
  "trace_viewer/cc/selection.js",
  "trace_viewer/cc/tile.js",
  "trace_viewer/cc/tile_coverage_rect.js",
  "trace_viewer/cc/tile_view.js",
  "trace_viewer/cc/util.js",
  "trace_viewer/gpu/__init__.js",
  "trace_viewer/gpu/state.js",
  "trace_viewer/gpu/state_view.js",
  "trace_viewer/system_stats/__init__.js",
  "trace_viewer/system_stats/system_stats_instance_track.js",
  "trace_viewer/system_stats/system_stats_snapshot.js",
  "trace_viewer/system_stats/system_stats_snapshot_view.js",
  "trace_viewer/tcmalloc/__init__.js",
  "trace_viewer/tcmalloc/heap.js",
  "trace_viewer/tcmalloc/heap_instance_track.js",
  "trace_viewer/tcmalloc/tcmalloc_instance_view.js",
  "trace_viewer/tcmalloc/tcmalloc_snapshot_view.js",
  "trace_viewer/tracing/analysis/analysis_link.js",
  "trace_viewer/tracing/analysis/analysis_results.js",
  "trace_viewer/tracing/analysis/analysis_view.js",
  "trace_viewer/tracing/analysis/analyze_counters.js",
  "trace_viewer/tracing/analysis/analyze_selection.js",
  "trace_viewer/tracing/analysis/analyze_slices.js",
  "trace_viewer/tracing/analysis/cpu_slice_view.js",
  "trace_viewer/tracing/analysis/default_object_view.js",
  "trace_viewer/tracing/analysis/generic_object_view.js",
  "trace_viewer/tracing/analysis/object_instance_view.js",
  "trace_viewer/tracing/analysis/object_snapshot_view.js",
  "trace_viewer/tracing/analysis/slice_view.js",
  "trace_viewer/tracing/analysis/stub_analysis_results.js",
  "trace_viewer/tracing/analysis/stub_analysis_table.js",
  "trace_viewer/tracing/analysis/thread_time_slice_view.js",
  "trace_viewer/tracing/analysis/util.js",
  "trace_viewer/tracing/color_scheme.js",
  "trace_viewer/tracing/constants.js",
  "trace_viewer/tracing/draw_helpers.js",
  "trace_viewer/tracing/elided_cache.js",
  "trace_viewer/tracing/fast_rect_renderer.js",
  "trace_viewer/tracing/filter.js",
  "trace_viewer/tracing/find_control.js",
  "trace_viewer/tracing/importer/__init__.js",
  "trace_viewer/tracing/importer/gzip_importer.js",
  "trace_viewer/tracing/importer/importer.js",
  "trace_viewer/tracing/importer/simple_line_reader.js",
  "trace_viewer/tracing/importer/linux_perf/android_parser.js",
  "trace_viewer/tracing/importer/linux_perf/bus_parser.js",
  "trace_viewer/tracing/importer/linux_perf/clock_parser.js",
  "trace_viewer/tracing/importer/linux_perf/cpufreq_parser.js",
  "trace_viewer/tracing/importer/linux_perf/disk_parser.js",
  "trace_viewer/tracing/importer/linux_perf/drm_parser.js",
  "trace_viewer/tracing/importer/linux_perf/exynos_parser.js",
  "trace_viewer/tracing/importer/linux_perf/gesture_parser.js",
  "trace_viewer/tracing/importer/linux_perf/i915_parser.js",
  "trace_viewer/tracing/importer/linux_perf/kfunc_parser.js",
  "trace_viewer/tracing/importer/linux_perf/mali_parser.js",
  "trace_viewer/tracing/importer/linux_perf/parser.js",
  "trace_viewer/tracing/importer/linux_perf/power_parser.js",
  "trace_viewer/tracing/importer/linux_perf/sched_parser.js",
  "trace_viewer/tracing/importer/linux_perf/sync_parser.js",
  "trace_viewer/tracing/importer/linux_perf/workqueue_parser.js",
  "trace_viewer/tracing/importer/linux_perf_importer.js",
  "trace_viewer/tracing/importer/task.js",
  "trace_viewer/tracing/importer/timeline_stream_importer.js",
  "trace_viewer/tracing/importer/trace2html_importer.js",
  "trace_viewer/tracing/importer/trace_event_importer.js",
  "trace_viewer/tracing/importer/etw/parser.js",
  "trace_viewer/tracing/importer/etw/eventtrace_parser.js",
  "trace_viewer/tracing/importer/etw/process_parser.js",
  "trace_viewer/tracing/importer/etw/thread_parser.js",
  "trace_viewer/tracing/importer/etw_importer.js",
  "trace_viewer/tracing/importer/v8/codemap.js",
  "trace_viewer/tracing/importer/v8/log_reader.js",
  "trace_viewer/tracing/importer/v8/splaytree.js",
  "trace_viewer/tracing/importer/v8_log_importer.js",
  "trace_viewer/tracing/importer/zip_importer.js",
  "trace_viewer/tracing/record_selection_dialog.js",
  "trace_viewer/tracing/sampling_summary_side_panel.js",
  "trace_viewer/tracing/selection.js",
  "trace_viewer/tracing/standalone_timeline_view.js",
  "trace_viewer/tracing/test_utils.js",
  "trace_viewer/tracing/time_summary_side_panel.js",
  "trace_viewer/tracing/input_latency_side_panel.js",
  "trace_viewer/tracing/timeline_display_transform.js",
  "trace_viewer/tracing/timeline_display_transform_animations.js",
  "trace_viewer/tracing/timeline_interest_range.js",
  "trace_viewer/tracing/timeline_track_view.js",
  "trace_viewer/tracing/timeline_view.js",
  "trace_viewer/tracing/timeline_view_side_panel.js",
  "trace_viewer/tracing/timeline_viewport.js",
  "trace_viewer/tracing/timing_tool.js",
  "trace_viewer/tracing/trace_model.js",
  "trace_viewer/tracing/trace_model/async_slice.js",
  "trace_viewer/tracing/trace_model/async_slice_group.js",
  "trace_viewer/tracing/trace_model/counter.js",
  "trace_viewer/tracing/trace_model/counter_sample.js",
  "trace_viewer/tracing/trace_model/counter_series.js",
  "trace_viewer/tracing/trace_model/cpu.js",
  "trace_viewer/tracing/trace_model/event.js",
  "trace_viewer/tracing/trace_model/flow_event.js",
  "trace_viewer/tracing/trace_model/instant_event.js",
  "trace_viewer/tracing/trace_model/kernel.js",
  "trace_viewer/tracing/trace_model/object_collection.js",
  "trace_viewer/tracing/trace_model/object_instance.js",
  "trace_viewer/tracing/trace_model/object_snapshot.js",
  "trace_viewer/tracing/trace_model/process.js",
  "trace_viewer/tracing/trace_model/process_base.js",
  "trace_viewer/tracing/trace_model/sample.js",
  "trace_viewer/tracing/trace_model/stack_frame.js",
  "trace_viewer/tracing/trace_model/slice.js",
  "trace_viewer/tracing/trace_model/slice_group.js",
  "trace_viewer/tracing/trace_model/thread.js",
  "trace_viewer/tracing/trace_model/time_to_object_instance_map.js",
  "trace_viewer/tracing/trace_model/timed_event.js",
  "trace_viewer/tracing/trace_model_settings.js",
  "trace_viewer/tracing/tracks/async_slice_group_track.js",
  "trace_viewer/tracing/tracks/container_track.js",
  "trace_viewer/tracing/tracks/counter_track.js",
  "trace_viewer/tracing/tracks/cpu_track.js",
  "trace_viewer/tracing/tracks/drawing_container.js",
  "trace_viewer/tracing/tracks/heading_track.js",
  "trace_viewer/tracing/tracks/kernel_track.js",
  "trace_viewer/tracing/tracks/object_instance_track.js",
  "trace_viewer/tracing/tracks/process_track.js",
  "trace_viewer/tracing/tracks/process_track_base.js",
  "trace_viewer/tracing/tracks/ruler_track.js",
  "trace_viewer/tracing/tracks/slice_group_track.js",
  "trace_viewer/tracing/tracks/slice_track.js",
  "trace_viewer/tracing/tracks/spacing_track.js",
  "trace_viewer/tracing/tracks/stacked_bars_track.js",
  "trace_viewer/tracing/tracks/thread_track.js",
  "trace_viewer/tracing/tracks/trace_model_track.js",
  "trace_viewer/tracing/tracks/track.js",
  "third_party/tvcm/src/tvcm/__init__.js",
  "third_party/tvcm/src/tvcm/base64.js",
  "third_party/tvcm/src/tvcm/bbox2.js",
  "third_party/tvcm/src/tvcm/color.js",
  "third_party/tvcm/src/tvcm/event_target.js",
  "third_party/tvcm/src/tvcm/events.js",
  "third_party/tvcm/src/tvcm/gl_matrix.js",
  "third_party/tvcm/src/tvcm/guid.js",
  "third_party/tvcm/src/tvcm/interval_tree.js",
  "third_party/tvcm/src/tvcm/iteration_helpers.js",
  "third_party/tvcm/src/tvcm/key_event_manager.js",
  "third_party/tvcm/src/tvcm/measuring_stick.js",
  "third_party/tvcm/src/tvcm/polymer.js",
  "third_party/tvcm/src/tvcm/promise.js",
  "third_party/tvcm/src/tvcm/properties.js",
  "third_party/tvcm/src/tvcm/quad.js",
  "third_party/tvcm/src/tvcm/raf.js",
  "third_party/tvcm/src/tvcm/range.js",
  "third_party/tvcm/src/tvcm/rect.js",
  "third_party/tvcm/src/tvcm/settings.js",
  "third_party/tvcm/src/tvcm/sorted_array_utils.js",
  "third_party/tvcm/src/tvcm/statistics.js",
  "third_party/tvcm/src/tvcm/unittest/__init__.js",
  "third_party/tvcm/src/tvcm/unittest/assertions.js",
  "third_party/tvcm/src/tvcm/unittest/constants.js",
  "third_party/tvcm/src/tvcm/unittest/html_test_results.js",
  "third_party/tvcm/src/tvcm/unittest/interactive_test_runner.js",
  "third_party/tvcm/src/tvcm/unittest/suite_loader.js",
  "third_party/tvcm/src/tvcm/unittest/test_case.js",
  "third_party/tvcm/src/tvcm/unittest/test_error.js",
  "third_party/tvcm/src/tvcm/unittest/test_runner.js",
  "third_party/tvcm/src/tvcm/unittest/test_suite.js",
  "third_party/tvcm/src/tvcm/unittest/text_test_results.js",
  "third_party/tvcm/src/tvcm/utils.js",
  "third_party/tvcm/src/tvcm/ui/__init__.js",
  "third_party/tvcm/src/tvcm/ui/animation.js",
  "third_party/tvcm/src/tvcm/ui/animation_controller.js",
  "third_party/tvcm/src/tvcm/ui/bar_chart.js",
  "third_party/tvcm/src/tvcm/ui/camera.js",
  "third_party/tvcm/src/tvcm/ui/chart_base.js",
  "third_party/tvcm/src/tvcm/ui/color_scheme.js",
  "third_party/tvcm/src/tvcm/ui/container_that_decorates_its_children.js",
  "third_party/tvcm/src/tvcm/ui/d3.js",
  "third_party/tvcm/src/tvcm/ui/dom_helpers.js",
  "third_party/tvcm/src/tvcm/ui/drag_handle.js",
  "third_party/tvcm/src/tvcm/ui/info_bar.js",
  "third_party/tvcm/src/tvcm/ui/line_chart.js",
  "third_party/tvcm/src/tvcm/ui/list_and_associated_view.js",
  "third_party/tvcm/src/tvcm/ui/list_view.js",
  "third_party/tvcm/src/tvcm/ui/mouse_mode_selector.js",
  "third_party/tvcm/src/tvcm/ui/mouse_tracker.js",
  "third_party/tvcm/src/tvcm/ui/overlay.js",
  "third_party/tvcm/src/tvcm/ui/pie_chart.js",
  "third_party/tvcm/src/tvcm/ui/quad_stack_view.js",
  "third_party/tvcm/src/tvcm/ui/sortable_table.js",
  "third_party/tvcm/src/tvcm/ui/sunburst_chart.js",
]
tracing_img_files = [
  "trace_viewer/images/checkerboard.png",
  "trace_viewer/images/collapse.png",
  "trace_viewer/images/expand.png",
  "third_party/tvcm/src/tvcm/images/chrome-left.png",
  "third_party/tvcm/src/tvcm/images/chrome-right.png",
  "third_party/tvcm/src/tvcm/images/chrome-mid.png",
  "third_party/tvcm/src/tvcm/images/ui-states.png",
]

# TODO: ideally this would go into the target_gen_dir, but this requires some
# changes to the scripts that process them.
output_resource_dir = "$root_gen_dir/content/browser/tracing"

action("generate_about_tracing") {
  script = "trace_viewer/build/generate_about_tracing_contents"

  source_prereqs = tracing_html_files + tracing_css_files + tracing_js_files +
    tracing_img_files
  outputs = [
    "$output_resource_dir/about_tracing.js",
    "$output_resource_dir/about_tracing.html",
  ]

  args = [
    "--outdir", rebase_path(output_resource_dir, root_build_dir),
  ]
}