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.
13 'type': '<(component)',
15 '<(DEPTH)/base/base.gyp:base',
16 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
17 '<(DEPTH)/gpu/gpu.gyp:gpu',
18 '<(DEPTH)/media/media.gyp:media',
19 '<(DEPTH)/skia/skia.gyp:skia',
20 '<(DEPTH)/ui/events/events.gyp:events_base',
21 '<(DEPTH)/ui/gfx/gfx.gyp:gfx',
22 '<(DEPTH)/ui/gfx/gfx.gyp:gfx_geometry',
28 'export_dependent_settings': [
29 '<(DEPTH)/skia/skia.gyp:skia',
32 'CC_IMPLEMENTATION=1',
35 # Note: file list duplicated in GN build.
36 'animation/animation.cc',
37 'animation/animation.h',
38 'animation/animation_curve.cc',
39 'animation/animation_curve.h',
40 'animation/animation_delegate.h',
41 'animation/animation_events.cc',
42 'animation/animation_events.h',
43 'animation/animation_id_provider.cc',
44 'animation/animation_id_provider.h',
45 'animation/animation_registrar.cc',
46 'animation/animation_registrar.h',
47 'animation/keyframed_animation_curve.cc',
48 'animation/keyframed_animation_curve.h',
49 'animation/layer_animation_controller.cc',
50 'animation/layer_animation_controller.h',
51 'animation/layer_animation_event_observer.h',
52 'animation/layer_animation_value_observer.h',
53 'animation/layer_animation_value_provider.h',
54 'animation/scroll_offset_animation_curve.cc',
55 'animation/scroll_offset_animation_curve.h',
56 'animation/scrollbar_animation_controller.cc',
57 'animation/scrollbar_animation_controller.h',
58 'animation/scrollbar_animation_controller_linear_fade.cc',
59 'animation/scrollbar_animation_controller_linear_fade.h',
60 'animation/scrollbar_animation_controller_thinning.cc',
61 'animation/scrollbar_animation_controller_thinning.h',
62 'animation/timing_function.cc',
63 'animation/timing_function.h',
64 'animation/transform_operation.cc',
65 'animation/transform_operation.h',
66 'animation/transform_operations.cc',
67 'animation/transform_operations.h',
68 'base/completion_event.h',
69 'base/delayed_unique_notifier.cc',
70 'base/delayed_unique_notifier.h',
73 'base/invalidation_region.cc',
74 'base/invalidation_region.h',
75 'base/list_container.cc',
76 'base/list_container.h',
82 'base/rolling_time_delta_history.cc',
83 'base/rolling_time_delta_history.h',
84 'base/scoped_ptr_algorithm.h',
85 'base/scoped_ptr_deque.h',
86 'base/scoped_ptr_vector.h',
87 'base/sidecar_list_container.h',
88 'base/simple_enclosed_region.cc',
89 'base/simple_enclosed_region.h',
92 'base/synced_property.h',
93 'base/tiling_data.cc',
96 'base/unique_notifier.cc',
97 'base/unique_notifier.h',
98 'debug/benchmark_instrumentation.cc',
99 'debug/benchmark_instrumentation.h',
100 'debug/debug_colors.cc',
101 'debug/debug_colors.h',
102 'debug/debug_rect_history.cc',
103 'debug/debug_rect_history.h',
104 'debug/devtools_instrumentation.h',
105 'debug/frame_rate_counter.cc',
106 'debug/frame_rate_counter.h',
107 'debug/frame_timing_request.cc',
108 'debug/frame_timing_request.h',
109 'debug/frame_timing_tracker.cc',
110 'debug/frame_timing_tracker.h',
111 'debug/frame_viewer_instrumentation.cc',
112 'debug/frame_viewer_instrumentation.h',
113 'debug/invalidation_benchmark.cc',
114 'debug/invalidation_benchmark.h',
115 'debug/lap_timer.cc',
117 'debug/layer_tree_debug_state.cc',
118 'debug/layer_tree_debug_state.h',
119 'debug/micro_benchmark.cc',
120 'debug/micro_benchmark.h',
121 'debug/micro_benchmark_controller.cc',
122 'debug/micro_benchmark_controller.h',
123 'debug/micro_benchmark_controller_impl.cc',
124 'debug/micro_benchmark_controller_impl.h',
125 'debug/micro_benchmark_impl.cc',
126 'debug/micro_benchmark_impl.h',
127 'debug/paint_time_counter.cc',
128 'debug/paint_time_counter.h',
129 'debug/picture_debug_util.cc',
130 'debug/picture_debug_util.h',
131 'debug/picture_record_benchmark.cc',
132 'debug/picture_record_benchmark.h',
133 'debug/rasterize_and_record_benchmark.cc',
134 'debug/rasterize_and_record_benchmark.h',
135 'debug/rasterize_and_record_benchmark_impl.cc',
136 'debug/rasterize_and_record_benchmark_impl.h',
137 'debug/rendering_stats.cc',
138 'debug/rendering_stats.h',
139 'debug/rendering_stats_instrumentation.cc',
140 'debug/rendering_stats_instrumentation.h',
141 'debug/ring_buffer.h',
142 'debug/traced_picture.cc',
143 'debug/traced_picture.h',
144 'debug/traced_value.cc',
145 'debug/traced_value.h',
146 'debug/unittest_only_benchmark.cc',
147 'debug/unittest_only_benchmark.h',
148 'debug/unittest_only_benchmark_impl.cc',
149 'debug/unittest_only_benchmark_impl.h',
150 'input/input_handler.cc',
151 'input/input_handler.h',
152 'input/layer_selection_bound.cc',
153 'input/layer_selection_bound.h',
154 'input/page_scale_animation.cc',
155 'input/page_scale_animation.h',
156 'input/scroll_elasticity_helper.cc',
157 'input/scroll_elasticity_helper.h',
158 'input/selection_bound_type.h',
160 'input/top_controls_manager.cc',
161 'input/top_controls_manager.h',
162 'input/top_controls_manager_client.h',
163 'layers/append_quads_data.h',
164 'layers/content_layer.cc',
165 'layers/content_layer.h',
166 'layers/content_layer_client.h',
167 'layers/contents_scaling_layer.cc',
168 'layers/contents_scaling_layer.h',
169 'layers/delegated_frame_provider.cc',
170 'layers/delegated_frame_provider.h',
171 'layers/delegated_frame_resource_collection.cc',
172 'layers/delegated_frame_resource_collection.h',
173 'layers/delegated_renderer_layer.cc',
174 'layers/delegated_renderer_layer.h',
175 'layers/delegated_renderer_layer_impl.cc',
176 'layers/delegated_renderer_layer_impl.h',
177 'layers/draw_properties.h',
178 'layers/heads_up_display_layer.cc',
179 'layers/heads_up_display_layer.h',
180 'layers/heads_up_display_layer_impl.cc',
181 'layers/heads_up_display_layer_impl.h',
182 'layers/image_layer.cc',
183 'layers/image_layer.h',
184 'layers/io_surface_layer.cc',
185 'layers/io_surface_layer.h',
186 'layers/io_surface_layer_impl.cc',
187 'layers/io_surface_layer_impl.h',
190 'layers/layer_client.h',
191 'layers/layer_impl.cc',
192 'layers/layer_impl.h',
193 'layers/layer_iterator.h',
194 'layers/layer_lists.cc',
195 'layers/layer_lists.h',
196 'layers/layer_position_constraint.cc',
197 'layers/layer_position_constraint.h',
198 'layers/layer_utils.cc',
199 'layers/layer_utils.h',
200 'layers/nine_patch_layer.cc',
201 'layers/nine_patch_layer.h',
202 'layers/nine_patch_layer_impl.cc',
203 'layers/nine_patch_layer_impl.h',
204 'layers/paint_properties.h',
205 'layers/painted_scrollbar_layer.cc',
206 'layers/painted_scrollbar_layer.h',
207 'layers/painted_scrollbar_layer_impl.cc',
208 'layers/painted_scrollbar_layer_impl.h',
209 'layers/picture_image_layer.cc',
210 'layers/picture_image_layer.h',
211 'layers/picture_image_layer_impl.cc',
212 'layers/picture_image_layer_impl.h',
213 'layers/picture_layer.cc',
214 'layers/picture_layer.h',
215 'layers/picture_layer_impl.cc',
216 'layers/picture_layer_impl.h',
217 'layers/render_pass_sink.h',
218 'layers/render_surface.cc',
219 'layers/render_surface.h',
220 'layers/render_surface_impl.cc',
221 'layers/render_surface_impl.h',
222 'layers/scrollbar_layer_impl_base.cc',
223 'layers/scrollbar_layer_impl_base.h',
224 'layers/scrollbar_layer_interface.h',
225 'layers/solid_color_layer.cc',
226 'layers/solid_color_layer.h',
227 'layers/solid_color_layer_impl.cc',
228 'layers/solid_color_layer_impl.h',
229 'layers/solid_color_scrollbar_layer.cc',
230 'layers/solid_color_scrollbar_layer.h',
231 'layers/solid_color_scrollbar_layer_impl.cc',
232 'layers/solid_color_scrollbar_layer_impl.h',
233 'layers/surface_layer.cc',
234 'layers/surface_layer.h',
235 'layers/surface_layer_impl.cc',
236 'layers/surface_layer_impl.h',
237 'layers/texture_layer.cc',
238 'layers/texture_layer.h',
239 'layers/texture_layer_client.h',
240 'layers/texture_layer_impl.cc',
241 'layers/texture_layer_impl.h',
242 'layers/tiled_layer.cc',
243 'layers/tiled_layer.h',
244 'layers/tiled_layer_impl.cc',
245 'layers/tiled_layer_impl.h',
246 'layers/ui_resource_layer.cc',
247 'layers/ui_resource_layer.h',
248 'layers/ui_resource_layer_impl.cc',
249 'layers/ui_resource_layer_impl.h',
250 'layers/video_frame_provider.h',
251 'layers/video_frame_provider_client_impl.cc',
252 'layers/video_frame_provider_client_impl.h',
253 'layers/video_layer.cc',
254 'layers/video_layer.h',
255 'layers/video_layer_impl.cc',
256 'layers/video_layer_impl.h',
257 'layers/viewport.cc',
259 'output/begin_frame_args.cc',
260 'output/begin_frame_args.h',
261 'output/bsp_tree.cc',
263 'output/bsp_walk_action.cc',
264 'output/bsp_walk_action.h',
265 'output/compositor_frame.cc',
266 'output/compositor_frame.h',
267 'output/compositor_frame_ack.cc',
268 'output/compositor_frame_ack.h',
269 'output/compositor_frame_metadata.cc',
270 'output/compositor_frame_metadata.h',
271 'output/context_provider.cc',
272 'output/context_provider.h',
273 'output/copy_output_request.cc',
274 'output/copy_output_request.h',
275 'output/copy_output_result.cc',
276 'output/copy_output_result.h',
277 'output/delegated_frame_data.cc',
278 'output/delegated_frame_data.h',
279 'output/delegating_renderer.cc',
280 'output/delegating_renderer.h',
281 'output/direct_renderer.cc',
282 'output/direct_renderer.h',
283 'output/dynamic_geometry_binding.cc',
284 'output/dynamic_geometry_binding.h',
285 'output/filter_operation.cc',
286 'output/filter_operation.h',
287 'output/filter_operations.cc',
288 'output/filter_operations.h',
289 'output/geometry_binding.cc',
290 'output/geometry_binding.h',
291 'output/gl_frame_data.cc',
292 'output/gl_frame_data.h',
293 'output/gl_renderer.cc',
294 'output/gl_renderer.h',
295 'output/gl_renderer_draw_cache.cc',
296 'output/gl_renderer_draw_cache.h',
297 'output/latency_info_swap_promise.cc',
298 'output/latency_info_swap_promise.h',
299 'output/layer_quad.cc',
300 'output/layer_quad.h',
301 'output/managed_memory_policy.cc',
302 'output/managed_memory_policy.h',
303 'output/output_surface.cc',
304 'output/output_surface.h',
305 'output/output_surface_client.h',
306 'output/overlay_candidate.cc',
307 'output/overlay_candidate.h',
308 'output/overlay_candidate_validator.h',
309 'output/overlay_processor.cc',
310 'output/overlay_processor.h',
311 'output/overlay_strategy_common.cc',
312 'output/overlay_strategy_common.h',
313 'output/overlay_strategy_single_on_top.cc',
314 'output/overlay_strategy_single_on_top.h',
315 'output/overlay_strategy_underlay.cc',
316 'output/overlay_strategy_underlay.h',
317 'output/program_binding.cc',
318 'output/program_binding.h',
319 'output/render_surface_filters.cc',
320 'output/render_surface_filters.h',
321 'output/renderer.cc',
323 'output/renderer_capabilities.cc',
324 'output/renderer_capabilities.h',
325 'output/renderer_settings.cc',
326 'output/renderer_settings.h',
329 'output/software_frame_data.cc',
330 'output/software_frame_data.h',
331 'output/software_output_device.cc',
332 'output/software_output_device.h',
333 'output/software_renderer.cc',
334 'output/software_renderer.h',
335 'output/static_geometry_binding.cc',
336 'output/static_geometry_binding.h',
337 'output/swap_promise.h',
338 'output/texture_mailbox_deleter.cc',
339 'output/texture_mailbox_deleter.h',
340 'output/viewport_selection_bound.cc',
341 'output/viewport_selection_bound.h',
342 'output/vsync_parameter_observer.h',
343 'playback/clip_display_item.cc',
344 'playback/clip_display_item.h',
345 'playback/clip_path_display_item.cc',
346 'playback/clip_path_display_item.h',
347 'playback/compositing_display_item.cc',
348 'playback/compositing_display_item.h',
349 'playback/display_item.cc',
350 'playback/display_item.h',
351 'playback/display_item_list.cc',
352 'playback/display_item_list.h',
353 'playback/display_item_list_settings.cc',
354 'playback/display_item_list_settings.h',
355 'playback/display_list_raster_source.cc',
356 'playback/display_list_raster_source.h',
357 'playback/display_list_recording_source.cc',
358 'playback/display_list_recording_source.h',
359 'playback/drawing_display_item.cc',
360 'playback/drawing_display_item.h',
361 'playback/filter_display_item.cc',
362 'playback/filter_display_item.h',
363 'playback/float_clip_display_item.cc',
364 'playback/float_clip_display_item.h',
365 'playback/largest_display_item.cc',
366 'playback/largest_display_item.h',
367 'playback/picture.cc',
368 'playback/picture.h',
369 'playback/picture_pile.cc',
370 'playback/picture_pile.h',
371 'playback/picture_pile_impl.cc',
372 'playback/picture_pile_impl.h',
373 'playback/pixel_ref_map.cc',
374 'playback/pixel_ref_map.h',
375 'playback/raster_source.h',
376 'playback/raster_source_helper.cc',
377 'playback/raster_source_helper.h',
378 'playback/recording_source.h',
379 'playback/transform_display_item.cc',
380 'playback/transform_display_item.h',
381 'quads/checkerboard_draw_quad.cc',
382 'quads/checkerboard_draw_quad.h',
383 'quads/content_draw_quad_base.cc',
384 'quads/content_draw_quad_base.h',
385 'quads/debug_border_draw_quad.cc',
386 'quads/debug_border_draw_quad.h',
387 'quads/draw_polygon.cc',
388 'quads/draw_polygon.h',
389 'quads/draw_quad.cc',
391 'quads/io_surface_draw_quad.cc',
392 'quads/io_surface_draw_quad.h',
393 'quads/largest_draw_quad.cc',
394 'quads/largest_draw_quad.h',
395 'quads/picture_draw_quad.cc',
396 'quads/picture_draw_quad.h',
397 'quads/render_pass.cc',
398 'quads/render_pass.h',
399 'quads/render_pass_draw_quad.cc',
400 'quads/render_pass_draw_quad.h',
401 'quads/render_pass_id.cc',
402 'quads/render_pass_id.h',
403 'quads/shared_quad_state.cc',
404 'quads/shared_quad_state.h',
405 'quads/solid_color_draw_quad.cc',
406 'quads/solid_color_draw_quad.h',
407 'quads/stream_video_draw_quad.cc',
408 'quads/stream_video_draw_quad.h',
409 'quads/surface_draw_quad.cc',
410 'quads/surface_draw_quad.h',
411 'quads/texture_draw_quad.cc',
412 'quads/texture_draw_quad.h',
413 'quads/tile_draw_quad.cc',
414 'quads/tile_draw_quad.h',
415 'quads/yuv_video_draw_quad.cc',
416 'quads/yuv_video_draw_quad.h',
417 'raster/bitmap_tile_task_worker_pool.cc',
418 'raster/bitmap_tile_task_worker_pool.h',
419 'raster/gpu_rasterizer.cc',
420 'raster/gpu_rasterizer.h',
421 'raster/gpu_tile_task_worker_pool.cc',
422 'raster/gpu_tile_task_worker_pool.h',
423 'raster/one_copy_tile_task_worker_pool.cc',
424 'raster/one_copy_tile_task_worker_pool.h',
425 'raster/pixel_buffer_tile_task_worker_pool.cc',
426 'raster/pixel_buffer_tile_task_worker_pool.h',
427 'raster/raster_buffer.cc',
428 'raster/raster_buffer.h',
429 'raster/scoped_gpu_raster.cc',
430 'raster/scoped_gpu_raster.h',
431 'raster/task_graph_runner.cc',
432 'raster/task_graph_runner.h',
433 'raster/texture_compressor.cc',
434 'raster/texture_compressor.h',
435 'raster/texture_compressor_etc1.cc',
436 'raster/texture_compressor_etc1.h',
437 'raster/tile_task_runner.cc',
438 'raster/tile_task_runner.h',
439 'raster/tile_task_worker_pool.cc',
440 'raster/tile_task_worker_pool.h',
441 'raster/zero_copy_tile_task_worker_pool.cc',
442 'raster/zero_copy_tile_task_worker_pool.h',
443 'resources/bitmap_content_layer_updater.cc',
444 'resources/bitmap_content_layer_updater.h',
445 'resources/bitmap_skpicture_content_layer_updater.cc',
446 'resources/bitmap_skpicture_content_layer_updater.h',
447 'resources/content_layer_updater.cc',
448 'resources/content_layer_updater.h',
449 'resources/image_layer_updater.cc',
450 'resources/image_layer_updater.h',
451 'resources/layer_painter.h',
452 'resources/layer_updater.cc',
453 'resources/layer_updater.h',
454 'resources/memory_history.cc',
455 'resources/memory_history.h',
456 'resources/platform_color.h',
457 'resources/prioritized_resource.cc',
458 'resources/prioritized_resource.h',
459 'resources/prioritized_resource_manager.cc',
460 'resources/prioritized_resource_manager.h',
461 'resources/priority_calculator.cc',
462 'resources/priority_calculator.h',
463 'resources/release_callback.h',
464 'resources/resource.cc',
465 'resources/resource.h',
466 'resources/resource_format.cc',
467 'resources/resource_format.h',
468 'resources/resource_pool.cc',
469 'resources/resource_pool.h',
470 'resources/resource_provider.cc',
471 'resources/resource_provider.h',
472 'resources/resource_update.cc',
473 'resources/resource_update.h',
474 'resources/resource_update_controller.cc',
475 'resources/resource_update_controller.h',
476 'resources/resource_update_queue.cc',
477 'resources/resource_update_queue.h',
478 'resources/returned_resource.h',
479 'resources/scoped_resource.cc',
480 'resources/scoped_resource.h',
481 'resources/scoped_ui_resource.cc',
482 'resources/scoped_ui_resource.h',
483 'resources/shared_bitmap.cc',
484 'resources/shared_bitmap.h',
485 'resources/shared_bitmap_manager.h',
486 'resources/single_release_callback.cc',
487 'resources/single_release_callback.h',
488 'resources/single_release_callback_impl.cc',
489 'resources/single_release_callback_impl.h',
490 'resources/skpicture_content_layer_updater.cc',
491 'resources/skpicture_content_layer_updater.h',
492 'resources/texture_mailbox.cc',
493 'resources/texture_mailbox.h',
494 'resources/texture_uploader.cc',
495 'resources/texture_uploader.h',
496 'resources/transferable_resource.cc',
497 'resources/transferable_resource.h',
498 'resources/ui_resource_bitmap.cc',
499 'resources/ui_resource_bitmap.h',
500 'resources/ui_resource_client.h',
501 'resources/ui_resource_request.cc',
502 'resources/ui_resource_request.h',
503 'resources/video_resource_updater.cc',
504 'resources/video_resource_updater.h',
505 'scheduler/begin_frame_source.cc',
506 'scheduler/begin_frame_source.h',
507 'scheduler/begin_frame_tracker.cc',
508 'scheduler/begin_frame_tracker.h',
509 'scheduler/commit_earlyout_reason.h',
510 'scheduler/delay_based_time_source.cc',
511 'scheduler/delay_based_time_source.h',
512 'scheduler/draw_result.h',
513 'scheduler/scheduler.cc',
514 'scheduler/scheduler.h',
515 'scheduler/scheduler_settings.cc',
516 'scheduler/scheduler_settings.h',
517 'scheduler/scheduler_state_machine.cc',
518 'scheduler/scheduler_state_machine.h',
519 'scheduler/video_frame_controller.h',
520 'tiles/eviction_tile_priority_queue.cc',
521 'tiles/eviction_tile_priority_queue.h',
522 'tiles/layer_tiling_data.cc',
523 'tiles/layer_tiling_data.h',
524 'tiles/picture_layer_tiling.cc',
525 'tiles/picture_layer_tiling.h',
526 'tiles/picture_layer_tiling_set.cc',
527 'tiles/picture_layer_tiling_set.h',
528 'tiles/prioritized_tile.cc',
529 'tiles/prioritized_tile.h',
530 'tiles/raster_tile_priority_queue.cc',
531 'tiles/raster_tile_priority_queue.h',
532 'tiles/raster_tile_priority_queue_all.cc',
533 'tiles/raster_tile_priority_queue_all.h',
534 'tiles/raster_tile_priority_queue_required.cc',
535 'tiles/raster_tile_priority_queue_required.h',
538 'tiles/tile_draw_info.cc',
539 'tiles/tile_draw_info.h',
540 'tiles/tile_manager.cc',
541 'tiles/tile_manager.h',
542 'tiles/tile_priority.cc',
543 'tiles/tile_priority.h',
544 'tiles/tiling_set_eviction_queue.cc',
545 'tiles/tiling_set_eviction_queue.h',
546 'tiles/tiling_set_raster_queue_all.cc',
547 'tiles/tiling_set_raster_queue_all.h',
548 'tiles/tiling_set_raster_queue_required.cc',
549 'tiles/tiling_set_raster_queue_required.h',
550 'trees/blocking_task_runner.cc',
551 'trees/blocking_task_runner.h',
552 'trees/damage_tracker.cc',
553 'trees/damage_tracker.h',
554 'trees/draw_property_utils.cc',
555 'trees/draw_property_utils.h',
556 'trees/latency_info_swap_promise_monitor.cc',
557 'trees/latency_info_swap_promise_monitor.h',
558 'trees/layer_tree_host.cc',
559 'trees/layer_tree_host.h',
560 'trees/layer_tree_host_client.h',
561 'trees/layer_tree_host_common.cc',
562 'trees/layer_tree_host_common.h',
563 'trees/layer_tree_host_impl.cc',
564 'trees/layer_tree_host_impl.h',
565 'trees/layer_tree_host_single_thread_client.h',
566 'trees/layer_tree_impl.cc',
567 'trees/layer_tree_impl.h',
568 'trees/layer_tree_settings.cc',
569 'trees/layer_tree_settings.h',
570 'trees/occlusion.cc',
572 'trees/occlusion_tracker.cc',
573 'trees/occlusion_tracker.h',
574 'trees/property_tree.cc',
575 'trees/property_tree.h',
576 'trees/property_tree_builder.cc',
577 'trees/property_tree_builder.h',
580 'trees/proxy_timing_history.cc',
581 'trees/proxy_timing_history.h',
582 'trees/scoped_abort_remaining_swap_promises.h',
583 'trees/single_thread_proxy.cc',
584 'trees/single_thread_proxy.h',
585 'trees/swap_promise_monitor.cc',
586 'trees/swap_promise_monitor.h',
587 'trees/thread_proxy.cc',
588 'trees/thread_proxy.h',
589 'trees/tree_synchronizer.cc',
590 'trees/tree_synchronizer.h',
593 '../build/android/increase_size_for_speed.gypi',
595 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
596 'msvs_disabled_warnings': [ 4267, ],
599 # GN version: //cc/surfaces
600 'target_name': 'cc_surfaces',
601 'type': '<(component)',
604 '<(DEPTH)/base/base.gyp:base',
605 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
606 '<(DEPTH)/gpu/gpu.gyp:gpu',
607 '<(DEPTH)/skia/skia.gyp:skia',
608 '<(DEPTH)/ui/events/events.gyp:events_base',
609 '<(DEPTH)/ui/gfx/gfx.gyp:gfx',
610 '<(DEPTH)/ui/gfx/gfx.gyp:gfx_geometry',
613 'CC_SURFACES_IMPLEMENTATION=1',
616 # Note: file list duplicated in GN build.
617 'surfaces/display.cc',
618 'surfaces/display.h',
619 'surfaces/display_client.h',
620 'surfaces/display_scheduler.cc',
621 'surfaces/display_scheduler.h',
622 'surfaces/onscreen_display_client.cc',
623 'surfaces/onscreen_display_client.h',
624 'surfaces/surface.cc',
625 'surfaces/surface.h',
626 'surfaces/surface_aggregator.cc',
627 'surfaces/surface_aggregator.h',
628 'surfaces/surface_display_output_surface.cc',
629 'surfaces/surface_display_output_surface.h',
630 'surfaces/surface_factory.cc',
631 'surfaces/surface_factory.h',
632 'surfaces/surface_factory_client.h',
633 'surfaces/surface_id.h',
634 'surfaces/surface_id_allocator.cc',
635 'surfaces/surface_id_allocator.h',
636 'surfaces/surface_manager.cc',
637 'surfaces/surface_manager.h',
638 'surfaces/surface_resource_holder.cc',
639 'surfaces/surface_resource_holder.h',
640 'surfaces/surfaces_export.h',
643 '../build/android/increase_size_for_speed.gypi',
647 'target_name': 'cc_opts',
648 'type': 'static_library',
650 ['target_arch == "ia32" or target_arch == "x64"', {
652 'CC_IMPLEMENTATION=1',
661 'target_name': 'cc_opts_sse',
662 'type': 'static_library',
664 '<(DEPTH)/base/base.gyp:base',
667 ['target_arch == "ia32" or target_arch == "x64"', {
669 'CC_IMPLEMENTATION=1',
672 # Conditional compilation for SSE2 code on x86 and x64 machines
673 'raster/texture_compressor_etc1_sse.cc',
674 'raster/texture_compressor_etc1_sse.h',