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

Side by Side Diff: tracing/trace_viewer.gypi

Issue 2046553003: Add RelatedEventSet Diagnostic (Closed) Base URL: https://github.com/catapult-project/catapult.git@master
Patch Set: comments, rebase Created 4 years, 6 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/model/model.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/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
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/related_event_set.html',
462 'tracing/value/diagnostics/related_value_map.html', 463 'tracing/value/diagnostics/related_value_map.html',
463 'tracing/value/diagnostics/related_value_set.html', 464 'tracing/value/diagnostics/related_value_set.html',
464 'tracing/value/generic_table.html', 465 'tracing/value/generic_table.html',
465 'tracing/value/numeric.html', 466 'tracing/value/numeric.html',
466 'tracing/value/time_display_mode.html', 467 'tracing/value/time_display_mode.html',
467 'tracing/value/ui/array_of_numbers_span.html', 468 'tracing/value/ui/array_of_numbers_span.html',
468 'tracing/value/ui/generic_table_view.html', 469 'tracing/value/ui/generic_table_view.html',
469 'tracing/value/ui/histogram_span.html', 470 'tracing/value/ui/histogram_span.html',
470 'tracing/value/ui/preferred_display_unit.html', 471 'tracing/value/ui/preferred_display_unit.html',
471 'tracing/value/ui/scalar_span.html', 472 'tracing/value/ui/scalar_span.html',
472 'tracing/value/unit.html', 473 'tracing/value/unit.html',
473 'tracing/value/unit_scale.html', 474 'tracing/value/unit_scale.html',
474 'tracing/value/value.html', 475 'tracing/value/value.html',
475 ], 476 ],
476 'tracing_img_files': [ 477 'tracing_img_files': [
477 'tracing/ui/extras/chrome/cc/images/input-event.png', 478 'tracing/ui/extras/chrome/cc/images/input-event.png',
478 'tracing/ui/extras/chrome/gpu/images/checkerboard.png', 479 'tracing/ui/extras/chrome/gpu/images/checkerboard.png',
479 'tracing/ui/images/chrome-left.png', 480 'tracing/ui/images/chrome-left.png',
480 'tracing/ui/images/chrome-mid.png', 481 'tracing/ui/images/chrome-mid.png',
481 'tracing/ui/images/chrome-right.png', 482 'tracing/ui/images/chrome-right.png',
482 'tracing/ui/images/ui-states.png', 483 'tracing/ui/images/ui-states.png',
483 ], 484 ],
484 'tracing_files': [ 485 'tracing_files': [
485 '<@(tracing_css_files)', 486 '<@(tracing_css_files)',
486 '<@(tracing_js_html_files)', 487 '<@(tracing_js_html_files)',
487 '<@(tracing_img_files)', 488 '<@(tracing_img_files)',
488 ], 489 ],
489 } 490 }
490 } 491 }
OLDNEW
« no previous file with comments | « no previous file | tracing/tracing/model/model.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698