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

Side by Side Diff: tracing/trace_viewer.gypi

Issue 2334973002: Rename BarChart to ColumnChart (Closed)
Patch Set: Created 4 years, 3 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/ui/base/bar_chart.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 315 matching lines...) Expand 10 before | Expand all | Expand 10 after
326 'tracing/ui/analysis/stack_frame.html', 326 'tracing/ui/analysis/stack_frame.html',
327 'tracing/ui/analysis/stacked_pane.html', 327 'tracing/ui/analysis/stacked_pane.html',
328 'tracing/ui/analysis/stacked_pane_view.html', 328 'tracing/ui/analysis/stacked_pane_view.html',
329 'tracing/ui/analysis/user_expectation_related_samples_table.html', 329 'tracing/ui/analysis/user_expectation_related_samples_table.html',
330 'tracing/ui/annotations/annotation_view.html', 330 'tracing/ui/annotations/annotation_view.html',
331 'tracing/ui/annotations/comment_box_annotation_view.html', 331 'tracing/ui/annotations/comment_box_annotation_view.html',
332 'tracing/ui/annotations/rect_annotation_view.html', 332 'tracing/ui/annotations/rect_annotation_view.html',
333 'tracing/ui/annotations/x_marker_annotation_view.html', 333 'tracing/ui/annotations/x_marker_annotation_view.html',
334 'tracing/ui/base/animation.html', 334 'tracing/ui/base/animation.html',
335 'tracing/ui/base/animation_controller.html', 335 'tracing/ui/base/animation_controller.html',
336 'tracing/ui/base/bar_chart.html',
337 'tracing/ui/base/base.html', 336 'tracing/ui/base/base.html',
338 'tracing/ui/base/camera.html', 337 'tracing/ui/base/camera.html',
339 'tracing/ui/base/chart_base.html', 338 'tracing/ui/base/chart_base.html',
340 'tracing/ui/base/chart_base_2d.html', 339 'tracing/ui/base/chart_base_2d.html',
341 'tracing/ui/base/chart_base_2d_brushable_x.html', 340 'tracing/ui/base/chart_base_2d_brushable_x.html',
342 'tracing/ui/base/color_legend.html', 341 'tracing/ui/base/color_legend.html',
342 'tracing/ui/base/column_chart.html',
343 'tracing/ui/base/constants.html', 343 'tracing/ui/base/constants.html',
344 'tracing/ui/base/container_that_decorates_its_children.html', 344 'tracing/ui/base/container_that_decorates_its_children.html',
345 'tracing/ui/base/d3.html', 345 'tracing/ui/base/d3.html',
346 'tracing/ui/base/deep_utils.html', 346 'tracing/ui/base/deep_utils.html',
347 'tracing/ui/base/dom_helpers.html', 347 'tracing/ui/base/dom_helpers.html',
348 'tracing/ui/base/drag_handle.html', 348 'tracing/ui/base/drag_handle.html',
349 'tracing/ui/base/draw_helpers.html', 349 'tracing/ui/base/draw_helpers.html',
350 'tracing/ui/base/dropdown.html', 350 'tracing/ui/base/dropdown.html',
351 'tracing/ui/base/elided_cache.html', 351 'tracing/ui/base/elided_cache.html',
352 'tracing/ui/base/event_presenter.html', 352 'tracing/ui/base/event_presenter.html',
(...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after
523 'tracing/ui/images/chrome-right.png', 523 'tracing/ui/images/chrome-right.png',
524 'tracing/ui/images/ui-states.png', 524 'tracing/ui/images/ui-states.png',
525 ], 525 ],
526 'tracing_files': [ 526 'tracing_files': [
527 '<@(tracing_css_files)', 527 '<@(tracing_css_files)',
528 '<@(tracing_js_html_files)', 528 '<@(tracing_js_html_files)',
529 '<@(tracing_img_files)', 529 '<@(tracing_img_files)',
530 ], 530 ],
531 } 531 }
532 } 532 }
OLDNEW
« no previous file with comments | « no previous file | tracing/tracing/ui/base/bar_chart.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698