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

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

Issue 12225131: [cc] Initial checkin of cc-frame-viewer (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 10 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_tree_impl',
36 'base.bbox2');
37 base.addModuleDependency(
38 'model.layer_tree_impl',
39 'model.constants');
40 base.addModuleDependency(
41 'model.layer_tree_host_impl',
42 'base.bbox2');
43 base.addModuleDependency(
44 'model.layer_tree_host_impl',
45 'model.constants');
46 base.addModuleDependency(
47 'model.layer_tree_host_impl',
48 'model.tile');
49 base.addModuleDependency(
50 'model.layer_tree_host_impl',
51 'model.layer_tree_impl');
52 base.addModuleDependency(
53 'model',
54 'model.layer_tree_host_impl');
55 base.addModuleDependency(
56 'ui.drag_handle',
57 'ui');
58 base.addModuleStylesheet(
59 'ui.drag_handle',
60 'ui.drag_handle');
61 base.addModuleDependency(
62 'ui.list_view',
63 'ui');
64 base.addModuleStylesheet(
65 'ui.list_view',
66 'ui.list_view');
67 base.addModuleDependency(
68 'tile_view',
69 'ui');
70 base.addModuleStylesheet(
71 'tile_view',
72 'tile_view');
73 base.addModuleDependency(
74 'ui.list_and_associated_view',
75 'ui');
76 base.addModuleDependency(
77 'ui.list_and_associated_view',
78 'ui.list_view');
79 base.addModuleStylesheet(
80 'ui.list_and_associated_view',
81 'ui.list_and_associated_view');
82 base.addModuleDependency(
83 'analysis_view',
84 'tile_view');
85 base.addModuleDependency(
86 'analysis_view',
87 'ui');
88 base.addModuleDependency(
89 'analysis_view',
90 'ui.list_and_associated_view');
91 base.addModuleStylesheet(
92 'analysis_view',
93 'analysis_view');
94 base.addModuleDependency(
95 'quad_view_viewport',
96 'base.range');
97 base.addModuleDependency(
98 'quad_view_viewport',
99 'ui.event_target');
100 base.addModuleDependency(
101 'color_mappings',
102 'base.color');
103 base.addModuleDependency(
104 'color_mappings',
105 'model.constants');
106 base.addModuleDependency(
107 'quad_view',
108 'ui');
109 base.addModuleDependency(
110 'quad_view',
111 'quad_view_viewport');
112 base.addModuleStylesheet(
113 'quad_view',
114 'quad_view');
115 base.addModuleDependency(
116 'tree_quad_view',
117 'ui');
118 base.addModuleDependency(
119 'tree_quad_view',
120 'color_mappings');
121 base.addModuleDependency(
122 'tree_quad_view',
123 'quad_view');
124 base.addModuleDependency(
125 'lthi_view',
126 'ui');
127 base.addModuleDependency(
128 'lthi_view',
129 'ui.list_view');
130 base.addModuleDependency(
131 'lthi_view',
132 'quad_view_viewport');
133 base.addModuleDependency(
134 'lthi_view',
135 'tree_quad_view');
136 base.addModuleStylesheet(
137 'lthi_view',
138 'lthi_view');
139 base.addModuleDependency(
140 'model_view',
141 'ui');
142 base.addModuleDependency(
143 'model_view',
144 'model');
145 base.addModuleDependency(
146 'model_view',
147 'ui.drag_handle');
148 base.addModuleDependency(
149 'model_view',
150 'ui.list_view');
151 base.addModuleDependency(
152 'model_view',
153 'analysis_view');
154 base.addModuleDependency(
155 'model_view',
156 'lthi_view');
157 base.addModuleStylesheet(
158 'model_view',
159 '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