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

Side by Side Diff: tracing/trace_viewer.gypi

Issue 2755943002: tracing: Stream processing for some importers (Closed)
Patch Set: review / sync Created 3 years, 8 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/base/in_memory_trace_stream.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/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 25 matching lines...) Expand all
36 'tracing/base/color.html', 36 'tracing/base/color.html',
37 'tracing/base/color_scheme.html', 37 'tracing/base/color_scheme.html',
38 'tracing/base/event.html', 38 'tracing/base/event.html',
39 'tracing/base/event_target.html', 39 'tracing/base/event_target.html',
40 'tracing/base/extension_registry.html', 40 'tracing/base/extension_registry.html',
41 'tracing/base/extension_registry_base.html', 41 'tracing/base/extension_registry_base.html',
42 'tracing/base/extension_registry_basic.html', 42 'tracing/base/extension_registry_basic.html',
43 'tracing/base/extension_registry_type_based.html', 43 'tracing/base/extension_registry_type_based.html',
44 'tracing/base/fixed_color_scheme.html', 44 'tracing/base/fixed_color_scheme.html',
45 'tracing/base/guid.html', 45 'tracing/base/guid.html',
46 'tracing/base/in_memory_trace_stream.html',
46 'tracing/base/interval_tree.html', 47 'tracing/base/interval_tree.html',
47 'tracing/base/iteration_helpers.html', 48 'tracing/base/iteration_helpers.html',
48 'tracing/base/math/bbox2.html', 49 'tracing/base/math/bbox2.html',
49 'tracing/base/math/math.html', 50 'tracing/base/math/math.html',
50 'tracing/base/math/piecewise_linear_function.html', 51 'tracing/base/math/piecewise_linear_function.html',
51 'tracing/base/math/quad.html', 52 'tracing/base/math/quad.html',
52 'tracing/base/math/range.html', 53 'tracing/base/math/range.html',
53 'tracing/base/math/range_utils.html', 54 'tracing/base/math/range_utils.html',
54 'tracing/base/math/rect.html', 55 'tracing/base/math/rect.html',
55 'tracing/base/math/running_statistics.html', 56 'tracing/base/math/running_statistics.html',
56 'tracing/base/math/sorted_array_utils.html', 57 'tracing/base/math/sorted_array_utils.html',
57 'tracing/base/math/statistics.html', 58 'tracing/base/math/statistics.html',
58 'tracing/base/multi_dimensional_view.html', 59 'tracing/base/multi_dimensional_view.html',
59 'tracing/base/raf.html', 60 'tracing/base/raf.html',
60 'tracing/base/scalar.html', 61 'tracing/base/scalar.html',
61 'tracing/base/serializable.html', 62 'tracing/base/serializable.html',
62 'tracing/base/settings.html', 63 'tracing/base/settings.html',
63 'tracing/base/sinebow_color_generator.html', 64 'tracing/base/sinebow_color_generator.html',
64 'tracing/base/task.html', 65 'tracing/base/task.html',
65 'tracing/base/time_display_modes.html', 66 'tracing/base/time_display_modes.html',
66 'tracing/base/timing.html', 67 'tracing/base/timing.html',
68 'tracing/base/trace_stream.html',
67 'tracing/base/unit.html', 69 'tracing/base/unit.html',
68 'tracing/base/unit_scale.html', 70 'tracing/base/unit_scale.html',
69 'tracing/base/utils.html', 71 'tracing/base/utils.html',
70 'tracing/base/view_state.html', 72 'tracing/base/view_state.html',
71 'tracing/core/auditor.html', 73 'tracing/core/auditor.html',
72 'tracing/core/filter.html', 74 'tracing/core/filter.html',
73 'tracing/core/scripting_controller.html', 75 'tracing/core/scripting_controller.html',
74 'tracing/core/scripting_object.html', 76 'tracing/core/scripting_object.html',
75 'tracing/extras/android/android_auditor.html', 77 'tracing/extras/android/android_auditor.html',
76 'tracing/extras/chrome/blame_context/blame_context.html', 78 'tracing/extras/chrome/blame_context/blame_context.html',
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
131 'tracing/extras/importer/linux_perf/irq_parser.html', 133 'tracing/extras/importer/linux_perf/irq_parser.html',
132 'tracing/extras/importer/linux_perf/kfunc_parser.html', 134 'tracing/extras/importer/linux_perf/kfunc_parser.html',
133 'tracing/extras/importer/linux_perf/mali_parser.html', 135 'tracing/extras/importer/linux_perf/mali_parser.html',
134 'tracing/extras/importer/linux_perf/memreclaim_parser.html', 136 'tracing/extras/importer/linux_perf/memreclaim_parser.html',
135 'tracing/extras/importer/linux_perf/parser.html', 137 'tracing/extras/importer/linux_perf/parser.html',
136 'tracing/extras/importer/linux_perf/power_parser.html', 138 'tracing/extras/importer/linux_perf/power_parser.html',
137 'tracing/extras/importer/linux_perf/regulator_parser.html', 139 'tracing/extras/importer/linux_perf/regulator_parser.html',
138 'tracing/extras/importer/linux_perf/sched_parser.html', 140 'tracing/extras/importer/linux_perf/sched_parser.html',
139 'tracing/extras/importer/linux_perf/sync_parser.html', 141 'tracing/extras/importer/linux_perf/sync_parser.html',
140 'tracing/extras/importer/linux_perf/workqueue_parser.html', 142 'tracing/extras/importer/linux_perf/workqueue_parser.html',
143 'tracing/extras/importer/oboe.html',
141 'tracing/extras/importer/trace2html_importer.html', 144 'tracing/extras/importer/trace2html_importer.html',
142 'tracing/extras/importer/trace_code_entry.html', 145 'tracing/extras/importer/trace_code_entry.html',
143 'tracing/extras/importer/trace_code_map.html', 146 'tracing/extras/importer/trace_code_map.html',
144 'tracing/extras/importer/trace_event_importer.html', 147 'tracing/extras/importer/trace_event_importer.html',
145 'tracing/extras/importer/v8/codemap.html', 148 'tracing/extras/importer/v8/codemap.html',
146 'tracing/extras/importer/v8/log_reader.html', 149 'tracing/extras/importer/v8/log_reader.html',
147 'tracing/extras/importer/v8/splaytree.html', 150 'tracing/extras/importer/v8/splaytree.html',
148 'tracing/extras/importer/v8/v8_log_importer.html', 151 'tracing/extras/importer/v8/v8_log_importer.html',
149 'tracing/extras/importer/zip_importer.html', 152 'tracing/extras/importer/zip_importer.html',
150 'tracing/extras/lean_config.html', 153 'tracing/extras/lean_config.html',
(...skipping 431 matching lines...) Expand 10 before | Expand all | Expand 10 after
582 'tracing/ui/images/chrome-right.png', 585 'tracing/ui/images/chrome-right.png',
583 'tracing/ui/images/ui-states.png', 586 'tracing/ui/images/ui-states.png',
584 ], 587 ],
585 'tracing_files': [ 588 'tracing_files': [
586 '<@(tracing_css_files)', 589 '<@(tracing_css_files)',
587 '<@(tracing_js_html_files)', 590 '<@(tracing_js_html_files)',
588 '<@(tracing_img_files)', 591 '<@(tracing_img_files)',
589 ], 592 ],
590 } 593 }
591 } 594 }
OLDNEW
« no previous file with comments | « no previous file | tracing/tracing/base/in_memory_trace_stream.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698