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

Side by Side Diff: tracing/trace_viewer.gypi

Issue 2995843002: Merge iteration_helpers into utils.html. (Closed)
Patch Set: Created 3 years, 4 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/color_scheme.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/list_view.css', 8 'tracing/ui/base/list_view.css',
9 'tracing/ui/extras/about_tracing/common.css', 9 'tracing/ui/extras/about_tracing/common.css',
10 'tracing/ui/extras/chrome/cc/display_item_list_view.css', 10 'tracing/ui/extras/chrome/cc/display_item_list_view.css',
(...skipping 27 matching lines...) Expand all
38 'tracing/base/event.html', 38 'tracing/base/event.html',
39 'tracing/base/event_target.html', 39 'tracing/base/event_target.html',
40 'tracing/base/extension_registry.html', 40 'tracing/base/extension_registry.html',
41 'tracing/base/extension_registry_base.html', 41 'tracing/base/extension_registry_base.html',
42 'tracing/base/extension_registry_basic.html', 42 'tracing/base/extension_registry_basic.html',
43 'tracing/base/extension_registry_type_based.html', 43 'tracing/base/extension_registry_type_based.html',
44 'tracing/base/fixed_color_scheme.html', 44 'tracing/base/fixed_color_scheme.html',
45 'tracing/base/guid.html', 45 'tracing/base/guid.html',
46 'tracing/base/in_memory_trace_stream.html', 46 'tracing/base/in_memory_trace_stream.html',
47 'tracing/base/interval_tree.html', 47 'tracing/base/interval_tree.html',
48 'tracing/base/iteration_helpers.html',
49 'tracing/base/math/bbox2.html', 48 'tracing/base/math/bbox2.html',
50 'tracing/base/math/math.html', 49 'tracing/base/math/math.html',
51 'tracing/base/math/piecewise_linear_function.html', 50 'tracing/base/math/piecewise_linear_function.html',
52 'tracing/base/math/quad.html', 51 'tracing/base/math/quad.html',
53 'tracing/base/math/range.html', 52 'tracing/base/math/range.html',
54 'tracing/base/math/range_utils.html', 53 'tracing/base/math/range_utils.html',
55 'tracing/base/math/rect.html', 54 'tracing/base/math/rect.html',
56 'tracing/base/math/running_statistics.html', 55 'tracing/base/math/running_statistics.html',
57 'tracing/base/math/sorted_array_utils.html', 56 'tracing/base/math/sorted_array_utils.html',
58 'tracing/base/math/statistics.html', 57 'tracing/base/math/statistics.html',
(...skipping 534 matching lines...) Expand 10 before | Expand all | Expand 10 after
593 'tracing/ui/images/chrome-right.png', 592 'tracing/ui/images/chrome-right.png',
594 'tracing/ui/images/ui-states.png', 593 'tracing/ui/images/ui-states.png',
595 ], 594 ],
596 'tracing_files': [ 595 'tracing_files': [
597 '<@(tracing_css_files)', 596 '<@(tracing_css_files)',
598 '<@(tracing_js_html_files)', 597 '<@(tracing_js_html_files)',
599 '<@(tracing_img_files)', 598 '<@(tracing_img_files)',
600 ], 599 ],
601 } 600 }
602 } 601 }
OLDNEW
« no previous file with comments | « no previous file | tracing/tracing/base/color_scheme.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698