OLD | NEW |
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 'CCAppendQuadsData.h', |
9 'scoped_ptr_hash_map.h', | 9 'CCCheckerboardDrawQuad.h', |
10 'scoped_ptr_vector.h', | 10 'CCDamageTracker.h', |
| 11 'CCDebugBorderDrawQuad.h', |
| 12 'CCDebugRectHistory.h', |
| 13 'CCDelayBasedTimeSource.h', |
| 14 'CCDelegatedRendererLayerImpl.h', |
| 15 'CCDirectRenderer.h', |
| 16 'CCDrawQuad.h', |
| 17 'CCFontAtlas.h', |
| 18 'CCFrameRateController.h', |
| 19 'CCFrameRateCounter.h', |
| 20 'CCGraphicsContext.h', |
| 21 'CCHeadsUpDisplayLayerImpl.h', |
| 22 'CCIOSurfaceDrawQuad.h', |
| 23 'CCIOSurfaceLayerImpl.h', |
| 24 'CCInputHandler.h', |
| 25 'CCKeyframedAnimationCurve.h', |
| 26 'CCLayerAnimationController.h', |
| 27 'CCLayerImpl.h', |
| 28 'CCLayerIterator.h', |
| 29 'CCLayerQuad.h', |
| 30 'CCLayerSorter.h', |
| 31 'CCLayerTilingData.h', |
| 32 'CCLayerTreeHost.h', |
| 33 'CCLayerTreeHostClient.h', |
| 34 'CCLayerTreeHostCommon.h', |
| 35 'CCLayerTreeHostImpl.h', |
| 36 'CCOcclusionTracker.h', |
| 37 'CCOverdrawMetrics.h', |
| 38 'CCPageScaleAnimation.h', |
| 39 'CCPrioritizedTexture.h', |
| 40 'CCPrioritizedTextureManager.h', |
| 41 'CCPriorityCalculator.h', |
| 42 'CCQuadCuller.h', |
| 43 'CCQuadSink.h', |
| 44 'CCRenderPass.h', |
| 45 'CCRenderPassDrawQuad.h', |
| 46 'CCRenderPassSink.h', |
| 47 'CCRenderSurface.h', |
| 48 'CCRenderSurfaceFilters.h', |
| 49 'CCRenderer.h', |
| 50 'CCScrollbarAnimationControllerLinearFade.h', |
| 51 'CCScrollbarGeometryFixedThumb.h', |
| 52 'CCScrollbarGeometryStub.h', |
| 53 'CCScrollbarLayerImpl.h', |
| 54 'CCSettings.h', |
| 55 'CCSharedQuadState.h', |
| 56 'CCSingleThreadProxy.h', |
| 57 'CCSolidColorDrawQuad.h', |
| 58 'CCSolidColorLayerImpl.h', |
| 59 'CCStreamVideoDrawQuad.h', |
| 60 'CCTexture.h', |
| 61 'CCTextureDrawQuad.h', |
| 62 'active_animation.cc', |
| 63 'active_animation.h', |
| 64 'animation_curve.cc', |
| 65 'animation_curve.h', |
| 66 'animation_events.h', |
| 67 'append_quads_data.h', |
11 'bitmap_canvas_layer_texture_updater.cc', | 68 'bitmap_canvas_layer_texture_updater.cc', |
12 'bitmap_canvas_layer_texture_updater.h', | 69 'bitmap_canvas_layer_texture_updater.h', |
13 'bitmap_skpicture_canvas_layer_texture_updater.cc', | 70 'bitmap_skpicture_canvas_layer_texture_updater.cc', |
14 'bitmap_skpicture_canvas_layer_texture_updater.h', | 71 'bitmap_skpicture_canvas_layer_texture_updater.h', |
15 'caching_bitmap_canvas_layer_texture_updater.cc', | 72 'caching_bitmap_canvas_layer_texture_updater.cc', |
16 'caching_bitmap_canvas_layer_texture_updater.h', | 73 'caching_bitmap_canvas_layer_texture_updater.h', |
17 'active_animation.cc', | |
18 'CCActiveAnimation.h', | |
19 'CCAppendQuadsData.h', | |
20 'animation_curve.cc', | |
21 'CCAnimationCurve.h', | |
22 'CCAnimationEvents.h', | |
23 'checkerboard_draw_quad.cc', | |
24 'CCCheckerboardDrawQuad.h', | |
25 'CCCompletionEvent.h', | |
26 'damage_tracker.cc', | |
27 'CCDamageTracker.h', | |
28 'debug_border_draw_quad.cc', | |
29 'CCDebugBorderDrawQuad.h', | |
30 'debug_rect_history.cc', | |
31 'CCDebugRectHistory.h', | |
32 'delay_based_time_source.cc', | |
33 'CCDelayBasedTimeSource.h', | |
34 'delegated_renderer_layer_impl.cc', | |
35 'CCDelegatedRendererLayerImpl.h', | |
36 'direct_renderer.cc', | |
37 'CCDirectRenderer.h', | |
38 'draw_quad.cc', | |
39 'CCDrawQuad.h', | |
40 'font_atlas.cc', | |
41 'CCFontAtlas.h', | |
42 'frame_rate_controller.cc', | |
43 'CCFrameRateController.h', | |
44 'frame_rate_counter.cc', | |
45 'CCFrameRateCounter.h', | |
46 'CCGraphicsContext.h', | |
47 'heads_up_display_layer_impl.cc', | |
48 'CCHeadsUpDisplayLayerImpl.h', | |
49 'io_surface_draw_quad.cc', | |
50 'CCIOSurfaceDrawQuad.h', | |
51 'io_surface_layer_impl.cc', | |
52 'CCIOSurfaceLayerImpl.h', | |
53 'CCInputHandler.h', | |
54 'keyframed_animation_curve.cc', | |
55 'CCKeyframedAnimationCurve.h', | |
56 'layer_animation_controller.cc', | |
57 'CCLayerAnimationController.h', | |
58 'layer_impl.cc', | |
59 'CCLayerImpl.h', | |
60 'layer_iterator.cc', | |
61 'CCLayerIterator.h', | |
62 'layer_quad.cc', | |
63 'CCLayerQuad.h', | |
64 'layer_sorter.cc', | |
65 'CCLayerSorter.h', | |
66 'layer_tiling_data.cc', | |
67 'CCLayerTilingData.h', | |
68 'layer_tree_host.cc', | |
69 'CCLayerTreeHost.h', | |
70 'CCLayerTreeHostClient.h', | |
71 'layer_tree_host_common.cc', | |
72 'CCLayerTreeHostCommon.h', | |
73 'layer_tree_host_impl.cc', | |
74 'CCLayerTreeHostImpl.h', | |
75 'math_util.cc', | |
76 'CCMathUtil.h', | |
77 'occlusion_tracker.cc', | |
78 'CCOcclusionTracker.h', | |
79 'overdraw_metrics.cc', | |
80 'CCOverdrawMetrics.h', | |
81 'page_scale_animation.cc', | |
82 'CCPageScaleAnimation.h', | |
83 'prioritized_texture.cc', | |
84 'CCPrioritizedTexture.h', | |
85 'prioritized_texture_manager.cc', | |
86 'CCPrioritizedTextureManager.h', | |
87 'priority_calculator.cc', | |
88 'CCPriorityCalculator.h', | |
89 'proxy.cc', | |
90 'CCProxy.h', | |
91 'quad_culler.cc', | |
92 'CCQuadCuller.h', | |
93 'CCQuadSink.h', | |
94 'render_pass.cc', | |
95 'CCRenderPass.h', | |
96 'render_pass_draw_quad.cc', | |
97 'CCRenderPassDrawQuad.h', | |
98 'CCRenderPassSink.h', | |
99 'render_surface_impl.cc', | |
100 'CCRenderSurface.h', | |
101 'render_surface_filters.cc', | |
102 'CCRenderSurfaceFilters.h', | |
103 'renderer.cc', | |
104 'CCRenderer.h', | |
105 'gl_renderer.cc', | |
106 'CCRendererGL.h', | |
107 'software_renderer.cc', | |
108 'CCRendererSoftware.h', | |
109 'CCRenderingStats.h', | |
110 'resource_provider.cc', | |
111 'CCResourceProvider.h', | |
112 'scheduler.cc', | |
113 'CCScheduler.h', | |
114 'scheduler_state_machine.cc', | |
115 'CCSchedulerStateMachine.h', | |
116 'scoped_texture.cc', | |
117 'CCScopedTexture.h', | |
118 'scoped_thread_proxy.cc', | |
119 'CCScopedThreadProxy.h', | |
120 'scrollbar_animation_controller.cc', | |
121 'CCScrollbarAnimationController.h', | |
122 'scrollbar_animation_controller_linear_fade.cc', | |
123 'CCScrollbarAnimationControllerLinearFade.h', | |
124 'scrollbar_layer_impl.cc', | |
125 'CCScrollbarLayerImpl.h', | |
126 'scrollbar_geometry_fixed_thumb.cc', | |
127 'CCScrollbarGeometryFixedThumb.h', | |
128 'scrollbar_geometry_stub.cc', | |
129 'CCScrollbarGeometryStub.h', | |
130 'settings.cc', | |
131 'CCSettings.h', | |
132 'shared_quad_state.cc', | |
133 'CCSharedQuadState.h', | |
134 'single_thread_proxy.cc', | |
135 'CCSingleThreadProxy.h', | |
136 'solid_color_draw_quad.cc', | |
137 'CCSolidColorDrawQuad.h', | |
138 'solid_color_layer_impl.cc', | |
139 'CCSolidColorLayerImpl.h', | |
140 'stream_video_draw_quad.cc', | |
141 'CCStreamVideoDrawQuad.h', | |
142 'texture.cc', | |
143 'CCTexture.h', | |
144 'texture_draw_quad.cc', | |
145 'CCTextureDrawQuad.h', | |
146 'texture_layer_impl.cc', | |
147 'CCTextureLayerImpl.h', | |
148 'texture_update_controller.cc', | |
149 'CCTextureUpdateController.h', | |
150 'texture_update_queue.cc', | |
151 'CCTextureUpdateQueue.h', | |
152 'CCThread.h', | |
153 'thread_proxy.cc', | |
154 'CCThreadProxy.h', | |
155 'CCThreadTask.h', | |
156 'tile_draw_quad.cc', | |
157 'CCTileDrawQuad.h', | |
158 'tiled_layer_impl.cc', | |
159 'CCTiledLayerImpl.h', | |
160 'CCTimeSource.h', | |
161 'timer.cc', | |
162 'CCTimer.h', | |
163 'timing_function.cc', | |
164 'CCTimingFunction.h', | |
165 'video_layer_impl.cc', | |
166 'CCVideoLayerImpl.h', | |
167 'yuv_video_draw_quad.cc', | |
168 'CCYUVVideoDrawQuad.h', | |
169 'canvas_layer_texture_updater.cc', | 74 'canvas_layer_texture_updater.cc', |
170 'canvas_layer_texture_updater.h', | 75 'canvas_layer_texture_updater.h', |
| 76 'checkerboard_draw_quad.cc', |
| 77 'checkerboard_draw_quad.h', |
| 78 'completion_event.h', |
171 'content_layer.cc', | 79 'content_layer.cc', |
172 'content_layer.h', | 80 'content_layer.h', |
173 'content_layer_client.h', | 81 'content_layer_client.h', |
| 82 'damage_tracker.cc', |
| 83 'damage_tracker.h', |
| 84 'debug_border_draw_quad.cc', |
| 85 'debug_border_draw_quad.h', |
| 86 'debug_rect_history.cc', |
| 87 'debug_rect_history.h', |
| 88 'delay_based_time_source.cc', |
| 89 'delay_based_time_source.h', |
174 'delegated_renderer_layer.cc', | 90 'delegated_renderer_layer.cc', |
175 'delegated_renderer_layer.h', | 91 'delegated_renderer_layer.h', |
| 92 'delegated_renderer_layer_impl.cc', |
| 93 'delegated_renderer_layer_impl.h', |
| 94 'direct_renderer.cc', |
| 95 'direct_renderer.h', |
| 96 'draw_quad.cc', |
| 97 'draw_quad.h', |
| 98 'font_atlas.cc', |
| 99 'font_atlas.h', |
176 'frame_buffer_skpicture_canvas_layer_texture_updater.cc', | 100 'frame_buffer_skpicture_canvas_layer_texture_updater.cc', |
177 'frame_buffer_skpicture_canvas_layer_texture_updater.h', | 101 'frame_buffer_skpicture_canvas_layer_texture_updater.h', |
| 102 'frame_rate_controller.cc', |
| 103 'frame_rate_controller.h', |
| 104 'frame_rate_counter.cc', |
| 105 'frame_rate_counter.h', |
178 'geometry_binding.cc', | 106 'geometry_binding.cc', |
179 'geometry_binding.h', | 107 'geometry_binding.h', |
| 108 'gl_renderer.cc', |
| 109 'gl_renderer.h', |
| 110 'graphics_context.h', |
| 111 'hash_pair.h', |
| 112 'hash_pair.h', |
180 'heads_up_display_layer.cc', | 113 'heads_up_display_layer.cc', |
181 'heads_up_display_layer.h', | 114 'heads_up_display_layer.h', |
| 115 'heads_up_display_layer_impl.cc', |
| 116 'heads_up_display_layer_impl.h', |
| 117 'image_layer.cc', |
| 118 'image_layer.h', |
| 119 'input_handler.h', |
| 120 'io_surface_draw_quad.cc', |
| 121 'io_surface_draw_quad.h', |
182 'io_surface_layer.cc', | 122 'io_surface_layer.cc', |
183 'io_surface_layer.h', | 123 'io_surface_layer.h', |
184 'image_layer.cc', | 124 'io_surface_layer_impl.cc', |
185 'image_layer.h', | 125 'io_surface_layer_impl.h', |
| 126 'keyframed_animation_curve.cc', |
| 127 'keyframed_animation_curve.h', |
186 'layer.cc', | 128 'layer.cc', |
187 'layer.h', | 129 'layer.h', |
| 130 'layer_animation_controller.cc', |
| 131 'layer_animation_controller.h', |
| 132 'layer_impl.cc', |
| 133 'layer_impl.h', |
| 134 'layer_iterator.cc', |
| 135 'layer_iterator.h', |
188 'layer_painter.h', | 136 'layer_painter.h', |
| 137 'layer_quad.cc', |
| 138 'layer_quad.h', |
| 139 'layer_sorter.cc', |
| 140 'layer_sorter.h', |
189 'layer_texture_sub_image.cc', | 141 'layer_texture_sub_image.cc', |
190 'layer_texture_sub_image.h', | 142 'layer_texture_sub_image.h', |
| 143 'layer_texture_sub_image.h', |
191 'layer_texture_updater.cc', | 144 'layer_texture_updater.cc', |
192 'layer_texture_updater.h', | 145 'layer_texture_updater.h', |
| 146 'layer_tiling_data.cc', |
| 147 'layer_tiling_data.h', |
| 148 'layer_tree_host.cc', |
| 149 'layer_tree_host.h', |
| 150 'layer_tree_host_client.h', |
| 151 'layer_tree_host_common.cc', |
| 152 'layer_tree_host_common.h', |
| 153 'layer_tree_host_impl.cc', |
| 154 'layer_tree_host_impl.h', |
| 155 'math_util.cc', |
| 156 'math_util.h', |
| 157 'occlusion_tracker.cc', |
| 158 'occlusion_tracker.h', |
| 159 'overdraw_metrics.cc', |
| 160 'overdraw_metrics.h', |
| 161 'page_scale_animation.cc', |
| 162 'page_scale_animation.h', |
193 'platform_color.h', | 163 'platform_color.h', |
| 164 'platform_color.h', |
| 165 'prioritized_texture.cc', |
| 166 'prioritized_texture.h', |
| 167 'prioritized_texture_manager.cc', |
| 168 'prioritized_texture_manager.h', |
| 169 'priority_calculator.cc', |
| 170 'priority_calculator.h', |
194 'program_binding.cc', | 171 'program_binding.cc', |
195 'program_binding.h', | 172 'program_binding.h', |
| 173 'proxy.cc', |
| 174 'proxy.h', |
| 175 'quad_culler.cc', |
| 176 'quad_culler.h', |
| 177 'quad_sink.h', |
196 'rate_limiter.cc', | 178 'rate_limiter.cc', |
197 'rate_limiter.h', | 179 'rate_limiter.h', |
| 180 'render_pass.cc', |
| 181 'render_pass.h', |
| 182 'render_pass_draw_quad.cc', |
| 183 'render_pass_draw_quad.h', |
| 184 'render_pass_sink.h', |
198 'render_surface.cc', | 185 'render_surface.cc', |
199 'render_surface.h', | 186 'render_surface.h', |
| 187 'render_surface_filters.cc', |
| 188 'render_surface_filters.h', |
| 189 'render_surface_impl.cc', |
| 190 'render_surface_impl.h', |
| 191 'renderer.cc', |
| 192 'renderer.h', |
| 193 'rendering_stats.h', |
| 194 'resource_provider.cc', |
| 195 'resource_provider.h', |
| 196 'scheduler.cc', |
| 197 'scheduler.h', |
| 198 'scheduler_state_machine.cc', |
| 199 'scheduler_state_machine.h', |
| 200 'scoped_ptr_hash_map.h', |
| 201 'scoped_ptr_hash_map.h', |
| 202 'scoped_ptr_vector.h', |
| 203 'scoped_ptr_vector.h', |
| 204 'scoped_texture.cc', |
| 205 'scoped_texture.h', |
| 206 'scoped_thread_proxy.cc', |
| 207 'scoped_thread_proxy.h', |
| 208 'scrollbar_animation_controller.cc', |
| 209 'scrollbar_animation_controller.h', |
| 210 'scrollbar_animation_controller_linear_fade.cc', |
| 211 'scrollbar_animation_controller_linear_fade.h', |
| 212 'scrollbar_geometry_fixed_thumb.cc', |
| 213 'scrollbar_geometry_fixed_thumb.h', |
| 214 'scrollbar_geometry_stub.cc', |
| 215 'scrollbar_geometry_stub.h', |
200 'scrollbar_layer.cc', | 216 'scrollbar_layer.cc', |
201 'scrollbar_layer.h', | 217 'scrollbar_layer.h', |
| 218 'scrollbar_layer_impl.cc', |
| 219 'scrollbar_layer_impl.h', |
| 220 'settings.cc', |
| 221 'settings.h', |
202 'shader.cc', | 222 'shader.cc', |
203 'shader.h', | 223 'shader.h', |
| 224 'shared_quad_state.cc', |
| 225 'shared_quad_state.h', |
| 226 'single_thread_proxy.cc', |
| 227 'single_thread_proxy.h', |
204 'skpicture_canvas_layer_texture_updater.cc', | 228 'skpicture_canvas_layer_texture_updater.cc', |
205 'skpicture_canvas_layer_texture_updater.h', | 229 'skpicture_canvas_layer_texture_updater.h', |
| 230 'software_renderer.cc', |
| 231 'software_renderer.h', |
| 232 'solid_color_draw_quad.cc', |
| 233 'solid_color_draw_quad.h', |
206 'solid_color_layer.cc', | 234 'solid_color_layer.cc', |
207 'solid_color_layer.h', | 235 'solid_color_layer.h', |
| 236 'solid_color_layer_impl.cc', |
| 237 'solid_color_layer_impl.h', |
| 238 'stream_video_draw_quad.cc', |
| 239 'stream_video_draw_quad.h', |
| 240 'switches.cc', |
208 'switches.cc', | 241 'switches.cc', |
209 'switches.h', | 242 'switches.h', |
| 243 'switches.h', |
| 244 'texture.cc', |
| 245 'texture.h', |
210 'texture_copier.cc', | 246 'texture_copier.cc', |
211 'texture_copier.h', | 247 'texture_copier.h', |
| 248 'texture_copier.h', |
| 249 'texture_draw_quad.cc', |
| 250 'texture_draw_quad.h', |
212 'texture_layer.cc', | 251 'texture_layer.cc', |
213 'texture_layer.h', | 252 'texture_layer.h', |
214 'texture_layer_client.h', | 253 'texture_layer_client.h', |
| 254 'texture_layer_impl.cc', |
| 255 'texture_layer_impl.h', |
| 256 'texture_update_controller.cc', |
| 257 'texture_update_controller.h', |
| 258 'texture_update_queue.cc', |
| 259 'texture_update_queue.h', |
215 'texture_uploader.h', | 260 'texture_uploader.h', |
| 261 'thread.h', |
| 262 'thread_proxy.cc', |
| 263 'thread_proxy.h', |
| 264 'thread_task.h', |
| 265 'threaded_test.h', |
216 'throttled_texture_uploader.cc', | 266 'throttled_texture_uploader.cc', |
217 'throttled_texture_uploader.h', | 267 'throttled_texture_uploader.h', |
| 268 'tile_draw_quad.cc', |
| 269 'tile_draw_quad.h', |
| 270 'tiled_layer.cc', |
| 271 'tiled_layer.h', |
| 272 'tiled_layer_impl.cc', |
| 273 'tiled_layer_impl.h', |
| 274 'time_source.h', |
| 275 'timer.cc', |
| 276 'timer.h', |
| 277 'timing_function.cc', |
| 278 'timing_function.h', |
| 279 'tree_synchronizer.cc', |
| 280 'tree_synchronizer.h', |
218 'unthrottled_texture_uploader.cc', | 281 'unthrottled_texture_uploader.cc', |
219 'unthrottled_texture_uploader.h', | 282 'unthrottled_texture_uploader.h', |
220 'tiled_layer.cc', | |
221 'tiled_layer.h', | |
222 'tree_synchronizer.cc', | |
223 'tree_synchronizer.h', | |
224 'video_layer.cc', | 283 'video_layer.cc', |
225 'video_layer.h', | 284 'video_layer.h', |
226 | 285 'video_layer_impl.cc', |
227 'active_animation.h', | |
228 'animation_curve.h', | |
229 'animation_events.h', | |
230 'append_quads_data.h', | |
231 'checkerboard_draw_quad.h', | |
232 'completion_event.h', | |
233 'damage_tracker.h', | |
234 'debug_border_draw_quad.h', | |
235 'debug_rect_history.h', | |
236 'delay_based_time_source.h', | |
237 'delegated_renderer_layer_impl.h', | |
238 'direct_renderer.h', | |
239 'draw_quad.h', | |
240 'font_atlas.h', | |
241 'frame_rate_controller.h', | |
242 'frame_rate_counter.h', | |
243 'graphics_context.h', | |
244 'heads_up_display_layer_impl.h', | |
245 'input_handler.h', | |
246 'io_surface_draw_quad.h', | |
247 'io_surface_layer_impl.h', | |
248 'keyframed_animation_curve.h', | |
249 'layer_animation_controller.h', | |
250 'layer_impl.h', | |
251 'layer_iterator.h', | |
252 'layer_quad.h', | |
253 'layer_sorter.h', | |
254 'layer_tiling_data.h', | |
255 'layer_tree_host_client.h', | |
256 'layer_tree_host_common.h', | |
257 'layer_tree_host.h', | |
258 'layer_tree_host_impl.h', | |
259 'math_util.h', | |
260 'occlusion_tracker.h', | |
261 'overdraw_metrics.h', | |
262 'page_scale_animation.h', | |
263 'prioritized_texture.h', | |
264 'prioritized_texture_manager.h', | |
265 'priority_calculator.h', | |
266 'proxy.h', | |
267 'quad_culler.h', | |
268 'quad_sink.h', | |
269 'gl_renderer.h', | |
270 'renderer.h', | |
271 'software_renderer.h', | |
272 'rendering_stats.h', | |
273 'render_pass_draw_quad.h', | |
274 'render_pass.h', | |
275 'render_pass_sink.h', | |
276 'render_surface_filters.h', | |
277 'render_surface_impl.h', | |
278 'resource_provider.h', | |
279 'scheduler.h', | |
280 'scheduler_state_machine.h', | |
281 'scoped_texture.h', | |
282 'scoped_thread_proxy.h', | |
283 'scrollbar_animation_controller.h', | |
284 'scrollbar_animation_controller_linear_fade.h', | |
285 'scrollbar_geometry_fixed_thumb.h', | |
286 'scrollbar_geometry_stub.h', | |
287 'scrollbar_layer_impl.h', | |
288 'settings.h', | |
289 'shared_quad_state.h', | |
290 'single_thread_proxy.h', | |
291 'solid_color_draw_quad.h', | |
292 'solid_color_layer_impl.h', | |
293 'stream_video_draw_quad.h', | |
294 'texture_draw_quad.h', | |
295 'texture.h', | |
296 'texture_layer_impl.h', | |
297 'texture_update_controller.h', | |
298 'texture_update_queue.h', | |
299 'threaded_test.h', | |
300 'thread.h', | |
301 'thread_proxy.h', | |
302 'thread_task.h', | |
303 'tiled_layer_impl.h', | |
304 'tile_draw_quad.h', | |
305 'timer.h', | |
306 'time_source.h', | |
307 'timing_function.h', | |
308 'video_layer_impl.h', | 286 'video_layer_impl.h', |
| 287 'yuv_video_draw_quad.cc', |
309 'yuv_video_draw_quad.h', | 288 'yuv_video_draw_quad.h', |
310 ], | 289 ], |
311 }, | 290 }, |
312 'targets': [ | 291 'targets': [ |
313 { | 292 { |
314 'target_name': 'cc', | 293 'target_name': 'cc', |
315 'type': 'static_library', | 294 'type': 'static_library', |
316 'includes': [ | 295 'includes': [ |
317 'cc.gypi', | 296 'cc.gypi', |
318 ], | 297 ], |
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
369 'stubs/int_size.h', | 348 'stubs/int_size.h', |
370 'stubs/not_implemented.h', | 349 'stubs/not_implemented.h', |
371 'stubs/skia_utils.h', | 350 'stubs/skia_utils.h', |
372 'stubs/tiling_data.h', | 351 'stubs/tiling_data.h', |
373 'stubs/trace_event.h', | 352 'stubs/trace_event.h', |
374 'stubs/unit_bezier.h', | 353 'stubs/unit_bezier.h', |
375 ], | 354 ], |
376 }, | 355 }, |
377 ], | 356 ], |
378 } | 357 } |
OLD | NEW |