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

Side by Side Diff: tools/cc-frame-viewer/src/base/deps.js

Issue 15736032: Remove old cc-frame-viewer now that it is upstreamed into trace_viewer (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 /**
6 * WARNING: This file is generated by calcdeps.py
7 *
8 * Do not edit directly.
9 */
10 base.addModuleStylesheet(
11 'base.unittest',
12 'base.unittest');
13 base.addModuleRawScriptDependency(
14 'base.gl_matrix',
15 '../third_party/gl-matrix/src/gl-matrix/common.js');
16 base.addModuleRawScriptDependency(
17 'base.gl_matrix',
18 '../third_party/gl-matrix/src/gl-matrix/mat2d.js');
19 base.addModuleRawScriptDependency(
20 'base.gl_matrix',
21 '../third_party/gl-matrix/src/gl-matrix/vec2.js');
22 base.addModuleDependency(
23 'base.rect2',
24 'base.gl_matrix');
25 base.addModuleDependency(
26 'base.bbox2',
27 'base.gl_matrix');
28 base.addModuleDependency(
29 'base.bbox2',
30 'base.rect2');
31 base.addModuleDependency(
32 'model.tile',
33 'model.constants');
34 base.addModuleDependency(
35 'model.layer_impl',
36 'model.constants');
37 base.addModuleDependency(
38 'model.layer_tree_impl',
39 'base.bbox2');
40 base.addModuleDependency(
41 'model.layer_tree_impl',
42 'model.constants');
43 base.addModuleDependency(
44 'model.layer_tree_impl',
45 'model.layer_impl');
46 base.addModuleDependency(
47 'model.layer_tree_host_impl',
48 'base.bbox2');
49 base.addModuleDependency(
50 'model.layer_tree_host_impl',
51 'model.constants');
52 base.addModuleDependency(
53 'model.layer_tree_host_impl',
54 'model.tile');
55 base.addModuleDependency(
56 'model.layer_tree_host_impl',
57 'model.layer_tree_impl');
58 base.addModuleDependency(
59 'model',
60 'model.layer_tree_host_impl');
61 base.addModuleDependency(
62 'ui.drag_handle',
63 'ui');
64 base.addModuleStylesheet(
65 'ui.drag_handle',
66 'ui.drag_handle');
67 base.addModuleDependency(
68 'ui.list_view',
69 'ui');
70 base.addModuleStylesheet(
71 'ui.list_view',
72 'ui.list_view');
73 base.addModuleDependency(
74 'tile_view',
75 'ui');
76 base.addModuleStylesheet(
77 'tile_view',
78 'tile_view');
79 base.addModuleDependency(
80 'ui.list_and_associated_view',
81 'ui');
82 base.addModuleDependency(
83 'ui.list_and_associated_view',
84 'ui.list_view');
85 base.addModuleStylesheet(
86 'ui.list_and_associated_view',
87 'ui.list_and_associated_view');
88 base.addModuleDependency(
89 'analysis_view',
90 'tile_view');
91 base.addModuleDependency(
92 'analysis_view',
93 'ui');
94 base.addModuleDependency(
95 'analysis_view',
96 'ui.list_and_associated_view');
97 base.addModuleStylesheet(
98 'analysis_view',
99 'analysis_view');
100 base.addModuleDependency(
101 'quad_view_viewport',
102 'base.range');
103 base.addModuleDependency(
104 'quad_view_viewport',
105 'ui.event_target');
106 base.addModuleDependency(
107 'color_mappings',
108 'base.color');
109 base.addModuleDependency(
110 'color_mappings',
111 'model.constants');
112 base.addModuleDependency(
113 'quad_view',
114 'ui');
115 base.addModuleDependency(
116 'quad_view',
117 'quad_view_viewport');
118 base.addModuleStylesheet(
119 'quad_view',
120 'quad_view');
121 base.addModuleDependency(
122 'tree_quad_view',
123 'ui');
124 base.addModuleDependency(
125 'tree_quad_view',
126 'color_mappings');
127 base.addModuleDependency(
128 'tree_quad_view',
129 'quad_view');
130 base.addModuleDependency(
131 'layer_impl_view',
132 'ui');
133 base.addModuleStylesheet(
134 'layer_impl_view',
135 'layer_impl_view');
136 base.addModuleDependency(
137 'layer_tree_impl_view',
138 'ui');
139 base.addModuleDependency(
140 'layer_tree_impl_view',
141 'ui.list_and_associated_view');
142 base.addModuleDependency(
143 'layer_tree_impl_view',
144 'layer_impl_view');
145 base.addModuleStylesheet(
146 'layer_tree_impl_view',
147 'layer_tree_impl_view');
148 base.addModuleDependency(
149 'lthi_view',
150 'ui');
151 base.addModuleDependency(
152 'lthi_view',
153 'ui.list_view');
154 base.addModuleDependency(
155 'lthi_view',
156 'quad_view_viewport');
157 base.addModuleDependency(
158 'lthi_view',
159 'tree_quad_view');
160 base.addModuleDependency(
161 'lthi_view',
162 'layer_tree_impl_view');
163 base.addModuleStylesheet(
164 'lthi_view',
165 'lthi_view');
166 base.addModuleDependency(
167 'model_view',
168 'ui');
169 base.addModuleDependency(
170 'model_view',
171 'model');
172 base.addModuleDependency(
173 'model_view',
174 'ui.drag_handle');
175 base.addModuleDependency(
176 'model_view',
177 'ui.list_view');
178 base.addModuleDependency(
179 'model_view',
180 'analysis_view');
181 base.addModuleDependency(
182 'model_view',
183 'lthi_view');
184 base.addModuleStylesheet(
185 'model_view',
186 'model_view');
OLDNEW
« no previous file with comments | « tools/cc-frame-viewer/src/base/color_test.html ('k') | tools/cc-frame-viewer/src/base/gl_matrix.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698