| 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 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 66 'tracing/base/units/units.html', | 66 'tracing/base/units/units.html', |
| 67 'tracing/base/utils.html', | 67 'tracing/base/utils.html', |
| 68 'tracing/core/auditor.html', | 68 'tracing/core/auditor.html', |
| 69 'tracing/core/filter.html', | 69 'tracing/core/filter.html', |
| 70 'tracing/core/scripting_controller.html', | 70 'tracing/core/scripting_controller.html', |
| 71 'tracing/core/scripting_object.html', | 71 'tracing/core/scripting_object.html', |
| 72 'tracing/extras/android/android_app.html', | 72 'tracing/extras/android/android_app.html', |
| 73 'tracing/extras/android/android_auditor.html', | 73 'tracing/extras/android/android_auditor.html', |
| 74 'tracing/extras/android/android_model_helper.html', | 74 'tracing/extras/android/android_model_helper.html', |
| 75 'tracing/extras/android/android_surface_flinger.html', | 75 'tracing/extras/android/android_surface_flinger.html', |
| 76 'tracing/extras/chrome/cc/animation.html', |
| 76 'tracing/extras/chrome/cc/cc.html', | 77 'tracing/extras/chrome/cc/cc.html', |
| 77 'tracing/extras/chrome/cc/constants.html', | 78 'tracing/extras/chrome/cc/constants.html', |
| 78 'tracing/extras/chrome/cc/debug_colors.html', | 79 'tracing/extras/chrome/cc/debug_colors.html', |
| 79 'tracing/extras/chrome/cc/display_item_list.html', | 80 'tracing/extras/chrome/cc/display_item_list.html', |
| 80 'tracing/extras/chrome/cc/input_latency_async_slice.html', | 81 'tracing/extras/chrome/cc/input_latency_async_slice.html', |
| 81 'tracing/extras/chrome/cc/layer_impl.html', | 82 'tracing/extras/chrome/cc/layer_impl.html', |
| 82 'tracing/extras/chrome/cc/layer_tree_host_impl.html', | 83 'tracing/extras/chrome/cc/layer_tree_host_impl.html', |
| 83 'tracing/extras/chrome/cc/layer_tree_impl.html', | 84 'tracing/extras/chrome/cc/layer_tree_impl.html', |
| 84 'tracing/extras/chrome/cc/picture.html', | 85 'tracing/extras/chrome/cc/picture.html', |
| 85 'tracing/extras/chrome/cc/picture_as_image_data.html', | 86 'tracing/extras/chrome/cc/picture_as_image_data.html', |
| (...skipping 350 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 436 'tracing/ui/images/chrome-right.png', | 437 'tracing/ui/images/chrome-right.png', |
| 437 'tracing/ui/images/ui-states.png', | 438 'tracing/ui/images/ui-states.png', |
| 438 ], | 439 ], |
| 439 'tracing_files': [ | 440 'tracing_files': [ |
| 440 '<@(tracing_css_files)', | 441 '<@(tracing_css_files)', |
| 441 '<@(tracing_js_html_files)', | 442 '<@(tracing_js_html_files)', |
| 442 '<@(tracing_img_files)', | 443 '<@(tracing_img_files)', |
| 443 ], | 444 ], |
| 444 } | 445 } |
| 445 } | 446 } |
| OLD | NEW |