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 'active_animation.cc', | 8 'active_animation.cc', |
9 'active_animation.h', | 9 'active_animation.h', |
10 'animation_curve.cc', | 10 'animation_curve.cc', |
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
144 'render_pass_sink.h', | 144 'render_pass_sink.h', |
145 'render_surface.cc', | 145 'render_surface.cc', |
146 'render_surface.h', | 146 'render_surface.h', |
147 'render_surface_filters.cc', | 147 'render_surface_filters.cc', |
148 'render_surface_filters.h', | 148 'render_surface_filters.h', |
149 'render_surface_impl.cc', | 149 'render_surface_impl.cc', |
150 'render_surface_impl.h', | 150 'render_surface_impl.h', |
151 'renderer.cc', | 151 'renderer.cc', |
152 'renderer.h', | 152 'renderer.h', |
153 'rendering_stats.h', | 153 'rendering_stats.h', |
| 154 'resource.cc', |
| 155 'resource.h', |
154 'resource_provider.cc', | 156 'resource_provider.cc', |
155 'resource_provider.h', | 157 'resource_provider.h', |
156 'resource_update.cc', | 158 'resource_update.cc', |
157 'resource_update.h', | 159 'resource_update.h', |
158 'resource_update_controller.cc', | 160 'resource_update_controller.cc', |
159 'resource_update_controller.h', | 161 'resource_update_controller.h', |
160 'resource_update_queue.cc', | 162 'resource_update_queue.cc', |
161 'resource_update_queue.h', | 163 'resource_update_queue.h', |
162 'scheduler.cc', | 164 'scheduler.cc', |
163 'scheduler.h', | 165 'scheduler.h', |
164 'scheduler_state_machine.cc', | 166 'scheduler_state_machine.cc', |
165 'scheduler_state_machine.h', | 167 'scheduler_state_machine.h', |
166 'scoped_ptr_deque.h', | 168 'scoped_ptr_deque.h', |
167 'scoped_ptr_hash_map.h', | 169 'scoped_ptr_hash_map.h', |
168 'scoped_ptr_vector.h', | 170 'scoped_ptr_vector.h', |
169 'scoped_texture.cc', | 171 'scoped_resource.cc', |
170 'scoped_texture.h', | 172 'scoped_resource.h', |
171 'scoped_thread_proxy.cc', | 173 'scoped_thread_proxy.cc', |
172 'scoped_thread_proxy.h', | 174 'scoped_thread_proxy.h', |
173 'scrollbar_animation_controller.cc', | 175 'scrollbar_animation_controller.cc', |
174 'scrollbar_animation_controller.h', | 176 'scrollbar_animation_controller.h', |
175 'scrollbar_animation_controller_linear_fade.cc', | 177 'scrollbar_animation_controller_linear_fade.cc', |
176 'scrollbar_animation_controller_linear_fade.h', | 178 'scrollbar_animation_controller_linear_fade.h', |
177 'scrollbar_geometry_fixed_thumb.cc', | 179 'scrollbar_geometry_fixed_thumb.cc', |
178 'scrollbar_geometry_fixed_thumb.h', | 180 'scrollbar_geometry_fixed_thumb.h', |
179 'scrollbar_geometry_stub.cc', | 181 'scrollbar_geometry_stub.cc', |
180 'scrollbar_geometry_stub.h', | 182 'scrollbar_geometry_stub.h', |
(...skipping 16 matching lines...) Expand all Loading... |
197 'solid_color_draw_quad.cc', | 199 'solid_color_draw_quad.cc', |
198 'solid_color_draw_quad.h', | 200 'solid_color_draw_quad.h', |
199 'solid_color_layer.cc', | 201 'solid_color_layer.cc', |
200 'solid_color_layer.h', | 202 'solid_color_layer.h', |
201 'solid_color_layer_impl.cc', | 203 'solid_color_layer_impl.cc', |
202 'solid_color_layer_impl.h', | 204 'solid_color_layer_impl.h', |
203 'stream_video_draw_quad.cc', | 205 'stream_video_draw_quad.cc', |
204 'stream_video_draw_quad.h', | 206 'stream_video_draw_quad.h', |
205 'switches.cc', | 207 'switches.cc', |
206 'switches.h', | 208 'switches.h', |
207 'texture.cc', | |
208 'texture.h', | |
209 'texture_copier.cc', | 209 'texture_copier.cc', |
210 'texture_copier.h', | 210 'texture_copier.h', |
211 'texture_draw_quad.cc', | 211 'texture_draw_quad.cc', |
212 'texture_draw_quad.h', | 212 'texture_draw_quad.h', |
213 'texture_layer.cc', | 213 'texture_layer.cc', |
214 'texture_layer.h', | 214 'texture_layer.h', |
215 'texture_layer_client.h', | 215 'texture_layer_client.h', |
216 'texture_layer_impl.cc', | 216 'texture_layer_impl.cc', |
217 'texture_layer_impl.h', | 217 'texture_layer_impl.h', |
218 'texture_uploader.cc', | 218 'texture_uploader.cc', |
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
271 '<(webkit_src_dir)/Source/Platform/chromium', | 271 '<(webkit_src_dir)/Source/Platform/chromium', |
272 '<@(cc_stubs_dirs)', | 272 '<@(cc_stubs_dirs)', |
273 ], | 273 ], |
274 'sources': [ | 274 'sources': [ |
275 '<@(cc_source_files)', | 275 '<@(cc_source_files)', |
276 'stubs/config.h', | 276 'stubs/config.h', |
277 ], | 277 ], |
278 }, | 278 }, |
279 ], | 279 ], |
280 } | 280 } |
OLD | NEW |