| 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/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 27 matching lines...) Expand all Loading... |
| 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/in_memory_trace_stream.html', |
| 47 'tracing/base/interval_tree.html', | 47 'tracing/base/interval_tree.html', |
| 48 'tracing/base/iteration_helpers.html', | |
| 49 'tracing/base/math/bbox2.html', | 48 'tracing/base/math/bbox2.html', |
| 50 'tracing/base/math/math.html', | 49 'tracing/base/math/math.html', |
| 51 'tracing/base/math/piecewise_linear_function.html', | 50 'tracing/base/math/piecewise_linear_function.html', |
| 52 'tracing/base/math/quad.html', | 51 'tracing/base/math/quad.html', |
| 53 'tracing/base/math/range.html', | 52 'tracing/base/math/range.html', |
| 54 'tracing/base/math/range_utils.html', | 53 'tracing/base/math/range_utils.html', |
| 55 'tracing/base/math/rect.html', | 54 'tracing/base/math/rect.html', |
| 56 'tracing/base/math/running_statistics.html', | 55 'tracing/base/math/running_statistics.html', |
| 57 'tracing/base/math/sorted_array_utils.html', | 56 'tracing/base/math/sorted_array_utils.html', |
| 58 'tracing/base/math/statistics.html', | 57 'tracing/base/math/statistics.html', |
| (...skipping 534 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 593 'tracing/ui/images/chrome-right.png', | 592 'tracing/ui/images/chrome-right.png', |
| 594 'tracing/ui/images/ui-states.png', | 593 'tracing/ui/images/ui-states.png', |
| 595 ], | 594 ], |
| 596 'tracing_files': [ | 595 'tracing_files': [ |
| 597 '<@(tracing_css_files)', | 596 '<@(tracing_css_files)', |
| 598 '<@(tracing_js_html_files)', | 597 '<@(tracing_js_html_files)', |
| 599 '<@(tracing_img_files)', | 598 '<@(tracing_img_files)', |
| 600 ], | 599 ], |
| 601 } | 600 } |
| 602 } | 601 } |
| OLD | NEW |