| 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/line_chart.css', | 8 'tracing/ui/base/line_chart.css', |
| 9 'tracing/ui/base/list_view.css', | 9 'tracing/ui/base/list_view.css', |
| 10 'tracing/ui/base/pie_chart.css', | 10 'tracing/ui/base/pie_chart.css', |
| (...skipping 441 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 452 'tracing/ui/tracks/stacked_bars_track.html', | 452 'tracing/ui/tracks/stacked_bars_track.html', |
| 453 'tracing/ui/tracks/thread_track.html', | 453 'tracing/ui/tracks/thread_track.html', |
| 454 'tracing/ui/tracks/track.html', | 454 'tracing/ui/tracks/track.html', |
| 455 'tracing/ui/value_set_table.html', | 455 'tracing/ui/value_set_table.html', |
| 456 'tracing/ui/value_set_view.html', | 456 'tracing/ui/value_set_view.html', |
| 457 'tracing/ui/view_specific_brushing_state.html', | 457 'tracing/ui/view_specific_brushing_state.html', |
| 458 'tracing/value/diagnostics/composition.html', | 458 'tracing/value/diagnostics/composition.html', |
| 459 'tracing/value/diagnostics/diagnostic.html', | 459 'tracing/value/diagnostics/diagnostic.html', |
| 460 'tracing/value/diagnostics/diagnostic_map.html', | 460 'tracing/value/diagnostics/diagnostic_map.html', |
| 461 'tracing/value/diagnostics/generic.html', | 461 'tracing/value/diagnostics/generic.html', |
| 462 'tracing/value/diagnostics/iteration_info.html', |
| 462 'tracing/value/diagnostics/related_event_set.html', | 463 'tracing/value/diagnostics/related_event_set.html', |
| 463 'tracing/value/diagnostics/related_value_map.html', | 464 'tracing/value/diagnostics/related_value_map.html', |
| 464 'tracing/value/diagnostics/related_value_set.html', | 465 'tracing/value/diagnostics/related_value_set.html', |
| 465 'tracing/value/generic_table.html', | 466 'tracing/value/generic_table.html', |
| 466 'tracing/value/numeric.html', | 467 'tracing/value/numeric.html', |
| 467 'tracing/value/time_display_mode.html', | 468 'tracing/value/time_display_mode.html', |
| 468 'tracing/value/ui/array_of_numbers_span.html', | 469 'tracing/value/ui/array_of_numbers_span.html', |
| 469 'tracing/value/ui/diagnostic_span.html', | 470 'tracing/value/ui/diagnostic_span.html', |
| 470 'tracing/value/ui/generic_diagnostic_span.html', | 471 'tracing/value/ui/generic_diagnostic_span.html', |
| 471 'tracing/value/ui/generic_table_view.html', | 472 'tracing/value/ui/generic_table_view.html', |
| (...skipping 14 matching lines...) Expand all Loading... |
| 486 'tracing/ui/images/chrome-right.png', | 487 'tracing/ui/images/chrome-right.png', |
| 487 'tracing/ui/images/ui-states.png', | 488 'tracing/ui/images/ui-states.png', |
| 488 ], | 489 ], |
| 489 'tracing_files': [ | 490 'tracing_files': [ |
| 490 '<@(tracing_css_files)', | 491 '<@(tracing_css_files)', |
| 491 '<@(tracing_js_html_files)', | 492 '<@(tracing_js_html_files)', |
| 492 '<@(tracing_img_files)', | 493 '<@(tracing_img_files)', |
| 493 ], | 494 ], |
| 494 } | 495 } |
| 495 } | 496 } |
| OLD | NEW |