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

Side by Side Diff: cc/cc.gyp

Issue 11363046: cc: Sort the source_file list alphabetical. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month 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
« no previous file with comments | « no previous file | no next file » | 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) 2012 The Chromium Authors. All rights reserved. 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 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 'cc_source_files': [ 7 'cc_source_files': [
8 'hash_pair.h', 8 'active_animation.cc',
9 'scoped_ptr_deque.h', 9 'active_animation.h',
10 'scoped_ptr_hash_map.h', 10 'animation_curve.cc',
11 'scoped_ptr_vector.h', 11 'animation_curve.h',
12 'animation_events.h',
13 'append_quads_data.h',
12 'bitmap_content_layer_updater.cc', 14 'bitmap_content_layer_updater.cc',
13 'bitmap_content_layer_updater.h', 15 'bitmap_content_layer_updater.h',
14 'bitmap_skpicture_content_layer_updater.cc', 16 'bitmap_skpicture_content_layer_updater.cc',
15 'bitmap_skpicture_content_layer_updater.h', 17 'bitmap_skpicture_content_layer_updater.h',
16 'caching_bitmap_content_layer_updater.cc', 18 'caching_bitmap_content_layer_updater.cc',
17 'caching_bitmap_content_layer_updater.h', 19 'caching_bitmap_content_layer_updater.h',
18 'active_animation.cc',
19 'active_animation.h',
20 'append_quads_data.h',
21 'animation_curve.cc',
22 'animation_curve.h',
23 'animation_events.h',
24 'checkerboard_draw_quad.cc', 20 'checkerboard_draw_quad.cc',
25 'checkerboard_draw_quad.h', 21 'checkerboard_draw_quad.h',
26 'completion_event.h', 22 'completion_event.h',
23 'content_layer.cc',
24 'content_layer.h',
25 'content_layer_client.h',
26 'content_layer_updater.cc',
27 'content_layer_updater.h',
27 'contents_scaling_layer.cc', 28 'contents_scaling_layer.cc',
28 'contents_scaling_layer.h', 29 'contents_scaling_layer.h',
29 'damage_tracker.cc', 30 'damage_tracker.cc',
30 'damage_tracker.h', 31 'damage_tracker.h',
31 'debug_border_draw_quad.cc', 32 'debug_border_draw_quad.cc',
32 'debug_border_draw_quad.h', 33 'debug_border_draw_quad.h',
33 'debug_rect_history.cc', 34 'debug_rect_history.cc',
34 'debug_rect_history.h', 35 'debug_rect_history.h',
35 'delay_based_time_source.cc', 36 'delay_based_time_source.cc',
36 'delay_based_time_source.h', 37 'delay_based_time_source.h',
38 'delegated_renderer_layer.cc',
39 'delegated_renderer_layer.h',
37 'delegated_renderer_layer_impl.cc', 40 'delegated_renderer_layer_impl.cc',
38 'delegated_renderer_layer_impl.h', 41 'delegated_renderer_layer_impl.h',
39 'direct_renderer.cc', 42 'direct_renderer.cc',
40 'direct_renderer.h', 43 'direct_renderer.h',
41 'draw_quad.cc', 44 'draw_quad.cc',
42 'draw_quad.h', 45 'draw_quad.h',
43 'font_atlas.cc', 46 'font_atlas.cc',
44 'font_atlas.h', 47 'font_atlas.h',
45 'frame_rate_controller.cc', 48 'frame_rate_controller.cc',
46 'frame_rate_controller.h', 49 'frame_rate_controller.h',
47 'frame_rate_counter.cc', 50 'frame_rate_counter.cc',
48 'frame_rate_counter.h', 51 'frame_rate_counter.h',
49 'geometry.h', 52 'geometry.h',
53 'geometry_binding.cc',
54 'geometry_binding.h',
55 'gl_renderer.cc',
56 'gl_renderer.h',
50 'graphics_context.h', 57 'graphics_context.h',
58 'hash_pair.h',
59 'heads_up_display_layer.cc',
60 'heads_up_display_layer.h',
51 'heads_up_display_layer_impl.cc', 61 'heads_up_display_layer_impl.cc',
52 'heads_up_display_layer_impl.h', 62 'heads_up_display_layer_impl.h',
63 'image_layer.cc',
64 'image_layer.h',
65 'input_handler.h',
53 'io_surface_draw_quad.cc', 66 'io_surface_draw_quad.cc',
54 'io_surface_draw_quad.h', 67 'io_surface_draw_quad.h',
68 'io_surface_layer.cc',
69 'io_surface_layer.h',
55 'io_surface_layer_impl.cc', 70 'io_surface_layer_impl.cc',
56 'io_surface_layer_impl.h', 71 'io_surface_layer_impl.h',
57 'input_handler.h',
58 'keyframed_animation_curve.cc', 72 'keyframed_animation_curve.cc',
59 'keyframed_animation_curve.h', 73 'keyframed_animation_curve.h',
74 'layer.cc',
75 'layer.h',
60 'layer_animation_controller.cc', 76 'layer_animation_controller.cc',
61 'layer_animation_controller.h', 77 'layer_animation_controller.h',
62 'layer_impl.cc', 78 'layer_impl.cc',
63 'layer_impl.h', 79 'layer_impl.h',
64 'layer_iterator.cc', 80 'layer_iterator.cc',
65 'layer_iterator.h', 81 'layer_iterator.h',
82 'layer_painter.h',
66 'layer_quad.cc', 83 'layer_quad.cc',
67 'layer_quad.h', 84 'layer_quad.h',
68 'layer_sorter.cc', 85 'layer_sorter.cc',
69 'layer_sorter.h', 86 'layer_sorter.h',
70 'layer_tiling_data.cc', 87 'layer_tiling_data.cc',
71 'layer_tiling_data.h', 88 'layer_tiling_data.h',
72 'layer_tree_host.cc', 89 'layer_tree_host.cc',
73 'layer_tree_host.h', 90 'layer_tree_host.h',
74 'layer_tree_host_client.h', 91 'layer_tree_host_client.h',
75 'layer_tree_host_common.cc', 92 'layer_tree_host_common.cc',
76 'layer_tree_host_common.h', 93 'layer_tree_host_common.h',
77 'layer_tree_host_impl.cc', 94 'layer_tree_host_impl.cc',
78 'layer_tree_host_impl.h', 95 'layer_tree_host_impl.h',
96 'layer_updater.cc',
97 'layer_updater.h',
79 'managed_memory_policy.cc', 98 'managed_memory_policy.cc',
80 'managed_memory_policy.h', 99 'managed_memory_policy.h',
81 'math_util.cc', 100 'math_util.cc',
82 'math_util.h', 101 'math_util.h',
83 'occlusion_tracker.cc', 102 'occlusion_tracker.cc',
84 'occlusion_tracker.h', 103 'occlusion_tracker.h',
85 'overdraw_metrics.cc', 104 'overdraw_metrics.cc',
86 'overdraw_metrics.h', 105 'overdraw_metrics.h',
87 'page_scale_animation.cc', 106 'page_scale_animation.cc',
88 'page_scale_animation.h', 107 'page_scale_animation.h',
108 'platform_color.h',
89 'prioritized_texture.cc', 109 'prioritized_texture.cc',
90 'prioritized_texture.h', 110 'prioritized_texture.h',
91 'prioritized_texture_manager.cc', 111 'prioritized_texture_manager.cc',
92 'prioritized_texture_manager.h', 112 'prioritized_texture_manager.h',
93 'priority_calculator.cc', 113 'priority_calculator.cc',
94 'priority_calculator.h', 114 'priority_calculator.h',
115 'program_binding.cc',
116 'program_binding.h',
95 'proxy.cc', 117 'proxy.cc',
96 'proxy.h', 118 'proxy.h',
97 'quad_culler.cc', 119 'quad_culler.cc',
98 'quad_culler.h', 120 'quad_culler.h',
99 'quad_sink.h', 121 'quad_sink.h',
122 'rate_limiter.cc',
123 'rate_limiter.h',
100 'render_pass.cc', 124 'render_pass.cc',
101 'render_pass.h', 125 'render_pass.h',
102 'render_pass_draw_quad.cc', 126 'render_pass_draw_quad.cc',
103 'render_pass_draw_quad.h', 127 'render_pass_draw_quad.h',
104 'render_pass_sink.h', 128 'render_pass_sink.h',
129 'render_surface.cc',
130 'render_surface.h',
131 'render_surface_filters.cc',
132 'render_surface_filters.h',
105 'render_surface_impl.cc', 133 'render_surface_impl.cc',
106 'render_surface_impl.h', 134 'render_surface_impl.h',
107 'render_surface_filters.cc',
108 'render_surface_filters.h',
109 'renderer.cc', 135 'renderer.cc',
110 'renderer.h', 136 'renderer.h',
111 'gl_renderer.cc',
112 'gl_renderer.h',
113 'software_renderer.cc',
114 'software_renderer.h',
115 'rendering_stats.h', 137 'rendering_stats.h',
116 'resource_provider.cc', 138 'resource_provider.cc',
117 'resource_provider.h', 139 'resource_provider.h',
118 'resource_update.cc', 140 'resource_update.cc',
141 'resource_update.h',
142 'resource_update_controller.cc',
143 'resource_update_controller.h',
144 'resource_update_queue.cc',
145 'resource_update_queue.h',
119 'scheduler.cc', 146 'scheduler.cc',
120 'scheduler.h', 147 'scheduler.h',
121 'scheduler_state_machine.cc', 148 'scheduler_state_machine.cc',
122 'scheduler_state_machine.h', 149 'scheduler_state_machine.h',
150 'scoped_ptr_deque.h',
151 'scoped_ptr_hash_map.h',
152 'scoped_ptr_vector.h',
123 'scoped_texture.cc', 153 'scoped_texture.cc',
124 'scoped_texture.h', 154 'scoped_texture.h',
125 'scoped_thread_proxy.cc', 155 'scoped_thread_proxy.cc',
126 'scoped_thread_proxy.h', 156 'scoped_thread_proxy.h',
127 'scrollbar_animation_controller.cc', 157 'scrollbar_animation_controller.cc',
128 'scrollbar_animation_controller.h', 158 'scrollbar_animation_controller.h',
129 'scrollbar_animation_controller_linear_fade.cc', 159 'scrollbar_animation_controller_linear_fade.cc',
130 'scrollbar_animation_controller_linear_fade.h', 160 'scrollbar_animation_controller_linear_fade.h',
131 'scrollbar_layer_impl.cc',
132 'scrollbar_layer_impl.h',
133 'scrollbar_geometry_fixed_thumb.cc', 161 'scrollbar_geometry_fixed_thumb.cc',
134 'scrollbar_geometry_fixed_thumb.h', 162 'scrollbar_geometry_fixed_thumb.h',
135 'scrollbar_geometry_stub.cc', 163 'scrollbar_geometry_stub.cc',
136 'scrollbar_geometry_stub.h', 164 'scrollbar_geometry_stub.h',
165 'scrollbar_layer.cc',
166 'scrollbar_layer.h',
167 'scrollbar_layer_impl.cc',
168 'scrollbar_layer_impl.h',
137 'settings.cc', 169 'settings.cc',
138 'settings.h', 170 'settings.h',
171 'shader.cc',
172 'shader.h',
139 'shared_quad_state.cc', 173 'shared_quad_state.cc',
140 'shared_quad_state.h', 174 'shared_quad_state.h',
141 'single_thread_proxy.cc', 175 'single_thread_proxy.cc',
142 'single_thread_proxy.h', 176 'single_thread_proxy.h',
177 'skpicture_content_layer_updater.cc',
178 'skpicture_content_layer_updater.h',
179 'software_renderer.cc',
180 'software_renderer.h',
143 'solid_color_draw_quad.cc', 181 'solid_color_draw_quad.cc',
144 'solid_color_draw_quad.h', 182 'solid_color_draw_quad.h',
183 'solid_color_layer.cc',
184 'solid_color_layer.h',
145 'solid_color_layer_impl.cc', 185 'solid_color_layer_impl.cc',
146 'solid_color_layer_impl.h', 186 'solid_color_layer_impl.h',
147 'stream_video_draw_quad.cc', 187 'stream_video_draw_quad.cc',
148 'stream_video_draw_quad.h', 188 'stream_video_draw_quad.h',
189 'switches.cc',
190 'switches.h',
149 'texture.cc', 191 'texture.cc',
150 'texture.h', 192 'texture.h',
193 'texture_copier.cc',
194 'texture_copier.h',
151 'texture_draw_quad.cc', 195 'texture_draw_quad.cc',
152 'texture_draw_quad.h', 196 'texture_draw_quad.h',
197 'texture_layer.cc',
198 'texture_layer.h',
199 'texture_layer_client.h',
153 'texture_layer_impl.cc', 200 'texture_layer_impl.cc',
154 'texture_layer_impl.h', 201 'texture_layer_impl.h',
155 'resource_update_controller.cc', 202 'texture_uploader.cc',
156 'resource_update_controller.h', 203 'texture_uploader.h',
157 'resource_update_queue.cc',
158 'resource_update_queue.h',
159 'thread.h', 204 'thread.h',
205 'thread_impl.cc',
160 'thread_impl.h', 206 'thread_impl.h',
161 'thread_impl.cc',
162 'thread_proxy.cc', 207 'thread_proxy.cc',
163 'thread_proxy.h', 208 'thread_proxy.h',
209 'threaded_test.h',
164 'tile_draw_quad.cc', 210 'tile_draw_quad.cc',
165 'tile_draw_quad.h', 211 'tile_draw_quad.h',
212 'tiled_layer.cc',
213 'tiled_layer.h',
166 'tiled_layer_impl.cc', 214 'tiled_layer_impl.cc',
167 'tiled_layer_impl.h', 215 'tiled_layer_impl.h',
168 'time_source.h', 216 'time_source.h',
169 'timing_function.cc', 217 'timing_function.cc',
170 'timing_function.h', 218 'timing_function.h',
219 'tree_synchronizer.cc',
220 'tree_synchronizer.h',
221 'video_layer.cc',
222 'video_layer.h',
171 'video_layer_impl.cc', 223 'video_layer_impl.cc',
172 'video_layer_impl.h', 224 'video_layer_impl.h',
173 'yuv_video_draw_quad.cc', 225 'yuv_video_draw_quad.cc',
174 'yuv_video_draw_quad.h', 226 'yuv_video_draw_quad.h',
175 'content_layer_updater.cc',
176 'content_layer_updater.h',
177 'content_layer.cc',
178 'content_layer.h',
179 'content_layer_client.h',
180 'delegated_renderer_layer.cc',
181 'delegated_renderer_layer.h',
182 'geometry_binding.cc',
183 'geometry_binding.h',
184 'heads_up_display_layer.cc',
185 'heads_up_display_layer.h',
186 'io_surface_layer.cc',
187 'io_surface_layer.h',
188 'image_layer.cc',
189 'image_layer.h',
190 'layer.cc',
191 'layer.h',
192 'layer_painter.h',
193 'layer_updater.cc',
194 'layer_updater.h',
195 'platform_color.h',
196 'program_binding.cc',
197 'program_binding.h',
198 'rate_limiter.cc',
199 'rate_limiter.h',
200 'render_surface.cc',
201 'render_surface.h',
202 'scrollbar_layer.cc',
203 'scrollbar_layer.h',
204 'shader.cc',
205 'shader.h',
206 'skpicture_content_layer_updater.cc',
207 'skpicture_content_layer_updater.h',
208 'solid_color_layer.cc',
209 'solid_color_layer.h',
210 'switches.cc',
211 'switches.h',
212 'texture_copier.cc',
213 'texture_copier.h',
214 'texture_layer.cc',
215 'texture_layer.h',
216 'texture_layer_client.h',
217 'texture_uploader.cc',
218 'texture_uploader.h',
219 'tiled_layer.cc',
220 'tiled_layer.h',
221 'tree_synchronizer.cc',
222 'tree_synchronizer.h',
223 'video_layer.cc',
224 'video_layer.h',
225
226 'resource_update.h',
227 'threaded_test.h',
228 ], 227 ],
229 }, 228 },
230 'targets': [ 229 'targets': [
231 { 230 {
232 'target_name': 'cc', 231 'target_name': 'cc',
233 'type': 'static_library', 232 'type': 'static_library',
234 'includes': [ 233 'includes': [
235 'cc.gypi', 234 'cc.gypi',
236 ], 235 ],
237 'dependencies': [ 236 'dependencies': [
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
279 'stubs/int_rect.h', 278 'stubs/int_rect.h',
280 'stubs/int_size.h', 279 'stubs/int_size.h',
281 'stubs/not_implemented.h', 280 'stubs/not_implemented.h',
282 'stubs/skia_utils.h', 281 'stubs/skia_utils.h',
283 'stubs/tiling_data.h', 282 'stubs/tiling_data.h',
284 'stubs/unit_bezier.h', 283 'stubs/unit_bezier.h',
285 ], 284 ],
286 }, 285 },
287 ], 286 ],
288 } 287 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698