| OLD | NEW |
| 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 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 94 'tracing/extras/chrome/cc/util.html', | 94 'tracing/extras/chrome/cc/util.html', |
| 95 'tracing/extras/chrome/chrome_auditor.html', | 95 'tracing/extras/chrome/chrome_auditor.html', |
| 96 'tracing/extras/chrome/chrome_browser_helper.html', | 96 'tracing/extras/chrome/chrome_browser_helper.html', |
| 97 'tracing/extras/chrome/chrome_model_helper.html', | 97 'tracing/extras/chrome/chrome_model_helper.html', |
| 98 'tracing/extras/chrome/chrome_process_helper.html', | 98 'tracing/extras/chrome/chrome_process_helper.html', |
| 99 'tracing/extras/chrome/chrome_renderer_helper.html', | 99 'tracing/extras/chrome/chrome_renderer_helper.html', |
| 100 'tracing/extras/chrome/gpu/gpu_async_slice.html', | 100 'tracing/extras/chrome/gpu/gpu_async_slice.html', |
| 101 'tracing/extras/chrome/gpu/state.html', | 101 'tracing/extras/chrome/gpu/state.html', |
| 102 'tracing/extras/chrome/layout_object.html', | 102 'tracing/extras/chrome/layout_object.html', |
| 103 'tracing/extras/chrome_config.html', | 103 'tracing/extras/chrome_config.html', |
| 104 'tracing/extras/importer/android/event_log_importer.html', |
| 104 'tracing/extras/importer/battor_importer.html', | 105 'tracing/extras/importer/battor_importer.html', |
| 105 'tracing/extras/importer/ddms_importer.html', | 106 'tracing/extras/importer/ddms_importer.html', |
| 106 'tracing/extras/importer/etw/etw_importer.html', | 107 'tracing/extras/importer/etw/etw_importer.html', |
| 107 'tracing/extras/importer/etw/eventtrace_parser.html', | 108 'tracing/extras/importer/etw/eventtrace_parser.html', |
| 108 'tracing/extras/importer/etw/parser.html', | 109 'tracing/extras/importer/etw/parser.html', |
| 109 'tracing/extras/importer/etw/process_parser.html', | 110 'tracing/extras/importer/etw/process_parser.html', |
| 110 'tracing/extras/importer/etw/thread_parser.html', | 111 'tracing/extras/importer/etw/thread_parser.html', |
| 111 'tracing/extras/importer/gzip_importer.html', | 112 'tracing/extras/importer/gzip_importer.html', |
| 112 'tracing/extras/importer/jszip.html', | 113 'tracing/extras/importer/jszip.html', |
| 113 'tracing/extras/importer/linux_perf/android_parser.html', | 114 'tracing/extras/importer/linux_perf/android_parser.html', |
| (...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 160 'tracing/extras/tquery/filter_has_ancestor.html', | 161 'tracing/extras/tquery/filter_has_ancestor.html', |
| 161 'tracing/extras/tquery/filter_has_duration.html', | 162 'tracing/extras/tquery/filter_has_duration.html', |
| 162 'tracing/extras/tquery/filter_has_title.html', | 163 'tracing/extras/tquery/filter_has_title.html', |
| 163 'tracing/extras/tquery/filter_is_top_level.html', | 164 'tracing/extras/tquery/filter_is_top_level.html', |
| 164 'tracing/extras/tquery/tquery.html', | 165 'tracing/extras/tquery/tquery.html', |
| 165 'tracing/extras/vsync/vsync_auditor.html', | 166 'tracing/extras/vsync/vsync_auditor.html', |
| 166 'tracing/importer/empty_importer.html', | 167 'tracing/importer/empty_importer.html', |
| 167 'tracing/importer/import.html', | 168 'tracing/importer/import.html', |
| 168 'tracing/importer/importer.html', | 169 'tracing/importer/importer.html', |
| 169 'tracing/importer/simple_line_reader.html', | 170 'tracing/importer/simple_line_reader.html', |
| 171 'tracing/model/activity.html', |
| 170 'tracing/model/alert.html', | 172 'tracing/model/alert.html', |
| 171 'tracing/model/annotation.html', | 173 'tracing/model/annotation.html', |
| 172 'tracing/model/async_slice.html', | 174 'tracing/model/async_slice.html', |
| 173 'tracing/model/async_slice_group.html', | 175 'tracing/model/async_slice_group.html', |
| 174 'tracing/model/attribute.html', | 176 'tracing/model/attribute.html', |
| 175 'tracing/model/comment_box_annotation.html', | 177 'tracing/model/comment_box_annotation.html', |
| 176 'tracing/model/compound_event_selection_state.html', | 178 'tracing/model/compound_event_selection_state.html', |
| 177 'tracing/model/container_memory_dump.html', | 179 'tracing/model/container_memory_dump.html', |
| 178 'tracing/model/counter.html', | 180 'tracing/model/counter.html', |
| 179 'tracing/model/counter_sample.html', | 181 'tracing/model/counter_sample.html', |
| (...skipping 255 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 435 'tracing/ui/images/chrome-right.png', | 437 'tracing/ui/images/chrome-right.png', |
| 436 'tracing/ui/images/ui-states.png', | 438 'tracing/ui/images/ui-states.png', |
| 437 ], | 439 ], |
| 438 'tracing_files': [ | 440 'tracing_files': [ |
| 439 '<@(tracing_css_files)', | 441 '<@(tracing_css_files)', |
| 440 '<@(tracing_js_html_files)', | 442 '<@(tracing_js_html_files)', |
| 441 '<@(tracing_img_files)', | 443 '<@(tracing_img_files)', |
| 442 ], | 444 ], |
| 443 } | 445 } |
| 444 } | 446 } |
| OLD | NEW |