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

Side by Side Diff: tracing/trace_viewer.gypi

Issue 1908513002: Add mutator utilization metric. (Closed) Base URL: https://github.com/catapult-project/catapult.git@master
Patch Set: Remove redundant semicolon Created 4 years, 7 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/base/piecewise_linear_function.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 29 matching lines...) Expand all
40 'tracing/base/event_target.html', 40 'tracing/base/event_target.html',
41 'tracing/base/extension_registry.html', 41 'tracing/base/extension_registry.html',
42 'tracing/base/extension_registry_base.html', 42 'tracing/base/extension_registry_base.html',
43 'tracing/base/extension_registry_basic.html', 43 'tracing/base/extension_registry_basic.html',
44 'tracing/base/extension_registry_type_based.html', 44 'tracing/base/extension_registry_type_based.html',
45 'tracing/base/guid.html', 45 'tracing/base/guid.html',
46 'tracing/base/interval_tree.html', 46 'tracing/base/interval_tree.html',
47 'tracing/base/iteration_helpers.html', 47 'tracing/base/iteration_helpers.html',
48 'tracing/base/math.html', 48 'tracing/base/math.html',
49 'tracing/base/multi_dimensional_view.html', 49 'tracing/base/multi_dimensional_view.html',
50 'tracing/base/piecewise_linear_function.html',
50 'tracing/base/quad.html', 51 'tracing/base/quad.html',
51 'tracing/base/raf.html', 52 'tracing/base/raf.html',
52 'tracing/base/range.html', 53 'tracing/base/range.html',
53 'tracing/base/range_utils.html', 54 'tracing/base/range_utils.html',
54 'tracing/base/rect.html', 55 'tracing/base/rect.html',
55 'tracing/base/settings.html', 56 'tracing/base/settings.html',
56 'tracing/base/sorted_array_utils.html', 57 'tracing/base/sorted_array_utils.html',
57 'tracing/base/statistics.html', 58 'tracing/base/statistics.html',
58 'tracing/base/task.html', 59 'tracing/base/task.html',
59 'tracing/base/timing.html', 60 'tracing/base/timing.html',
(...skipping 400 matching lines...) Expand 10 before | Expand all | Expand 10 after
460 'tracing/ui/images/chrome-right.png', 461 'tracing/ui/images/chrome-right.png',
461 'tracing/ui/images/ui-states.png', 462 'tracing/ui/images/ui-states.png',
462 ], 463 ],
463 'tracing_files': [ 464 'tracing_files': [
464 '<@(tracing_css_files)', 465 '<@(tracing_css_files)',
465 '<@(tracing_js_html_files)', 466 '<@(tracing_js_html_files)',
466 '<@(tracing_img_files)', 467 '<@(tracing_img_files)',
467 ], 468 ],
468 } 469 }
469 } 470 }
OLDNEW
« no previous file with comments | « no previous file | tracing/tracing/base/piecewise_linear_function.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698