blob: ac29c42a67f741c093a3e7d69e12e77d6a9dd4e4 [file] [log] [blame]
[email protected]3fccb63f2012-08-06 23:19:301# 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 'variables': {
[email protected]d09344f2013-03-30 20:02:517 'chromium_code': 1,
[email protected]3fccb63f2012-08-06 23:19:308 },
[email protected]3fccb63f2012-08-06 23:19:309 'targets': [
10 {
11 'target_name': 'cc',
[email protected]52347c842012-11-02 21:06:2012 'type': '<(component)',
[email protected]439458f32012-10-16 02:24:3113 'dependencies': [
14 '<(DEPTH)/base/base.gyp:base',
15 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
[email protected]1aca0092013-03-04 22:46:0316 '<(DEPTH)/gpu/gpu.gyp:gpu',
[email protected]59cb7b352012-10-30 06:45:4817 '<(DEPTH)/media/media.gyp:media',
[email protected]41de22822013-08-29 04:16:1718 '<(DEPTH)/skia/skia.gyp:skia',
[email protected]114efae2013-11-06 20:37:5719 '<(DEPTH)/ui/events/events.gyp:events_base',
[email protected]529a3cf2013-09-30 02:47:4820 '<(DEPTH)/ui/gfx/gfx.gyp:gfx',
[email protected]b5e2d782013-12-18 21:01:1521 '<(DEPTH)/ui/gfx/gfx.gyp:gfx_geometry',
[email protected]9a091012013-10-01 17:47:2922 '<(DEPTH)/ui/gl/gl.gyp:gl',
[email protected]439458f32012-10-16 02:24:3123 ],
[email protected]4e457462014-03-05 09:53:2624 'variables': {
25 'optimize': 'max',
26 },
[email protected]54bf8132014-01-16 05:22:2827 'export_dependent_settings': [
28 '<(DEPTH)/skia/skia.gyp:skia',
29 ],
[email protected]439458f32012-10-16 02:24:3130 'defines': [
[email protected]52347c842012-11-02 21:06:2031 'CC_IMPLEMENTATION=1',
[email protected]439458f32012-10-16 02:24:3132 ],
[email protected]439458f32012-10-16 02:24:3133 'sources': [
[email protected]5a45eac2013-07-24 22:40:1834 'animation/animation.cc',
35 'animation/animation.h',
36 'animation/animation_curve.cc',
37 'animation/animation_curve.h',
38 'animation/animation_delegate.h',
39 'animation/animation_events.cc',
40 'animation/animation_events.h',
41 'animation/animation_id_provider.cc',
42 'animation/animation_id_provider.h',
43 'animation/animation_registrar.cc',
44 'animation/animation_registrar.h',
45 'animation/keyframed_animation_curve.cc',
46 'animation/keyframed_animation_curve.h',
47 'animation/layer_animation_controller.cc',
48 'animation/layer_animation_controller.h',
49 'animation/layer_animation_event_observer.h',
50 'animation/layer_animation_value_observer.h',
[email protected]b8384e22013-12-03 02:20:4851 'animation/layer_animation_value_provider.h',
[email protected]87ecde92013-11-25 19:30:2452 'animation/scroll_offset_animation_curve.cc',
53 'animation/scroll_offset_animation_curve.h',
[email protected]5a45eac2013-07-24 22:40:1854 'animation/scrollbar_animation_controller.h',
[email protected]930ff43b2014-05-02 05:24:0055 'animation/scrollbar_animation_controller.cc',
[email protected]5a45eac2013-07-24 22:40:1856 'animation/scrollbar_animation_controller_linear_fade.cc',
57 'animation/scrollbar_animation_controller_linear_fade.h',
[email protected]2ea5aba2013-09-11 14:26:5658 'animation/scrollbar_animation_controller_thinning.cc',
59 'animation/scrollbar_animation_controller_thinning.h',
[email protected]5a45eac2013-07-24 22:40:1860 'animation/timing_function.cc',
61 'animation/timing_function.h',
62 'animation/transform_operation.cc',
63 'animation/transform_operation.h',
64 'animation/transform_operations.cc',
65 'animation/transform_operations.h',
66 'base/completion_event.h',
[email protected]afb84fc2014-05-29 01:47:5367 'base/delayed_unique_notifier.cc',
68 'base/delayed_unique_notifier.h',
[email protected]5a45eac2013-07-24 22:40:1869 'base/invalidation_region.cc',
70 'base/invalidation_region.h',
[email protected]d359203a2013-11-29 06:16:5571 'base/latency_info_swap_promise.cc',
72 'base/latency_info_swap_promise.h',
[email protected]6be422b2013-12-08 06:47:3173 'base/latency_info_swap_promise_monitor.cc',
74 'base/latency_info_swap_promise_monitor.h',
[email protected]5a45eac2013-07-24 22:40:1875 'base/math_util.cc',
76 'base/math_util.h',
[email protected]92602aa2013-09-26 08:09:0177 'base/ref_counted_managed.h',
[email protected]5a45eac2013-07-24 22:40:1878 'base/region.cc',
79 'base/region.h',
[email protected]eade06d2014-02-04 07:04:3280 'base/rolling_time_delta_history.cc',
81 'base/rolling_time_delta_history.h',
[email protected]5a45eac2013-07-24 22:40:1882 'base/scoped_ptr_algorithm.h',
83 'base/scoped_ptr_deque.h',
[email protected]5a45eac2013-07-24 22:40:1884 'base/scoped_ptr_vector.h',
[email protected]b69c1db2013-11-27 00:05:1985 'base/swap_promise.h',
[email protected]6be422b2013-12-08 06:47:3186 'base/swap_promise_monitor.cc',
87 'base/swap_promise_monitor.h',
[email protected]5a45eac2013-07-24 22:40:1888 'base/switches.cc',
89 'base/switches.h',
90 'base/tiling_data.cc',
91 'base/tiling_data.h',
[email protected]afb84fc2014-05-29 01:47:5392 'base/unique_notifier.cc',
93 'base/unique_notifier.h',
[email protected]5a45eac2013-07-24 22:40:1894 'base/util.h',
[email protected]adbe30f2013-10-11 21:12:3395 'debug/benchmark_instrumentation.cc',
96 'debug/benchmark_instrumentation.h',
[email protected]5a45eac2013-07-24 22:40:1897 'debug/debug_colors.cc',
98 'debug/debug_colors.h',
99 'debug/debug_rect_history.cc',
100 'debug/debug_rect_history.h',
101 'debug/devtools_instrumentation.h',
[email protected]5a45eac2013-07-24 22:40:18102 'debug/frame_rate_counter.cc',
103 'debug/frame_rate_counter.h',
[email protected]b17906c12014-04-18 19:56:09104 'debug/frame_viewer_instrumentation.h',
[email protected]29d39a42014-05-13 19:40:58105 'debug/lap_timer.cc',
106 'debug/lap_timer.h',
[email protected]5a45eac2013-07-24 22:40:18107 'debug/layer_tree_debug_state.cc',
108 'debug/layer_tree_debug_state.h',
[email protected]96524062013-10-11 13:46:05109 'debug/micro_benchmark.cc',
110 'debug/micro_benchmark.h',
[email protected]5e5648a2013-11-18 00:39:33111 'debug/micro_benchmark_impl.cc',
112 'debug/micro_benchmark_impl.h',
[email protected]96524062013-10-11 13:46:05113 'debug/micro_benchmark_controller.cc',
114 'debug/micro_benchmark_controller.h',
[email protected]5e5648a2013-11-18 00:39:33115 'debug/micro_benchmark_controller_impl.cc',
116 'debug/micro_benchmark_controller_impl.h',
[email protected]5a45eac2013-07-24 22:40:18117 'debug/paint_time_counter.cc',
118 'debug/paint_time_counter.h',
[email protected]1a55d7dc2013-10-12 07:52:20119 'debug/picture_record_benchmark.cc',
120 'debug/picture_record_benchmark.h',
[email protected]8cac9fe2013-11-18 20:32:08121 'debug/rasterize_and_record_benchmark.cc',
122 'debug/rasterize_and_record_benchmark.h',
123 'debug/rasterize_and_record_benchmark_impl.cc',
124 'debug/rasterize_and_record_benchmark_impl.h',
[email protected]5a45eac2013-07-24 22:40:18125 'debug/rendering_stats.cc',
126 'debug/rendering_stats.h',
127 'debug/rendering_stats_instrumentation.cc',
128 'debug/rendering_stats_instrumentation.h',
129 'debug/ring_buffer.h',
130 'debug/traced_picture.cc',
131 'debug/traced_picture.h',
132 'debug/traced_value.cc',
133 'debug/traced_value.h',
[email protected]666d7cf2013-10-12 01:30:29134 'debug/unittest_only_benchmark.cc',
135 'debug/unittest_only_benchmark.h',
[email protected]5e5648a2013-11-18 00:39:33136 'debug/unittest_only_benchmark_impl.cc',
137 'debug/unittest_only_benchmark_impl.h',
[email protected]5a45eac2013-07-24 22:40:18138 'input/input_handler.h',
139 'input/page_scale_animation.cc',
140 'input/page_scale_animation.h',
141 'input/top_controls_manager.cc',
142 'input/top_controls_manager.h',
143 'input/top_controls_manager_client.h',
144 'layers/append_quads_data.h',
[email protected]5a45eac2013-07-24 22:40:18145 'layers/content_layer.cc',
146 'layers/content_layer.h',
147 'layers/content_layer_client.h',
148 'layers/contents_scaling_layer.cc',
149 'layers/contents_scaling_layer.h',
[email protected]09f67382013-10-09 21:03:45150 'layers/delegated_frame_provider.cc',
151 'layers/delegated_frame_provider.h',
152 'layers/delegated_frame_resource_collection.cc',
153 'layers/delegated_frame_resource_collection.h',
[email protected]5a45eac2013-07-24 22:40:18154 'layers/delegated_renderer_layer.cc',
155 'layers/delegated_renderer_layer.h',
[email protected]5a45eac2013-07-24 22:40:18156 'layers/delegated_renderer_layer_impl.cc',
157 'layers/delegated_renderer_layer_impl.h',
158 'layers/draw_properties.h',
159 'layers/heads_up_display_layer.cc',
160 'layers/heads_up_display_layer.h',
161 'layers/heads_up_display_layer_impl.cc',
162 'layers/heads_up_display_layer_impl.h',
163 'layers/image_layer.cc',
164 'layers/image_layer.h',
165 'layers/io_surface_layer.cc',
166 'layers/io_surface_layer.h',
167 'layers/io_surface_layer_impl.cc',
168 'layers/io_surface_layer_impl.h',
169 'layers/layer.cc',
170 'layers/layer.h',
[email protected]ae716ce2013-08-16 13:04:24171 'layers/layer_client.h',
[email protected]5a45eac2013-07-24 22:40:18172 'layers/layer_impl.cc',
173 'layers/layer_impl.h',
[email protected]5a45eac2013-07-24 22:40:18174 'layers/layer_iterator.h',
175 'layers/layer_lists.cc',
176 'layers/layer_lists.h',
177 'layers/layer_position_constraint.cc',
178 'layers/layer_position_constraint.h',
[email protected]3d86dd7a2014-01-24 01:33:11179 'layers/layer_utils.cc',
180 'layers/layer_utils.h',
[email protected]5a45eac2013-07-24 22:40:18181 'layers/nine_patch_layer.cc',
182 'layers/nine_patch_layer.h',
183 'layers/nine_patch_layer_impl.cc',
184 'layers/nine_patch_layer_impl.h',
185 'layers/paint_properties.h',
[email protected]3a83478b2013-08-22 20:55:17186 'layers/painted_scrollbar_layer.cc',
187 'layers/painted_scrollbar_layer.h',
188 'layers/painted_scrollbar_layer_impl.cc',
189 'layers/painted_scrollbar_layer_impl.h',
[email protected]5a45eac2013-07-24 22:40:18190 'layers/picture_image_layer.cc',
191 'layers/picture_image_layer.h',
192 'layers/picture_image_layer_impl.cc',
193 'layers/picture_image_layer_impl.h',
194 'layers/picture_layer.cc',
195 'layers/picture_layer.h',
196 'layers/picture_layer_impl.cc',
197 'layers/picture_layer_impl.h',
198 'layers/quad_sink.h',
199 'layers/render_pass_sink.h',
200 'layers/render_surface.cc',
201 'layers/render_surface.h',
202 'layers/render_surface_impl.cc',
203 'layers/render_surface_impl.h',
[email protected]80413d72013-08-30 20:25:33204 'layers/scrollbar_layer_impl_base.cc',
205 'layers/scrollbar_layer_impl_base.h',
206 'layers/scrollbar_layer_interface.h',
[email protected]5a45eac2013-07-24 22:40:18207 'layers/solid_color_layer.cc',
208 'layers/solid_color_layer.h',
209 'layers/solid_color_layer_impl.cc',
210 'layers/solid_color_layer_impl.h',
[email protected]80413d72013-08-30 20:25:33211 'layers/solid_color_scrollbar_layer.cc',
212 'layers/solid_color_scrollbar_layer.h',
213 'layers/solid_color_scrollbar_layer_impl.cc',
214 'layers/solid_color_scrollbar_layer_impl.h',
[email protected]c1ae82942014-01-17 23:17:04215 'layers/surface_layer.cc',
216 'layers/surface_layer.h',
217 'layers/surface_layer_impl.cc',
218 'layers/surface_layer_impl.h',
[email protected]5a45eac2013-07-24 22:40:18219 'layers/texture_layer.cc',
220 'layers/texture_layer.h',
221 'layers/texture_layer_client.h',
222 'layers/texture_layer_impl.cc',
223 'layers/texture_layer_impl.h',
224 'layers/tiled_layer.cc',
225 'layers/tiled_layer.h',
226 'layers/tiled_layer_impl.cc',
227 'layers/tiled_layer_impl.h',
[email protected]efbdb3a2013-10-04 00:35:13228 'layers/ui_resource_layer.cc',
229 'layers/ui_resource_layer.h',
230 'layers/ui_resource_layer_impl.cc',
231 'layers/ui_resource_layer_impl.h',
[email protected]5a45eac2013-07-24 22:40:18232 'layers/video_frame_provider.h',
233 'layers/video_frame_provider_client_impl.cc',
234 'layers/video_frame_provider_client_impl.h',
235 'layers/video_layer.cc',
236 'layers/video_layer.h',
237 'layers/video_layer_impl.cc',
238 'layers/video_layer_impl.h',
239 'output/begin_frame_args.cc',
240 'output/begin_frame_args.h',
241 'output/compositor_frame.cc',
242 'output/compositor_frame.h',
243 'output/compositor_frame_ack.cc',
244 'output/compositor_frame_ack.h',
245 'output/compositor_frame_metadata.cc',
246 'output/compositor_frame_metadata.h',
[email protected]41de22822013-08-29 04:16:17247 'output/context_provider.cc',
[email protected]5a45eac2013-07-24 22:40:18248 'output/context_provider.h',
249 'output/copy_output_request.cc',
250 'output/copy_output_request.h',
251 'output/copy_output_result.cc',
252 'output/copy_output_result.h',
253 'output/delegated_frame_data.h',
254 'output/delegated_frame_data.cc',
255 'output/delegating_renderer.cc',
256 'output/delegating_renderer.h',
257 'output/direct_renderer.cc',
258 'output/direct_renderer.h',
259 'output/filter_operation.cc',
260 'output/filter_operation.h',
261 'output/filter_operations.cc',
262 'output/filter_operations.h',
263 'output/geometry_binding.cc',
264 'output/geometry_binding.h',
265 'output/gl_frame_data.h',
266 'output/gl_frame_data.cc',
267 'output/gl_renderer.cc',
268 'output/gl_renderer.h',
269 'output/gl_renderer_draw_cache.cc',
270 'output/gl_renderer_draw_cache.h',
271 'output/managed_memory_policy.cc',
272 'output/managed_memory_policy.h',
273 'output/output_surface.cc',
274 'output/output_surface.h',
275 'output/output_surface_client.h',
[email protected]63880f8d2014-03-20 05:56:39276 'output/overlay_candidate.cc',
277 'output/overlay_candidate.h',
278 'output/overlay_candidate_validator.h',
279 'output/overlay_processor.cc',
280 'output/overlay_processor.h',
281 'output/overlay_strategy_single_on_top.cc',
282 'output/overlay_strategy_single_on_top.h',
[email protected]5a45eac2013-07-24 22:40:18283 'output/program_binding.cc',
284 'output/program_binding.h',
285 'output/render_surface_filters.cc',
286 'output/render_surface_filters.h',
287 'output/renderer.cc',
288 'output/renderer.h',
289 'output/shader.cc',
290 'output/shader.h',
291 'output/software_frame_data.cc',
292 'output/software_frame_data.h',
293 'output/software_output_device.cc',
294 'output/software_output_device.h',
295 'output/software_renderer.cc',
296 'output/software_renderer.h',
297 'quads/checkerboard_draw_quad.cc',
298 'quads/checkerboard_draw_quad.h',
299 'quads/content_draw_quad_base.cc',
300 'quads/content_draw_quad_base.h',
301 'quads/debug_border_draw_quad.cc',
302 'quads/debug_border_draw_quad.h',
303 'quads/draw_quad.cc',
304 'quads/draw_quad.h',
305 'quads/io_surface_draw_quad.cc',
306 'quads/io_surface_draw_quad.h',
307 'quads/picture_draw_quad.cc',
308 'quads/picture_draw_quad.h',
309 'quads/render_pass.cc',
310 'quads/render_pass.h',
311 'quads/render_pass_draw_quad.cc',
312 'quads/render_pass_draw_quad.h',
313 'quads/shared_quad_state.cc',
314 'quads/shared_quad_state.h',
315 'quads/solid_color_draw_quad.cc',
316 'quads/solid_color_draw_quad.h',
317 'quads/stream_video_draw_quad.cc',
318 'quads/stream_video_draw_quad.h',
[email protected]78d30122014-01-17 06:32:36319 'quads/surface_draw_quad.cc',
320 'quads/surface_draw_quad.h',
[email protected]5a45eac2013-07-24 22:40:18321 'quads/texture_draw_quad.cc',
322 'quads/texture_draw_quad.h',
323 'quads/tile_draw_quad.cc',
324 'quads/tile_draw_quad.h',
325 'quads/yuv_video_draw_quad.cc',
326 'quads/yuv_video_draw_quad.h',
327 'resources/bitmap_content_layer_updater.cc',
328 'resources/bitmap_content_layer_updater.h',
329 'resources/bitmap_skpicture_content_layer_updater.cc',
330 'resources/bitmap_skpicture_content_layer_updater.h',
[email protected]5a45eac2013-07-24 22:40:18331 'resources/content_layer_updater.cc',
332 'resources/content_layer_updater.h',
[email protected]b5641b92014-02-15 14:21:58333 'resources/direct_raster_worker_pool.cc',
334 'resources/direct_raster_worker_pool.h',
[email protected]5a45eac2013-07-24 22:40:18335 'resources/image_layer_updater.cc',
336 'resources/image_layer_updater.h',
337 'resources/image_raster_worker_pool.cc',
338 'resources/image_raster_worker_pool.h',
[email protected]2cccfef2014-05-01 06:05:16339 'resources/image_copy_raster_worker_pool.cc',
340 'resources/image_copy_raster_worker_pool.h',
[email protected]5a45eac2013-07-24 22:40:18341 'resources/layer_painter.h',
342 'resources/layer_quad.cc',
343 'resources/layer_quad.h',
344 'resources/layer_tiling_data.cc',
345 'resources/layer_tiling_data.h',
346 'resources/layer_updater.cc',
347 'resources/layer_updater.h',
348 'resources/managed_tile_state.cc',
349 'resources/managed_tile_state.h',
350 'resources/memory_history.cc',
351 'resources/memory_history.h',
352 'resources/picture.cc',
353 'resources/picture.h',
354 'resources/picture_layer_tiling.cc',
355 'resources/picture_layer_tiling.h',
356 'resources/picture_layer_tiling_set.cc',
357 'resources/picture_layer_tiling_set.h',
358 'resources/picture_pile.cc',
359 'resources/picture_pile.h',
360 'resources/picture_pile_base.cc',
361 'resources/picture_pile_base.h',
362 'resources/picture_pile_impl.cc',
363 'resources/picture_pile_impl.h',
364 'resources/pixel_buffer_raster_worker_pool.cc',
365 'resources/pixel_buffer_raster_worker_pool.h',
366 'resources/platform_color.h',
367 'resources/prioritized_resource.cc',
368 'resources/prioritized_resource.h',
369 'resources/prioritized_resource_manager.cc',
370 'resources/prioritized_resource_manager.h',
[email protected]eeedf442013-08-07 22:04:47371 'resources/prioritized_tile_set.cc',
372 'resources/prioritized_tile_set.h',
[email protected]5a45eac2013-07-24 22:40:18373 'resources/priority_calculator.cc',
374 'resources/priority_calculator.h',
375 'resources/raster_mode.cc',
376 'resources/raster_mode.h',
377 'resources/raster_worker_pool.cc',
378 'resources/raster_worker_pool.h',
[email protected]7beac1b52014-04-10 23:09:56379 'resources/rasterizer.cc',
380 'resources/rasterizer.h',
[email protected]9260757f2013-09-17 01:24:16381 'resources/release_callback.h',
[email protected]5a45eac2013-07-24 22:40:18382 'resources/resource.cc',
383 'resources/resource.h',
[email protected]27a41fe2013-09-19 05:05:14384 'resources/resource_format.h',
385 'resources/resource_format.cc',
[email protected]5a45eac2013-07-24 22:40:18386 'resources/resource_pool.cc',
387 'resources/resource_pool.h',
388 'resources/resource_provider.cc',
389 'resources/resource_provider.h',
390 'resources/resource_update.cc',
391 'resources/resource_update.h',
392 'resources/resource_update_controller.cc',
393 'resources/resource_update_controller.h',
394 'resources/resource_update_queue.cc',
395 'resources/resource_update_queue.h',
[email protected]e00bab022013-08-19 00:42:45396 'resources/returned_resource.h',
[email protected]5a45eac2013-07-24 22:40:18397 'resources/scoped_resource.cc',
398 'resources/scoped_resource.h',
[email protected]c9280762013-08-01 06:28:57399 'resources/scoped_ui_resource.cc',
400 'resources/scoped_ui_resource.h',
[email protected]a7f35682013-10-22 23:05:57401 'resources/shared_bitmap.cc',
402 'resources/shared_bitmap.h',
403 'resources/shared_bitmap_manager.h',
[email protected]9260757f2013-09-17 01:24:16404 'resources/single_release_callback.cc',
405 'resources/single_release_callback.h',
[email protected]5a45eac2013-07-24 22:40:18406 'resources/skpicture_content_layer_updater.cc',
407 'resources/skpicture_content_layer_updater.h',
[email protected]00d92d32014-01-23 09:46:50408 'resources/task_graph_runner.cc',
409 'resources/task_graph_runner.h',
[email protected]5a45eac2013-07-24 22:40:18410 'resources/texture_mailbox.cc',
411 'resources/texture_mailbox.h',
[email protected]ea468c6c2013-09-10 08:25:11412 'resources/texture_mailbox_deleter.cc',
413 'resources/texture_mailbox_deleter.h',
[email protected]eade06d2014-02-04 07:04:32414 'resources/texture_uploader.cc',
415 'resources/texture_uploader.h',
[email protected]5a45eac2013-07-24 22:40:18416 'resources/tile.cc',
417 'resources/tile.h',
418 'resources/tile_manager.cc',
419 'resources/tile_manager.h',
420 'resources/tile_priority.cc',
421 'resources/tile_priority.h',
422 'resources/transferable_resource.cc',
423 'resources/transferable_resource.h',
[email protected]c9280762013-08-01 06:28:57424 'resources/ui_resource_bitmap.cc',
425 'resources/ui_resource_bitmap.h',
426 'resources/ui_resource_client.h',
[email protected]e1042192013-11-08 05:44:24427 'resources/ui_resource_request.cc',
428 'resources/ui_resource_request.h',
[email protected]5a45eac2013-07-24 22:40:18429 'resources/video_resource_updater.cc',
430 'resources/video_resource_updater.h',
[email protected]5a45eac2013-07-24 22:40:18431 'scheduler/delay_based_time_source.cc',
432 'scheduler/delay_based_time_source.h',
[email protected]30d82142014-05-12 04:26:02433 'scheduler/draw_result.h',
[email protected]5a45eac2013-07-24 22:40:18434 'scheduler/scheduler.cc',
435 'scheduler/scheduler.h',
436 'scheduler/scheduler_settings.cc',
437 'scheduler/scheduler_settings.h',
438 'scheduler/scheduler_state_machine.cc',
439 'scheduler/scheduler_state_machine.h',
[email protected]5a45eac2013-07-24 22:40:18440 'scheduler/time_source.h',
[email protected]9794fb32013-08-29 09:49:59441 'trees/blocking_task_runner.cc',
442 'trees/blocking_task_runner.h',
[email protected]5a45eac2013-07-24 22:40:18443 'trees/damage_tracker.cc',
444 'trees/damage_tracker.h',
445 'trees/layer_sorter.cc',
446 'trees/layer_sorter.h',
447 'trees/layer_tree_host.cc',
448 'trees/layer_tree_host.h',
449 'trees/layer_tree_host_client.h',
450 'trees/layer_tree_host_common.cc',
451 'trees/layer_tree_host_common.h',
452 'trees/layer_tree_host_impl.cc',
453 'trees/layer_tree_host_impl.h',
454 'trees/layer_tree_impl.cc',
455 'trees/layer_tree_impl.h',
456 'trees/layer_tree_settings.cc',
457 'trees/layer_tree_settings.h',
458 'trees/occlusion_tracker.cc',
459 'trees/occlusion_tracker.h',
460 'trees/proxy.cc',
461 'trees/proxy.h',
[email protected]e5267e9de2014-02-15 01:11:48462 'trees/proxy_timing_history.cc',
463 'trees/proxy_timing_history.h',
[email protected]5a45eac2013-07-24 22:40:18464 'trees/quad_culler.cc',
465 'trees/quad_culler.h',
466 'trees/single_thread_proxy.cc',
467 'trees/single_thread_proxy.h',
468 'trees/thread_proxy.cc',
469 'trees/thread_proxy.h',
470 'trees/tree_synchronizer.cc',
471 'trees/tree_synchronizer.h',
[email protected]94f206c12012-08-25 00:09:14472 ],
[email protected]895399a2013-01-30 00:47:21473 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
474 'msvs_disabled_warnings': [ 4267, ],
[email protected]94f206c12012-08-25 00:09:14475 },
[email protected]54bf8132014-01-16 05:22:28476 {
477 'target_name': 'cc_surfaces',
478 'type': '<(component)',
479 'dependencies': [
480 'cc',
481 '<(DEPTH)/base/base.gyp:base',
482 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
[email protected]6a8b3392014-01-29 02:34:21483 '<(DEPTH)/skia/skia.gyp:skia',
[email protected]54bf8132014-01-16 05:22:28484 '<(DEPTH)/ui/gfx/gfx.gyp:gfx',
485 '<(DEPTH)/ui/gfx/gfx.gyp:gfx_geometry',
486 ],
487 'defines': [
488 'CC_SURFACES_IMPLEMENTATION=1',
489 ],
490 'sources': [
[email protected]11c2b3d32014-05-30 05:23:05491 'surfaces/display.cc',
492 'surfaces/display.h',
493 'surfaces/display_client.h',
[email protected]54bf8132014-01-16 05:22:28494 'surfaces/surface.cc',
495 'surfaces/surface.h',
[email protected]6a8b3392014-01-29 02:34:21496 'surfaces/surface_aggregator.cc',
497 'surfaces/surface_aggregator.h',
[email protected]11c2b3d32014-05-30 05:23:05498 'surfaces/surface_client.h',
[email protected]54bf8132014-01-16 05:22:28499 'surfaces/surface_manager.cc',
500 'surfaces/surface_manager.h',
501 'surfaces/surfaces_export.h',
502 ],
503 },
[email protected]94f206c12012-08-25 00:09:14504 ],
[email protected]3fccb63f2012-08-06 23:19:30505}