blob: 9c22d5557640252643071e134b116fe2d5a6fa11 [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 {
[email protected]6e44c302014-07-22 21:51:3711 # GN version: //cc
[email protected]3fccb63f2012-08-06 23:19:3012 'target_name': 'cc',
[email protected]52347c842012-11-02 21:06:2013 'type': '<(component)',
[email protected]439458f32012-10-16 02:24:3114 'dependencies': [
15 '<(DEPTH)/base/base.gyp:base',
16 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
[email protected]1aca0092013-03-04 22:46:0317 '<(DEPTH)/gpu/gpu.gyp:gpu',
[email protected]59cb7b352012-10-30 06:45:4818 '<(DEPTH)/media/media.gyp:media',
[email protected]41de22822013-08-29 04:16:1719 '<(DEPTH)/skia/skia.gyp:skia',
[email protected]114efae2013-11-06 20:37:5720 '<(DEPTH)/ui/events/events.gyp:events_base',
[email protected]529a3cf2013-09-30 02:47:4821 '<(DEPTH)/ui/gfx/gfx.gyp:gfx',
[email protected]b5e2d782013-12-18 21:01:1522 '<(DEPTH)/ui/gfx/gfx.gyp:gfx_geometry',
[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]6e44c302014-07-22 21:51:3734 # Note: file list duplicated in GN build.
[email protected]5a45eac2013-07-24 22:40:1835 'animation/animation.cc',
36 'animation/animation.h',
37 'animation/animation_curve.cc',
38 'animation/animation_curve.h',
39 'animation/animation_delegate.h',
40 'animation/animation_events.cc',
41 'animation/animation_events.h',
42 'animation/animation_id_provider.cc',
43 'animation/animation_id_provider.h',
44 'animation/animation_registrar.cc',
45 'animation/animation_registrar.h',
46 'animation/keyframed_animation_curve.cc',
47 'animation/keyframed_animation_curve.h',
48 'animation/layer_animation_controller.cc',
49 'animation/layer_animation_controller.h',
50 'animation/layer_animation_event_observer.h',
51 'animation/layer_animation_value_observer.h',
[email protected]b8384e22013-12-03 02:20:4852 'animation/layer_animation_value_provider.h',
[email protected]87ecde92013-11-25 19:30:2453 'animation/scroll_offset_animation_curve.cc',
54 'animation/scroll_offset_animation_curve.h',
[email protected]930ff43b2014-05-02 05:24:0055 'animation/scrollbar_animation_controller.cc',
satorux457770e2015-02-18 18:33:3956 'animation/scrollbar_animation_controller.h',
[email protected]5a45eac2013-07-24 22:40:1857 'animation/scrollbar_animation_controller_linear_fade.cc',
58 'animation/scrollbar_animation_controller_linear_fade.h',
[email protected]2ea5aba2013-09-11 14:26:5659 'animation/scrollbar_animation_controller_thinning.cc',
60 'animation/scrollbar_animation_controller_thinning.h',
[email protected]5a45eac2013-07-24 22:40:1861 'animation/timing_function.cc',
62 'animation/timing_function.h',
63 'animation/transform_operation.cc',
64 'animation/transform_operation.h',
65 'animation/transform_operations.cc',
66 'animation/transform_operations.h',
67 'base/completion_event.h',
[email protected]afb84fc2014-05-29 01:47:5368 'base/delayed_unique_notifier.cc',
69 'base/delayed_unique_notifier.h',
jbroman7b5b0552015-05-28 03:36:5870 'base/histograms.cc',
71 'base/histograms.h',
[email protected]5a45eac2013-07-24 22:40:1872 'base/invalidation_region.cc',
73 'base/invalidation_region.h',
jbroman7ea06b02015-05-28 20:20:2274 'base/list_container.cc',
75 'base/list_container.h',
[email protected]5a45eac2013-07-24 22:40:1876 'base/math_util.cc',
77 'base/math_util.h',
78 'base/region.cc',
79 'base/region.h',
jbaumanbbd425e2015-05-19 00:33:3580 'base/resource_id.h',
[email protected]eade06d2014-02-04 07:04:3281 'base/rolling_time_delta_history.cc',
82 'base/rolling_time_delta_history.h',
[email protected]5a45eac2013-07-24 22:40:1883 'base/scoped_ptr_algorithm.h',
84 'base/scoped_ptr_deque.h',
[email protected]5a45eac2013-07-24 22:40:1885 'base/scoped_ptr_vector.h',
jbroman7ae1e4bf2015-06-02 01:44:2886 'base/sidecar_list_container.h',
[email protected]d5467eb72014-08-22 01:16:4387 'base/simple_enclosed_region.cc',
88 'base/simple_enclosed_region.h',
[email protected]5a45eac2013-07-24 22:40:1889 'base/switches.cc',
90 'base/switches.h',
satorux457770e2015-02-18 18:33:3991 'base/synced_property.h',
[email protected]5a45eac2013-07-24 22:40:1892 'base/tiling_data.cc',
93 'base/tiling_data.h',
behara.ms71ff07f32014-11-12 05:09:0894 'base/time_util.h',
[email protected]afb84fc2014-05-29 01:47:5395 'base/unique_notifier.cc',
96 'base/unique_notifier.h',
[email protected]adbe30f2013-10-11 21:12:3397 'debug/benchmark_instrumentation.cc',
98 'debug/benchmark_instrumentation.h',
[email protected]5a45eac2013-07-24 22:40:1899 'debug/debug_colors.cc',
100 'debug/debug_colors.h',
101 'debug/debug_rect_history.cc',
102 'debug/debug_rect_history.h',
103 'debug/devtools_instrumentation.h',
[email protected]5a45eac2013-07-24 22:40:18104 'debug/frame_rate_counter.cc',
105 'debug/frame_rate_counter.h',
vmpstr3d1d72c2015-01-26 18:27:40106 'debug/frame_timing_request.cc',
107 'debug/frame_timing_request.h',
michaelblain1bcdf892015-01-17 01:24:30108 'debug/frame_timing_tracker.cc',
109 'debug/frame_timing_tracker.h',
hendrikw9385e492014-12-17 21:42:59110 'debug/frame_viewer_instrumentation.cc',
[email protected]b17906c12014-04-18 19:56:09111 'debug/frame_viewer_instrumentation.h',
[email protected]35805ad2014-05-31 22:17:19112 'debug/invalidation_benchmark.cc',
113 'debug/invalidation_benchmark.h',
[email protected]29d39a42014-05-13 19:40:58114 'debug/lap_timer.cc',
115 'debug/lap_timer.h',
[email protected]5a45eac2013-07-24 22:40:18116 'debug/layer_tree_debug_state.cc',
117 'debug/layer_tree_debug_state.h',
[email protected]96524062013-10-11 13:46:05118 'debug/micro_benchmark.cc',
119 'debug/micro_benchmark.h',
120 'debug/micro_benchmark_controller.cc',
121 'debug/micro_benchmark_controller.h',
[email protected]5e5648a2013-11-18 00:39:33122 'debug/micro_benchmark_controller_impl.cc',
123 'debug/micro_benchmark_controller_impl.h',
satorux457770e2015-02-18 18:33:39124 'debug/micro_benchmark_impl.cc',
125 'debug/micro_benchmark_impl.h',
[email protected]5a45eac2013-07-24 22:40:18126 'debug/paint_time_counter.cc',
127 'debug/paint_time_counter.h',
ajumad7dd21a2015-01-09 00:57:31128 'debug/picture_debug_util.cc',
129 'debug/picture_debug_util.h',
[email protected]1a55d7dc2013-10-12 07:52:20130 'debug/picture_record_benchmark.cc',
131 'debug/picture_record_benchmark.h',
[email protected]8cac9fe2013-11-18 20:32:08132 'debug/rasterize_and_record_benchmark.cc',
133 'debug/rasterize_and_record_benchmark.h',
134 'debug/rasterize_and_record_benchmark_impl.cc',
135 'debug/rasterize_and_record_benchmark_impl.h',
[email protected]5a45eac2013-07-24 22:40:18136 'debug/rendering_stats.cc',
137 'debug/rendering_stats.h',
138 'debug/rendering_stats_instrumentation.cc',
139 'debug/rendering_stats_instrumentation.h',
140 'debug/ring_buffer.h',
caseq252613a72015-06-19 11:12:57141 'debug/traced_display_item_list.cc',
142 'debug/traced_display_item_list.h',
[email protected]5a45eac2013-07-24 22:40:18143 'debug/traced_picture.cc',
144 'debug/traced_picture.h',
145 'debug/traced_value.cc',
146 'debug/traced_value.h',
[email protected]666d7cf2013-10-12 01:30:29147 'debug/unittest_only_benchmark.cc',
148 'debug/unittest_only_benchmark.h',
[email protected]5e5648a2013-11-18 00:39:33149 'debug/unittest_only_benchmark_impl.cc',
150 'debug/unittest_only_benchmark_impl.h',
ccameron36d091f2014-11-07 03:18:50151 'input/input_handler.cc',
[email protected]5a45eac2013-07-24 22:40:18152 'input/input_handler.h',
[email protected]19aec372014-07-01 19:08:49153 'input/layer_selection_bound.cc',
154 'input/layer_selection_bound.h',
satorux457770e2015-02-18 18:33:39155 'input/page_scale_animation.cc',
156 'input/page_scale_animation.h',
ccameron4163cc352014-11-13 19:06:36157 'input/scroll_elasticity_helper.cc',
158 'input/scroll_elasticity_helper.h',
[email protected]19aec372014-07-01 19:08:49159 'input/selection_bound_type.h',
jdduke449b5292015-04-23 19:36:44160 'input/selection.h',
[email protected]5a45eac2013-07-24 22:40:18161 'input/top_controls_manager.cc',
162 'input/top_controls_manager.h',
163 'input/top_controls_manager_client.h',
164 'layers/append_quads_data.h',
[email protected]5a45eac2013-07-24 22:40:18165 'layers/content_layer_client.h',
[email protected]09f67382013-10-09 21:03:45166 'layers/delegated_frame_provider.cc',
167 'layers/delegated_frame_provider.h',
168 'layers/delegated_frame_resource_collection.cc',
169 'layers/delegated_frame_resource_collection.h',
[email protected]5a45eac2013-07-24 22:40:18170 'layers/delegated_renderer_layer.cc',
171 'layers/delegated_renderer_layer.h',
[email protected]5a45eac2013-07-24 22:40:18172 'layers/delegated_renderer_layer_impl.cc',
173 'layers/delegated_renderer_layer_impl.h',
174 'layers/draw_properties.h',
175 'layers/heads_up_display_layer.cc',
176 'layers/heads_up_display_layer.h',
177 'layers/heads_up_display_layer_impl.cc',
178 'layers/heads_up_display_layer_impl.h',
[email protected]5a45eac2013-07-24 22:40:18179 'layers/io_surface_layer.cc',
180 'layers/io_surface_layer.h',
181 'layers/io_surface_layer_impl.cc',
182 'layers/io_surface_layer_impl.h',
183 'layers/layer.cc',
184 'layers/layer.h',
[email protected]ae716ce2013-08-16 13:04:24185 'layers/layer_client.h',
[email protected]5a45eac2013-07-24 22:40:18186 'layers/layer_impl.cc',
187 'layers/layer_impl.h',
[email protected]5a45eac2013-07-24 22:40:18188 'layers/layer_iterator.h',
189 'layers/layer_lists.cc',
190 'layers/layer_lists.h',
191 'layers/layer_position_constraint.cc',
192 'layers/layer_position_constraint.h',
[email protected]3d86dd7a2014-01-24 01:33:11193 'layers/layer_utils.cc',
194 'layers/layer_utils.h',
[email protected]5a45eac2013-07-24 22:40:18195 'layers/nine_patch_layer.cc',
196 'layers/nine_patch_layer.h',
197 'layers/nine_patch_layer_impl.cc',
198 'layers/nine_patch_layer_impl.h',
199 'layers/paint_properties.h',
[email protected]3a83478b2013-08-22 20:55:17200 'layers/painted_scrollbar_layer.cc',
201 'layers/painted_scrollbar_layer.h',
202 'layers/painted_scrollbar_layer_impl.cc',
203 'layers/painted_scrollbar_layer_impl.h',
[email protected]5a45eac2013-07-24 22:40:18204 'layers/picture_image_layer.cc',
205 'layers/picture_image_layer.h',
206 'layers/picture_image_layer_impl.cc',
207 'layers/picture_image_layer_impl.h',
208 'layers/picture_layer.cc',
209 'layers/picture_layer.h',
210 'layers/picture_layer_impl.cc',
211 'layers/picture_layer_impl.h',
[email protected]5a45eac2013-07-24 22:40:18212 'layers/render_pass_sink.h',
213 'layers/render_surface.cc',
214 'layers/render_surface.h',
215 'layers/render_surface_impl.cc',
216 'layers/render_surface_impl.h',
[email protected]80413d72013-08-30 20:25:33217 'layers/scrollbar_layer_impl_base.cc',
218 'layers/scrollbar_layer_impl_base.h',
219 'layers/scrollbar_layer_interface.h',
[email protected]5a45eac2013-07-24 22:40:18220 'layers/solid_color_layer.cc',
221 'layers/solid_color_layer.h',
222 'layers/solid_color_layer_impl.cc',
223 'layers/solid_color_layer_impl.h',
[email protected]80413d72013-08-30 20:25:33224 'layers/solid_color_scrollbar_layer.cc',
225 'layers/solid_color_scrollbar_layer.h',
226 'layers/solid_color_scrollbar_layer_impl.cc',
227 'layers/solid_color_scrollbar_layer_impl.h',
[email protected]c1ae82942014-01-17 23:17:04228 'layers/surface_layer.cc',
229 'layers/surface_layer.h',
230 'layers/surface_layer_impl.cc',
231 'layers/surface_layer_impl.h',
[email protected]5a45eac2013-07-24 22:40:18232 'layers/texture_layer.cc',
233 'layers/texture_layer.h',
234 'layers/texture_layer_client.h',
235 'layers/texture_layer_impl.cc',
236 'layers/texture_layer_impl.h',
[email protected]efbdb3a2013-10-04 00:35:13237 'layers/ui_resource_layer.cc',
238 'layers/ui_resource_layer.h',
239 'layers/ui_resource_layer_impl.cc',
240 'layers/ui_resource_layer_impl.h',
[email protected]5a45eac2013-07-24 22:40:18241 'layers/video_frame_provider.h',
242 'layers/video_frame_provider_client_impl.cc',
243 'layers/video_frame_provider_client_impl.h',
244 'layers/video_layer.cc',
245 'layers/video_layer.h',
246 'layers/video_layer_impl.cc',
247 'layers/video_layer_impl.h',
bokanaa2748312015-03-26 00:10:37248 'layers/viewport.cc',
249 'layers/viewport.h',
[email protected]5a45eac2013-07-24 22:40:18250 'output/begin_frame_args.cc',
251 'output/begin_frame_args.h',
[email protected]80fae1e2014-07-30 12:50:20252 'output/bsp_tree.cc',
253 'output/bsp_tree.h',
254 'output/bsp_walk_action.cc',
255 'output/bsp_walk_action.h',
[email protected]5a45eac2013-07-24 22:40:18256 'output/compositor_frame.cc',
257 'output/compositor_frame.h',
258 'output/compositor_frame_ack.cc',
259 'output/compositor_frame_ack.h',
260 'output/compositor_frame_metadata.cc',
261 'output/compositor_frame_metadata.h',
[email protected]41de22822013-08-29 04:16:17262 'output/context_provider.cc',
[email protected]5a45eac2013-07-24 22:40:18263 'output/context_provider.h',
264 'output/copy_output_request.cc',
265 'output/copy_output_request.h',
266 'output/copy_output_result.cc',
267 'output/copy_output_result.h',
[email protected]5a45eac2013-07-24 22:40:18268 'output/delegated_frame_data.cc',
satorux457770e2015-02-18 18:33:39269 'output/delegated_frame_data.h',
[email protected]5a45eac2013-07-24 22:40:18270 'output/delegating_renderer.cc',
271 'output/delegating_renderer.h',
272 'output/direct_renderer.cc',
273 'output/direct_renderer.h',
awoloszyn3d8eb1d2015-03-12 14:38:32274 'output/dynamic_geometry_binding.cc',
275 'output/dynamic_geometry_binding.h',
[email protected]5a45eac2013-07-24 22:40:18276 'output/filter_operation.cc',
277 'output/filter_operation.h',
278 'output/filter_operations.cc',
279 'output/filter_operations.h',
280 'output/geometry_binding.cc',
281 'output/geometry_binding.h',
[email protected]5a45eac2013-07-24 22:40:18282 'output/gl_frame_data.cc',
satorux457770e2015-02-18 18:33:39283 'output/gl_frame_data.h',
[email protected]5a45eac2013-07-24 22:40:18284 'output/gl_renderer.cc',
285 'output/gl_renderer.h',
286 'output/gl_renderer_draw_cache.cc',
287 'output/gl_renderer_draw_cache.h',
jamesrf313a212015-03-16 21:27:37288 'output/latency_info_swap_promise.cc',
289 'output/latency_info_swap_promise.h',
danakj920156852015-05-18 20:22:29290 'output/layer_quad.cc',
291 'output/layer_quad.h',
[email protected]5a45eac2013-07-24 22:40:18292 'output/managed_memory_policy.cc',
293 'output/managed_memory_policy.h',
294 'output/output_surface.cc',
295 'output/output_surface.h',
296 'output/output_surface_client.h',
[email protected]63880f8d2014-03-20 05:56:39297 'output/overlay_candidate.cc',
298 'output/overlay_candidate.h',
299 'output/overlay_candidate_validator.h',
300 'output/overlay_processor.cc',
301 'output/overlay_processor.h',
achaulkf47b4942015-04-01 17:26:08302 'output/overlay_strategy_common.cc',
303 'output/overlay_strategy_common.h',
[email protected]63880f8d2014-03-20 05:56:39304 'output/overlay_strategy_single_on_top.cc',
305 'output/overlay_strategy_single_on_top.h',
achaulkf47b4942015-04-01 17:26:08306 'output/overlay_strategy_underlay.cc',
307 'output/overlay_strategy_underlay.h',
[email protected]5a45eac2013-07-24 22:40:18308 'output/program_binding.cc',
309 'output/program_binding.h',
310 'output/render_surface_filters.cc',
311 'output/render_surface_filters.h',
312 'output/renderer.cc',
313 'output/renderer.h',
jamesr9b8fda32015-03-16 19:11:05314 'output/renderer_capabilities.cc',
315 'output/renderer_capabilities.h',
jbaumanc5be44c2014-11-20 22:17:12316 'output/renderer_settings.cc',
317 'output/renderer_settings.h',
[email protected]5a45eac2013-07-24 22:40:18318 'output/shader.cc',
319 'output/shader.h',
320 'output/software_frame_data.cc',
321 'output/software_frame_data.h',
322 'output/software_output_device.cc',
323 'output/software_output_device.h',
324 'output/software_renderer.cc',
325 'output/software_renderer.h',
awoloszyn3d8eb1d2015-03-12 14:38:32326 'output/static_geometry_binding.cc',
327 'output/static_geometry_binding.h',
jamesrf313a212015-03-16 21:27:37328 'output/swap_promise.h',
danakj920156852015-05-18 20:22:29329 'output/texture_mailbox_deleter.cc',
330 'output/texture_mailbox_deleter.h',
[email protected]19aec372014-07-01 19:08:49331 'output/viewport_selection_bound.cc',
332 'output/viewport_selection_bound.h',
danakj920156852015-05-18 20:22:29333 'playback/clip_display_item.cc',
334 'playback/clip_display_item.h',
335 'playback/clip_path_display_item.cc',
336 'playback/clip_path_display_item.h',
337 'playback/compositing_display_item.cc',
338 'playback/compositing_display_item.h',
339 'playback/display_item.cc',
340 'playback/display_item.h',
341 'playback/display_item_list.cc',
342 'playback/display_item_list.h',
jbroman7ae1e4bf2015-06-02 01:44:28343 'playback/display_item_list_settings.cc',
344 'playback/display_item_list_settings.h',
danakj920156852015-05-18 20:22:29345 'playback/display_list_raster_source.cc',
346 'playback/display_list_raster_source.h',
347 'playback/display_list_recording_source.cc',
348 'playback/display_list_recording_source.h',
349 'playback/drawing_display_item.cc',
350 'playback/drawing_display_item.h',
351 'playback/filter_display_item.cc',
352 'playback/filter_display_item.h',
353 'playback/float_clip_display_item.cc',
354 'playback/float_clip_display_item.h',
355 'playback/largest_display_item.cc',
356 'playback/largest_display_item.h',
357 'playback/picture.cc',
358 'playback/picture.h',
359 'playback/picture_pile.cc',
360 'playback/picture_pile.h',
361 'playback/picture_pile_impl.cc',
362 'playback/picture_pile_impl.h',
363 'playback/pixel_ref_map.cc',
364 'playback/pixel_ref_map.h',
365 'playback/raster_source.h',
366 'playback/raster_source_helper.cc',
367 'playback/raster_source_helper.h',
368 'playback/recording_source.h',
369 'playback/transform_display_item.cc',
370 'playback/transform_display_item.h',
[email protected]5a45eac2013-07-24 22:40:18371 'quads/checkerboard_draw_quad.cc',
372 'quads/checkerboard_draw_quad.h',
373 'quads/content_draw_quad_base.cc',
374 'quads/content_draw_quad_base.h',
375 'quads/debug_border_draw_quad.cc',
376 'quads/debug_border_draw_quad.h',
[email protected]d7ed7f02014-07-29 22:22:20377 'quads/draw_polygon.cc',
378 'quads/draw_polygon.h',
[email protected]5a45eac2013-07-24 22:40:18379 'quads/draw_quad.cc',
380 'quads/draw_quad.h',
381 'quads/io_surface_draw_quad.cc',
382 'quads/io_surface_draw_quad.h',
weiliangcfe7b51e2014-11-05 18:20:27383 'quads/largest_draw_quad.cc',
satorux457770e2015-02-18 18:33:39384 'quads/largest_draw_quad.h',
[email protected]5a45eac2013-07-24 22:40:18385 'quads/picture_draw_quad.cc',
386 'quads/picture_draw_quad.h',
387 'quads/render_pass.cc',
388 'quads/render_pass.h',
389 'quads/render_pass_draw_quad.cc',
390 'quads/render_pass_draw_quad.h',
[email protected]0cd7d6f72014-08-22 14:50:51391 'quads/render_pass_id.cc',
392 'quads/render_pass_id.h',
[email protected]5a45eac2013-07-24 22:40:18393 'quads/shared_quad_state.cc',
394 'quads/shared_quad_state.h',
395 'quads/solid_color_draw_quad.cc',
396 'quads/solid_color_draw_quad.h',
397 'quads/stream_video_draw_quad.cc',
398 'quads/stream_video_draw_quad.h',
[email protected]78d30122014-01-17 06:32:36399 'quads/surface_draw_quad.cc',
400 'quads/surface_draw_quad.h',
[email protected]5a45eac2013-07-24 22:40:18401 'quads/texture_draw_quad.cc',
402 'quads/texture_draw_quad.h',
403 'quads/tile_draw_quad.cc',
404 'quads/tile_draw_quad.h',
405 'quads/yuv_video_draw_quad.cc',
406 'quads/yuv_video_draw_quad.h',
danakj920156852015-05-18 20:22:29407 'raster/bitmap_tile_task_worker_pool.cc',
408 'raster/bitmap_tile_task_worker_pool.h',
409 'raster/gpu_rasterizer.cc',
410 'raster/gpu_rasterizer.h',
411 'raster/gpu_tile_task_worker_pool.cc',
412 'raster/gpu_tile_task_worker_pool.h',
413 'raster/one_copy_tile_task_worker_pool.cc',
414 'raster/one_copy_tile_task_worker_pool.h',
415 'raster/pixel_buffer_tile_task_worker_pool.cc',
416 'raster/pixel_buffer_tile_task_worker_pool.h',
417 'raster/raster_buffer.cc',
418 'raster/raster_buffer.h',
419 'raster/scoped_gpu_raster.cc',
420 'raster/scoped_gpu_raster.h',
421 'raster/task_graph_runner.cc',
422 'raster/task_graph_runner.h',
423 'raster/texture_compressor.cc',
424 'raster/texture_compressor.h',
425 'raster/texture_compressor_etc1.cc',
426 'raster/texture_compressor_etc1.h',
427 'raster/tile_task_runner.cc',
428 'raster/tile_task_runner.h',
429 'raster/tile_task_worker_pool.cc',
430 'raster/tile_task_worker_pool.h',
431 'raster/zero_copy_tile_task_worker_pool.cc',
432 'raster/zero_copy_tile_task_worker_pool.h',
[email protected]5a45eac2013-07-24 22:40:18433 'resources/memory_history.cc',
434 'resources/memory_history.h',
[email protected]5a45eac2013-07-24 22:40:18435 'resources/platform_color.h',
[email protected]9260757f2013-09-17 01:24:16436 'resources/release_callback.h',
reveman423e7da2014-09-23 16:57:44437 'resources/resource.h',
[email protected]c6f0cf62014-07-22 02:44:41438 'resources/resource_format.cc',
[email protected]bf050582014-07-24 11:10:58439 'resources/resource_format.h',
[email protected]5a45eac2013-07-24 22:40:18440 'resources/resource_pool.cc',
441 'resources/resource_pool.h',
442 'resources/resource_provider.cc',
443 'resources/resource_provider.h',
[email protected]e00bab022013-08-19 00:42:45444 'resources/returned_resource.h',
[email protected]5a45eac2013-07-24 22:40:18445 'resources/scoped_resource.cc',
446 'resources/scoped_resource.h',
[email protected]c9280762013-08-01 06:28:57447 'resources/scoped_ui_resource.cc',
448 'resources/scoped_ui_resource.h',
[email protected]a7f35682013-10-22 23:05:57449 'resources/shared_bitmap.cc',
450 'resources/shared_bitmap.h',
451 'resources/shared_bitmap_manager.h',
[email protected]9260757f2013-09-17 01:24:16452 'resources/single_release_callback.cc',
453 'resources/single_release_callback.h',
skyostil3976a3f2014-09-04 22:07:23454 'resources/single_release_callback_impl.cc',
455 'resources/single_release_callback_impl.h',
[email protected]5a45eac2013-07-24 22:40:18456 'resources/texture_mailbox.cc',
reveman423e7da2014-09-23 16:57:44457 'resources/texture_mailbox.h',
[email protected]5a45eac2013-07-24 22:40:18458 'resources/transferable_resource.cc',
459 'resources/transferable_resource.h',
[email protected]c9280762013-08-01 06:28:57460 'resources/ui_resource_bitmap.cc',
461 'resources/ui_resource_bitmap.h',
462 'resources/ui_resource_client.h',
[email protected]e1042192013-11-08 05:44:24463 'resources/ui_resource_request.cc',
464 'resources/ui_resource_request.h',
[email protected]5a45eac2013-07-24 22:40:18465 'resources/video_resource_updater.cc',
466 'resources/video_resource_updater.h',
mithroc34fc0b12014-09-30 09:10:41467 'scheduler/begin_frame_source.cc',
468 'scheduler/begin_frame_source.h',
mithro0bdb49d2015-05-27 13:08:01469 'scheduler/begin_frame_tracker.cc',
470 'scheduler/begin_frame_tracker.h',
mithrof7a21502014-12-17 03:24:48471 'scheduler/commit_earlyout_reason.h',
[email protected]5a45eac2013-07-24 22:40:18472 'scheduler/delay_based_time_source.cc',
473 'scheduler/delay_based_time_source.h',
[email protected]30d82142014-05-12 04:26:02474 'scheduler/draw_result.h',
[email protected]5a45eac2013-07-24 22:40:18475 'scheduler/scheduler.cc',
476 'scheduler/scheduler.h',
477 'scheduler/scheduler_settings.cc',
478 'scheduler/scheduler_settings.h',
479 'scheduler/scheduler_state_machine.cc',
480 'scheduler/scheduler_state_machine.h',
sunnyps7d073dc2015-04-16 23:29:12481 'scheduler/video_frame_controller.h',
danakj920156852015-05-18 20:22:29482 'tiles/eviction_tile_priority_queue.cc',
483 'tiles/eviction_tile_priority_queue.h',
danakj920156852015-05-18 20:22:29484 'tiles/picture_layer_tiling.cc',
485 'tiles/picture_layer_tiling.h',
486 'tiles/picture_layer_tiling_set.cc',
487 'tiles/picture_layer_tiling_set.h',
488 'tiles/prioritized_tile.cc',
489 'tiles/prioritized_tile.h',
490 'tiles/raster_tile_priority_queue.cc',
491 'tiles/raster_tile_priority_queue.h',
492 'tiles/raster_tile_priority_queue_all.cc',
493 'tiles/raster_tile_priority_queue_all.h',
494 'tiles/raster_tile_priority_queue_required.cc',
495 'tiles/raster_tile_priority_queue_required.h',
496 'tiles/tile.cc',
497 'tiles/tile.h',
498 'tiles/tile_draw_info.cc',
499 'tiles/tile_draw_info.h',
500 'tiles/tile_manager.cc',
501 'tiles/tile_manager.h',
502 'tiles/tile_priority.cc',
503 'tiles/tile_priority.h',
504 'tiles/tiling_set_eviction_queue.cc',
505 'tiles/tiling_set_eviction_queue.h',
506 'tiles/tiling_set_raster_queue_all.cc',
507 'tiles/tiling_set_raster_queue_all.h',
508 'tiles/tiling_set_raster_queue_required.cc',
509 'tiles/tiling_set_raster_queue_required.h',
[email protected]9794fb32013-08-29 09:49:59510 'trees/blocking_task_runner.cc',
511 'trees/blocking_task_runner.h',
[email protected]5a45eac2013-07-24 22:40:18512 'trees/damage_tracker.cc',
513 'trees/damage_tracker.h',
vollick51ed1a22014-12-17 02:03:00514 'trees/draw_property_utils.cc',
515 'trees/draw_property_utils.h',
jamesrf313a212015-03-16 21:27:37516 'trees/latency_info_swap_promise_monitor.cc',
517 'trees/latency_info_swap_promise_monitor.h',
[email protected]5a45eac2013-07-24 22:40:18518 'trees/layer_tree_host.cc',
519 'trees/layer_tree_host.h',
520 'trees/layer_tree_host_client.h',
521 'trees/layer_tree_host_common.cc',
522 'trees/layer_tree_host_common.h',
523 'trees/layer_tree_host_impl.cc',
524 'trees/layer_tree_host_impl.h',
ccameron00e438cd2015-03-12 06:18:14525 'trees/layer_tree_host_single_thread_client.h',
[email protected]5a45eac2013-07-24 22:40:18526 'trees/layer_tree_impl.cc',
527 'trees/layer_tree_impl.h',
528 'trees/layer_tree_settings.cc',
529 'trees/layer_tree_settings.h',
vmpstrcdcb5f72014-09-11 00:58:37530 'trees/occlusion.cc',
531 'trees/occlusion.h',
[email protected]5a45eac2013-07-24 22:40:18532 'trees/occlusion_tracker.cc',
533 'trees/occlusion_tracker.h',
vollick51ed1a22014-12-17 02:03:00534 'trees/property_tree.cc',
535 'trees/property_tree.h',
536 'trees/property_tree_builder.cc',
537 'trees/property_tree_builder.h',
[email protected]5a45eac2013-07-24 22:40:18538 'trees/proxy.cc',
539 'trees/proxy.h',
[email protected]e5267e9de2014-02-15 01:11:48540 'trees/proxy_timing_history.cc',
541 'trees/proxy_timing_history.h',
[email protected]aeeedad2014-08-22 18:16:22542 'trees/scoped_abort_remaining_swap_promises.h',
[email protected]5a45eac2013-07-24 22:40:18543 'trees/single_thread_proxy.cc',
544 'trees/single_thread_proxy.h',
jamesrf313a212015-03-16 21:27:37545 'trees/swap_promise_monitor.cc',
546 'trees/swap_promise_monitor.h',
[email protected]5a45eac2013-07-24 22:40:18547 'trees/thread_proxy.cc',
548 'trees/thread_proxy.h',
549 'trees/tree_synchronizer.cc',
550 'trees/tree_synchronizer.h',
[email protected]94f206c12012-08-25 00:09:14551 ],
fdegans75b3d092014-09-17 18:35:55552 'includes': [
553 '../build/android/increase_size_for_speed.gypi',
554 ],
thakis4a0c5482015-06-08 20:51:29555 'conditions': [
556 ['target_arch == "ia32" or target_arch == "x64"', {
557 'sources': [
558 'raster/texture_compressor_etc1_sse.cc',
559 'raster/texture_compressor_etc1_sse.h',
560 ],
561 }],
562 ],
[email protected]94f206c12012-08-25 00:09:14563 },
[email protected]54bf8132014-01-16 05:22:28564 {
[email protected]6e44c302014-07-22 21:51:37565 # GN version: //cc/surfaces
[email protected]54bf8132014-01-16 05:22:28566 'target_name': 'cc_surfaces',
567 'type': '<(component)',
568 'dependencies': [
569 'cc',
570 '<(DEPTH)/base/base.gyp:base',
571 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
jbauman641786a2015-05-28 23:35:34572 '<(DEPTH)/gpu/gpu.gyp:gpu',
[email protected]6a8b3392014-01-29 02:34:21573 '<(DEPTH)/skia/skia.gyp:skia',
jbauman1b92b442014-09-04 17:22:49574 '<(DEPTH)/ui/events/events.gyp:events_base',
[email protected]54bf8132014-01-16 05:22:28575 '<(DEPTH)/ui/gfx/gfx.gyp:gfx',
576 '<(DEPTH)/ui/gfx/gfx.gyp:gfx_geometry',
577 ],
578 'defines': [
579 'CC_SURFACES_IMPLEMENTATION=1',
580 ],
581 'sources': [
[email protected]6e44c302014-07-22 21:51:37582 # Note: file list duplicated in GN build.
[email protected]11c2b3d32014-05-30 05:23:05583 'surfaces/display.cc',
584 'surfaces/display.h',
585 'surfaces/display_client.h',
briandersone3d8fe5e2015-05-22 00:45:24586 'surfaces/display_scheduler.cc',
587 'surfaces/display_scheduler.h',
jbaumanf400ce532015-02-03 04:54:59588 'surfaces/onscreen_display_client.cc',
589 'surfaces/onscreen_display_client.h',
[email protected]54bf8132014-01-16 05:22:28590 'surfaces/surface.cc',
591 'surfaces/surface.h',
[email protected]6a8b3392014-01-29 02:34:21592 'surfaces/surface_aggregator.cc',
593 'surfaces/surface_aggregator.h',
satorux457770e2015-02-18 18:33:39594 'surfaces/surface_display_output_surface.cc',
595 'surfaces/surface_display_output_surface.h',
[email protected]387b59d2014-06-27 01:17:34596 'surfaces/surface_factory.cc',
597 'surfaces/surface_factory.h',
598 'surfaces/surface_factory_client.h',
599 'surfaces/surface_id.h',
[email protected]cde792132014-07-02 06:52:46600 'surfaces/surface_id_allocator.cc',
601 'surfaces/surface_id_allocator.h',
[email protected]54bf8132014-01-16 05:22:28602 'surfaces/surface_manager.cc',
603 'surfaces/surface_manager.h',
[email protected]387b59d2014-06-27 01:17:34604 'surfaces/surface_resource_holder.cc',
605 'surfaces/surface_resource_holder.h',
[email protected]54bf8132014-01-16 05:22:28606 'surfaces/surfaces_export.h',
607 ],
fdegans75b3d092014-09-17 18:35:55608 'includes': [
609 '../build/android/increase_size_for_speed.gypi',
610 ],
[email protected]54bf8132014-01-16 05:22:28611 },
[email protected]94f206c12012-08-25 00:09:14612 ],
[email protected]3fccb63f2012-08-06 23:19:30613}