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

Side by Side Diff: tracing/trace_viewer.gypi

Issue 2771723003: [tracing] Move math utilities from base into their own subdirectory (attempt 2) (Closed)
Patch Set: rebase Created 3 years, 9 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
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 14 matching lines...) Expand all
25 'tracing/ui/tracks/spacing_track.css', 25 'tracing/ui/tracks/spacing_track.css',
26 'tracing/ui/tracks/thread_track.css', 26 'tracing/ui/tracks/thread_track.css',
27 'tracing/ui/tracks/track.css', 27 'tracing/ui/tracks/track.css',
28 ], 28 ],
29 'tracing_js_html_files': [ 29 'tracing_js_html_files': [
30 '../third_party/polymer/components/polymer/polymer-micro.html', 30 '../third_party/polymer/components/polymer/polymer-micro.html',
31 '../third_party/polymer/components/polymer/polymer-mini.html', 31 '../third_party/polymer/components/polymer/polymer-mini.html',
32 '../third_party/polymer/components/polymer/polymer.html', 32 '../third_party/polymer/components/polymer/polymer.html',
33 'tracing/base/base.html', 33 'tracing/base/base.html',
34 'tracing/base/base64.html', 34 'tracing/base/base64.html',
35 'tracing/base/bbox2.html',
36 'tracing/base/category_util.html', 35 'tracing/base/category_util.html',
37 'tracing/base/color.html', 36 'tracing/base/color.html',
38 'tracing/base/color_scheme.html', 37 'tracing/base/color_scheme.html',
39 'tracing/base/event.html', 38 'tracing/base/event.html',
40 'tracing/base/event_target.html', 39 'tracing/base/event_target.html',
41 'tracing/base/extension_registry.html', 40 'tracing/base/extension_registry.html',
42 'tracing/base/extension_registry_base.html', 41 'tracing/base/extension_registry_base.html',
43 'tracing/base/extension_registry_basic.html', 42 'tracing/base/extension_registry_basic.html',
44 'tracing/base/extension_registry_type_based.html', 43 'tracing/base/extension_registry_type_based.html',
45 'tracing/base/fixed_color_scheme.html', 44 'tracing/base/fixed_color_scheme.html',
46 'tracing/base/guid.html', 45 'tracing/base/guid.html',
47 'tracing/base/interval_tree.html', 46 'tracing/base/interval_tree.html',
48 'tracing/base/iteration_helpers.html', 47 'tracing/base/iteration_helpers.html',
49 'tracing/base/math.html', 48 'tracing/base/math/bbox2.html',
49 'tracing/base/math/math.html',
50 'tracing/base/math/piecewise_linear_function.html',
51 'tracing/base/math/quad.html',
52 'tracing/base/math/range.html',
53 'tracing/base/math/range_utils.html',
54 'tracing/base/math/rect.html',
55 'tracing/base/math/running_statistics.html',
56 'tracing/base/math/sorted_array_utils.html',
57 'tracing/base/math/statistics.html',
50 'tracing/base/multi_dimensional_view.html', 58 'tracing/base/multi_dimensional_view.html',
51 'tracing/base/piecewise_linear_function.html',
52 'tracing/base/quad.html',
53 'tracing/base/raf.html', 59 'tracing/base/raf.html',
54 'tracing/base/range.html',
55 'tracing/base/range_utils.html',
56 'tracing/base/rect.html',
57 'tracing/base/running_statistics.html',
58 'tracing/base/scalar.html', 60 'tracing/base/scalar.html',
59 'tracing/base/settings.html', 61 'tracing/base/settings.html',
60 'tracing/base/sinebow_color_generator.html', 62 'tracing/base/sinebow_color_generator.html',
61 'tracing/base/sorted_array_utils.html',
62 'tracing/base/statistics.html',
63 'tracing/base/task.html', 63 'tracing/base/task.html',
64 'tracing/base/time_display_modes.html', 64 'tracing/base/time_display_modes.html',
65 'tracing/base/timing.html', 65 'tracing/base/timing.html',
66 'tracing/base/unit.html', 66 'tracing/base/unit.html',
67 'tracing/base/unit_scale.html', 67 'tracing/base/unit_scale.html',
68 'tracing/base/utils.html', 68 'tracing/base/utils.html',
69 'tracing/core/auditor.html', 69 'tracing/core/auditor.html',
70 'tracing/core/filter.html', 70 'tracing/core/filter.html',
71 'tracing/core/scripting_controller.html', 71 'tracing/core/scripting_controller.html',
72 'tracing/core/scripting_object.html', 72 'tracing/core/scripting_object.html',
(...skipping 500 matching lines...) Expand 10 before | Expand all | Expand 10 after
573 'tracing/ui/images/chrome-right.png', 573 'tracing/ui/images/chrome-right.png',
574 'tracing/ui/images/ui-states.png', 574 'tracing/ui/images/ui-states.png',
575 ], 575 ],
576 'tracing_files': [ 576 'tracing_files': [
577 '<@(tracing_css_files)', 577 '<@(tracing_css_files)',
578 '<@(tracing_js_html_files)', 578 '<@(tracing_js_html_files)',
579 '<@(tracing_img_files)', 579 '<@(tracing_img_files)',
580 ], 580 ],
581 } 581 }
582 } 582 }
OLDNEW
« no previous file with comments | « trace_processor/experimental/mappers/v8_map_function.html ('k') | tracing/tracing/base/assert_utils.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698