blob: b9bf8f40633e4fcfeb034eb07146361034146c50 [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',
ericrkf08855b42015-08-06 00:20:2223 '<(DEPTH)/ui/gl/gl.gyp:gl',
[email protected]439458f32012-10-16 02:24:3124 ],
[email protected]4e457462014-03-05 09:53:2625 'variables': {
26 'optimize': 'max',
27 },
[email protected]54bf8132014-01-16 05:22:2828 'export_dependent_settings': [
29 '<(DEPTH)/skia/skia.gyp:skia',
30 ],
[email protected]439458f32012-10-16 02:24:3131 'defines': [
[email protected]52347c842012-11-02 21:06:2032 'CC_IMPLEMENTATION=1',
[email protected]439458f32012-10-16 02:24:3133 ],
[email protected]439458f32012-10-16 02:24:3134 'sources': [
[email protected]6e44c302014-07-22 21:51:3735 # Note: file list duplicated in GN build.
[email protected]5a45eac2013-07-24 22:40:1836 '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',
loysobb93bef2015-07-03 00:19:5043 'animation/animation_host.cc',
44 'animation/animation_host.h',
[email protected]5a45eac2013-07-24 22:40:1845 'animation/animation_id_provider.cc',
46 'animation/animation_id_provider.h',
loysobb93bef2015-07-03 00:19:5047 'animation/animation_player.cc',
48 'animation/animation_player.h',
[email protected]5a45eac2013-07-24 22:40:1849 'animation/animation_registrar.cc',
50 'animation/animation_registrar.h',
loysobb93bef2015-07-03 00:19:5051 'animation/animation_timeline.cc',
52 'animation/animation_timeline.h',
53 'animation/element_animations.cc',
54 'animation/element_animations.h',
[email protected]5a45eac2013-07-24 22:40:1855 'animation/keyframed_animation_curve.cc',
56 'animation/keyframed_animation_curve.h',
57 'animation/layer_animation_controller.cc',
58 'animation/layer_animation_controller.h',
59 'animation/layer_animation_event_observer.h',
60 'animation/layer_animation_value_observer.h',
[email protected]b8384e22013-12-03 02:20:4861 'animation/layer_animation_value_provider.h',
[email protected]87ecde92013-11-25 19:30:2462 'animation/scroll_offset_animation_curve.cc',
63 'animation/scroll_offset_animation_curve.h',
[email protected]930ff43b2014-05-02 05:24:0064 'animation/scrollbar_animation_controller.cc',
satorux457770e2015-02-18 18:33:3965 'animation/scrollbar_animation_controller.h',
[email protected]5a45eac2013-07-24 22:40:1866 'animation/scrollbar_animation_controller_linear_fade.cc',
67 'animation/scrollbar_animation_controller_linear_fade.h',
[email protected]2ea5aba2013-09-11 14:26:5668 'animation/scrollbar_animation_controller_thinning.cc',
69 'animation/scrollbar_animation_controller_thinning.h',
[email protected]5a45eac2013-07-24 22:40:1870 'animation/timing_function.cc',
71 'animation/timing_function.h',
72 'animation/transform_operation.cc',
73 'animation/transform_operation.h',
74 'animation/transform_operations.cc',
75 'animation/transform_operations.h',
76 'base/completion_event.h',
[email protected]afb84fc2014-05-29 01:47:5377 'base/delayed_unique_notifier.cc',
78 'base/delayed_unique_notifier.h',
jbroman7b5b0552015-05-28 03:36:5879 'base/histograms.cc',
80 'base/histograms.h',
[email protected]5a45eac2013-07-24 22:40:1881 'base/invalidation_region.cc',
82 'base/invalidation_region.h',
jbroman7ea06b02015-05-28 20:20:2283 'base/list_container.h',
vmpstr988b5dee2015-09-15 17:44:1584 'base/list_container_helper.cc',
85 'base/list_container_helper.h',
[email protected]5a45eac2013-07-24 22:40:1886 'base/math_util.cc',
87 'base/math_util.h',
vmpstrb10241fc2015-09-18 01:10:1288 'base/random_access_list_container.h',
[email protected]5a45eac2013-07-24 22:40:1889 'base/region.cc',
90 'base/region.h',
jbaumanbbd425e2015-05-19 00:33:3591 'base/resource_id.h',
[email protected]eade06d2014-02-04 07:04:3292 'base/rolling_time_delta_history.cc',
93 'base/rolling_time_delta_history.h',
vmpstrb3ceb8222015-09-23 20:25:2594 'base/rtree.cc',
95 'base/rtree.h',
[email protected]5a45eac2013-07-24 22:40:1896 'base/scoped_ptr_algorithm.h',
97 'base/scoped_ptr_deque.h',
[email protected]5a45eac2013-07-24 22:40:1898 'base/scoped_ptr_vector.h',
[email protected]d5467eb72014-08-22 01:16:4399 'base/simple_enclosed_region.cc',
100 'base/simple_enclosed_region.h',
[email protected]5a45eac2013-07-24 22:40:18101 'base/switches.cc',
102 'base/switches.h',
satorux457770e2015-02-18 18:33:39103 'base/synced_property.h',
[email protected]5a45eac2013-07-24 22:40:18104 'base/tiling_data.cc',
105 'base/tiling_data.h',
behara.ms71ff07f32014-11-12 05:09:08106 'base/time_util.h',
[email protected]afb84fc2014-05-29 01:47:53107 'base/unique_notifier.cc',
108 'base/unique_notifier.h',
[email protected]adbe30f2013-10-11 21:12:33109 'debug/benchmark_instrumentation.cc',
110 'debug/benchmark_instrumentation.h',
[email protected]5a45eac2013-07-24 22:40:18111 'debug/debug_colors.cc',
112 'debug/debug_colors.h',
113 'debug/debug_rect_history.cc',
114 'debug/debug_rect_history.h',
115 'debug/devtools_instrumentation.h',
[email protected]5a45eac2013-07-24 22:40:18116 'debug/frame_rate_counter.cc',
117 'debug/frame_rate_counter.h',
vmpstr3d1d72c2015-01-26 18:27:40118 'debug/frame_timing_request.cc',
119 'debug/frame_timing_request.h',
michaelblain1bcdf892015-01-17 01:24:30120 'debug/frame_timing_tracker.cc',
121 'debug/frame_timing_tracker.h',
hendrikw9385e492014-12-17 21:42:59122 'debug/frame_viewer_instrumentation.cc',
[email protected]b17906c12014-04-18 19:56:09123 'debug/frame_viewer_instrumentation.h',
[email protected]35805ad2014-05-31 22:17:19124 'debug/invalidation_benchmark.cc',
125 'debug/invalidation_benchmark.h',
[email protected]29d39a42014-05-13 19:40:58126 'debug/lap_timer.cc',
127 'debug/lap_timer.h',
[email protected]5a45eac2013-07-24 22:40:18128 'debug/layer_tree_debug_state.cc',
129 'debug/layer_tree_debug_state.h',
[email protected]96524062013-10-11 13:46:05130 'debug/micro_benchmark.cc',
131 'debug/micro_benchmark.h',
132 'debug/micro_benchmark_controller.cc',
133 'debug/micro_benchmark_controller.h',
[email protected]5e5648a2013-11-18 00:39:33134 'debug/micro_benchmark_controller_impl.cc',
135 'debug/micro_benchmark_controller_impl.h',
satorux457770e2015-02-18 18:33:39136 'debug/micro_benchmark_impl.cc',
137 'debug/micro_benchmark_impl.h',
ajumad7dd21a2015-01-09 00:57:31138 'debug/picture_debug_util.cc',
139 'debug/picture_debug_util.h',
[email protected]8cac9fe2013-11-18 20:32:08140 'debug/rasterize_and_record_benchmark.cc',
141 'debug/rasterize_and_record_benchmark.h',
142 'debug/rasterize_and_record_benchmark_impl.cc',
143 'debug/rasterize_and_record_benchmark_impl.h',
[email protected]5a45eac2013-07-24 22:40:18144 'debug/rendering_stats.cc',
145 'debug/rendering_stats.h',
146 'debug/rendering_stats_instrumentation.cc',
147 'debug/rendering_stats_instrumentation.h',
148 'debug/ring_buffer.h',
caseq252613a72015-06-19 11:12:57149 'debug/traced_display_item_list.cc',
150 'debug/traced_display_item_list.h',
[email protected]5a45eac2013-07-24 22:40:18151 'debug/traced_value.cc',
152 'debug/traced_value.h',
[email protected]666d7cf2013-10-12 01:30:29153 'debug/unittest_only_benchmark.cc',
154 'debug/unittest_only_benchmark.h',
[email protected]5e5648a2013-11-18 00:39:33155 'debug/unittest_only_benchmark_impl.cc',
156 'debug/unittest_only_benchmark_impl.h',
ccameron36d091f2014-11-07 03:18:50157 'input/input_handler.cc',
[email protected]5a45eac2013-07-24 22:40:18158 'input/input_handler.h',
[email protected]19aec372014-07-01 19:08:49159 'input/layer_selection_bound.cc',
160 'input/layer_selection_bound.h',
satorux457770e2015-02-18 18:33:39161 'input/page_scale_animation.cc',
162 'input/page_scale_animation.h',
ccameron4163cc352014-11-13 19:06:36163 'input/scroll_elasticity_helper.cc',
164 'input/scroll_elasticity_helper.h',
tdresserd9e201472015-07-31 13:15:07165 'input/scroll_state.cc',
166 'input/scroll_state.h',
[email protected]19aec372014-07-01 19:08:49167 'input/selection_bound_type.h',
jdduke449b5292015-04-23 19:36:44168 'input/selection.h',
[email protected]5a45eac2013-07-24 22:40:18169 'input/top_controls_manager.cc',
170 'input/top_controls_manager.h',
171 'input/top_controls_manager_client.h',
172 'layers/append_quads_data.h',
[email protected]5a45eac2013-07-24 22:40:18173 'layers/content_layer_client.h',
[email protected]09f67382013-10-09 21:03:45174 'layers/delegated_frame_provider.cc',
175 'layers/delegated_frame_provider.h',
176 'layers/delegated_frame_resource_collection.cc',
177 'layers/delegated_frame_resource_collection.h',
[email protected]5a45eac2013-07-24 22:40:18178 'layers/delegated_renderer_layer.cc',
179 'layers/delegated_renderer_layer.h',
[email protected]5a45eac2013-07-24 22:40:18180 'layers/delegated_renderer_layer_impl.cc',
181 'layers/delegated_renderer_layer_impl.h',
ennefffb119c2015-08-29 09:17:30182 'layers/draw_properties.cc',
[email protected]5a45eac2013-07-24 22:40:18183 'layers/draw_properties.h',
184 'layers/heads_up_display_layer.cc',
185 'layers/heads_up_display_layer.h',
186 'layers/heads_up_display_layer_impl.cc',
187 'layers/heads_up_display_layer_impl.h',
[email protected]5a45eac2013-07-24 22:40:18188 'layers/io_surface_layer.cc',
189 'layers/io_surface_layer.h',
190 'layers/io_surface_layer_impl.cc',
191 'layers/io_surface_layer_impl.h',
192 'layers/layer.cc',
193 'layers/layer.h',
[email protected]ae716ce2013-08-16 13:04:24194 'layers/layer_client.h',
[email protected]5a45eac2013-07-24 22:40:18195 'layers/layer_impl.cc',
196 'layers/layer_impl.h',
[email protected]5a45eac2013-07-24 22:40:18197 'layers/layer_iterator.h',
[email protected]5a45eac2013-07-24 22:40:18198 'layers/layer_lists.h',
199 'layers/layer_position_constraint.cc',
200 'layers/layer_position_constraint.h',
[email protected]3d86dd7a2014-01-24 01:33:11201 'layers/layer_utils.cc',
202 'layers/layer_utils.h',
[email protected]5a45eac2013-07-24 22:40:18203 'layers/nine_patch_layer.cc',
204 'layers/nine_patch_layer.h',
205 'layers/nine_patch_layer_impl.cc',
206 'layers/nine_patch_layer_impl.h',
207 'layers/paint_properties.h',
[email protected]3a83478b2013-08-22 20:55:17208 'layers/painted_scrollbar_layer.cc',
209 'layers/painted_scrollbar_layer.h',
210 'layers/painted_scrollbar_layer_impl.cc',
211 'layers/painted_scrollbar_layer_impl.h',
[email protected]5a45eac2013-07-24 22:40:18212 'layers/picture_image_layer.cc',
213 'layers/picture_image_layer.h',
214 'layers/picture_image_layer_impl.cc',
215 'layers/picture_image_layer_impl.h',
216 'layers/picture_layer.cc',
217 'layers/picture_layer.h',
218 'layers/picture_layer_impl.cc',
219 'layers/picture_layer_impl.h',
[email protected]5a45eac2013-07-24 22:40:18220 'layers/render_pass_sink.h',
ajumad301953f2015-09-04 14:20:20221 'layers/render_surface_draw_properties.cc',
222 'layers/render_surface_draw_properties.h',
[email protected]5a45eac2013-07-24 22:40:18223 'layers/render_surface_impl.cc',
224 'layers/render_surface_impl.h',
[email protected]80413d72013-08-30 20:25:33225 'layers/scrollbar_layer_impl_base.cc',
226 'layers/scrollbar_layer_impl_base.h',
227 'layers/scrollbar_layer_interface.h',
[email protected]5a45eac2013-07-24 22:40:18228 'layers/solid_color_layer.cc',
229 'layers/solid_color_layer.h',
230 'layers/solid_color_layer_impl.cc',
231 'layers/solid_color_layer_impl.h',
[email protected]80413d72013-08-30 20:25:33232 'layers/solid_color_scrollbar_layer.cc',
233 'layers/solid_color_scrollbar_layer.h',
234 'layers/solid_color_scrollbar_layer_impl.cc',
235 'layers/solid_color_scrollbar_layer_impl.h',
[email protected]c1ae82942014-01-17 23:17:04236 'layers/surface_layer.cc',
237 'layers/surface_layer.h',
238 'layers/surface_layer_impl.cc',
239 'layers/surface_layer_impl.h',
[email protected]5a45eac2013-07-24 22:40:18240 'layers/texture_layer.cc',
241 'layers/texture_layer.h',
242 'layers/texture_layer_client.h',
243 'layers/texture_layer_impl.cc',
244 'layers/texture_layer_impl.h',
[email protected]efbdb3a2013-10-04 00:35:13245 'layers/ui_resource_layer.cc',
246 'layers/ui_resource_layer.h',
247 'layers/ui_resource_layer_impl.cc',
248 'layers/ui_resource_layer_impl.h',
[email protected]5a45eac2013-07-24 22:40:18249 'layers/video_frame_provider.h',
250 'layers/video_frame_provider_client_impl.cc',
251 'layers/video_frame_provider_client_impl.h',
252 'layers/video_layer.cc',
253 'layers/video_layer.h',
254 'layers/video_layer_impl.cc',
255 'layers/video_layer_impl.h',
bokanaa2748312015-03-26 00:10:37256 'layers/viewport.cc',
257 'layers/viewport.h',
[email protected]5a45eac2013-07-24 22:40:18258 'output/begin_frame_args.cc',
259 'output/begin_frame_args.h',
[email protected]80fae1e2014-07-30 12:50:20260 'output/bsp_tree.cc',
261 'output/bsp_tree.h',
262 'output/bsp_walk_action.cc',
263 'output/bsp_walk_action.h',
[email protected]5a45eac2013-07-24 22:40:18264 'output/compositor_frame.cc',
265 'output/compositor_frame.h',
266 'output/compositor_frame_ack.cc',
267 'output/compositor_frame_ack.h',
268 'output/compositor_frame_metadata.cc',
269 'output/compositor_frame_metadata.h',
[email protected]41de22822013-08-29 04:16:17270 'output/context_provider.cc',
[email protected]5a45eac2013-07-24 22:40:18271 'output/context_provider.h',
272 'output/copy_output_request.cc',
273 'output/copy_output_request.h',
274 'output/copy_output_result.cc',
275 'output/copy_output_result.h',
[email protected]5a45eac2013-07-24 22:40:18276 'output/delegated_frame_data.cc',
satorux457770e2015-02-18 18:33:39277 'output/delegated_frame_data.h',
[email protected]5a45eac2013-07-24 22:40:18278 'output/delegating_renderer.cc',
279 'output/delegating_renderer.h',
280 'output/direct_renderer.cc',
281 'output/direct_renderer.h',
awoloszyn3d8eb1d2015-03-12 14:38:32282 'output/dynamic_geometry_binding.cc',
283 'output/dynamic_geometry_binding.h',
[email protected]5a45eac2013-07-24 22:40:18284 'output/filter_operation.cc',
285 'output/filter_operation.h',
286 'output/filter_operations.cc',
287 'output/filter_operations.h',
288 'output/geometry_binding.cc',
289 'output/geometry_binding.h',
[email protected]5a45eac2013-07-24 22:40:18290 'output/gl_frame_data.cc',
satorux457770e2015-02-18 18:33:39291 'output/gl_frame_data.h',
[email protected]5a45eac2013-07-24 22:40:18292 'output/gl_renderer.cc',
293 'output/gl_renderer.h',
294 'output/gl_renderer_draw_cache.cc',
295 'output/gl_renderer_draw_cache.h',
jamesrf313a212015-03-16 21:27:37296 'output/latency_info_swap_promise.cc',
297 'output/latency_info_swap_promise.h',
danakj920156852015-05-18 20:22:29298 'output/layer_quad.cc',
299 'output/layer_quad.h',
[email protected]5a45eac2013-07-24 22:40:18300 'output/managed_memory_policy.cc',
301 'output/managed_memory_policy.h',
302 'output/output_surface.cc',
303 'output/output_surface.h',
304 'output/output_surface_client.h',
[email protected]63880f8d2014-03-20 05:56:39305 'output/overlay_candidate.cc',
306 'output/overlay_candidate.h',
307 'output/overlay_candidate_validator.h',
308 'output/overlay_processor.cc',
309 'output/overlay_processor.h',
achaulkf47b4942015-04-01 17:26:08310 'output/overlay_strategy_common.cc',
311 'output/overlay_strategy_common.h',
ccameroncf57c8d2015-08-27 00:32:54312 'output/overlay_strategy_sandwich.cc',
313 'output/overlay_strategy_sandwich.h',
[email protected]63880f8d2014-03-20 05:56:39314 'output/overlay_strategy_single_on_top.cc',
315 'output/overlay_strategy_single_on_top.h',
achaulkf47b4942015-04-01 17:26:08316 'output/overlay_strategy_underlay.cc',
317 'output/overlay_strategy_underlay.h',
[email protected]5a45eac2013-07-24 22:40:18318 'output/program_binding.cc',
319 'output/program_binding.h',
320 'output/render_surface_filters.cc',
321 'output/render_surface_filters.h',
322 'output/renderer.cc',
323 'output/renderer.h',
jamesr9b8fda32015-03-16 19:11:05324 'output/renderer_capabilities.cc',
325 'output/renderer_capabilities.h',
jbaumanc5be44c2014-11-20 22:17:12326 'output/renderer_settings.cc',
327 'output/renderer_settings.h',
[email protected]5a45eac2013-07-24 22:40:18328 'output/shader.cc',
329 'output/shader.h',
[email protected]5a45eac2013-07-24 22:40:18330 'output/software_output_device.cc',
331 'output/software_output_device.h',
332 'output/software_renderer.cc',
333 'output/software_renderer.h',
awoloszyn3d8eb1d2015-03-12 14:38:32334 'output/static_geometry_binding.cc',
335 'output/static_geometry_binding.h',
jamesrf313a212015-03-16 21:27:37336 'output/swap_promise.h',
danakj920156852015-05-18 20:22:29337 'output/texture_mailbox_deleter.cc',
338 'output/texture_mailbox_deleter.h',
[email protected]19aec372014-07-01 19:08:49339 'output/viewport_selection_bound.cc',
340 'output/viewport_selection_bound.h',
danakj920156852015-05-18 20:22:29341 'playback/clip_display_item.cc',
342 'playback/clip_display_item.h',
343 'playback/clip_path_display_item.cc',
344 'playback/clip_path_display_item.h',
345 'playback/compositing_display_item.cc',
346 'playback/compositing_display_item.h',
fmalita7913ee52015-09-09 19:47:31347 'playback/discardable_image_map.cc',
348 'playback/discardable_image_map.h',
danakj920156852015-05-18 20:22:29349 'playback/display_item.cc',
350 'playback/display_item.h',
351 'playback/display_item_list.cc',
352 'playback/display_item_list.h',
jbroman7ae1e4bf2015-06-02 01:44:28353 'playback/display_item_list_settings.cc',
354 'playback/display_item_list_settings.h',
danakj920156852015-05-18 20:22:29355 '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',
danakj920156852015-05-18 20:22:29367 'playback/raster_source.h',
368 'playback/raster_source_helper.cc',
369 'playback/raster_source_helper.h',
370 'playback/recording_source.h',
371 'playback/transform_display_item.cc',
372 'playback/transform_display_item.h',
[email protected]5a45eac2013-07-24 22:40:18373 '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',
danakj920156852015-05-18 20:22:29415 'raster/raster_buffer.cc',
416 'raster/raster_buffer.h',
417 'raster/scoped_gpu_raster.cc',
418 'raster/scoped_gpu_raster.h',
419 'raster/task_graph_runner.cc',
420 'raster/task_graph_runner.h',
421 'raster/texture_compressor.cc',
422 'raster/texture_compressor.h',
423 'raster/texture_compressor_etc1.cc',
424 'raster/texture_compressor_etc1.h',
425 'raster/tile_task_runner.cc',
426 'raster/tile_task_runner.h',
427 'raster/tile_task_worker_pool.cc',
428 'raster/tile_task_worker_pool.h',
429 'raster/zero_copy_tile_task_worker_pool.cc',
430 'raster/zero_copy_tile_task_worker_pool.h',
[email protected]5a45eac2013-07-24 22:40:18431 'resources/memory_history.cc',
432 'resources/memory_history.h',
[email protected]5a45eac2013-07-24 22:40:18433 'resources/platform_color.h',
[email protected]9260757f2013-09-17 01:24:16434 'resources/release_callback.h',
reveman423e7da2014-09-23 16:57:44435 'resources/resource.h',
[email protected]c6f0cf62014-07-22 02:44:41436 'resources/resource_format.cc',
[email protected]bf050582014-07-24 11:10:58437 'resources/resource_format.h',
[email protected]5a45eac2013-07-24 22:40:18438 'resources/resource_pool.cc',
439 'resources/resource_pool.h',
440 'resources/resource_provider.cc',
441 'resources/resource_provider.h',
prashant.n8e494282015-08-03 07:13:41442 'resources/resource_util.h',
[email protected]e00bab022013-08-19 00:42:45443 'resources/returned_resource.h',
[email protected]5a45eac2013-07-24 22:40:18444 'resources/scoped_resource.cc',
445 'resources/scoped_resource.h',
[email protected]c9280762013-08-01 06:28:57446 'resources/scoped_ui_resource.cc',
447 'resources/scoped_ui_resource.h',
[email protected]a7f35682013-10-22 23:05:57448 'resources/shared_bitmap.cc',
449 'resources/shared_bitmap.h',
450 'resources/shared_bitmap_manager.h',
[email protected]9260757f2013-09-17 01:24:16451 'resources/single_release_callback.cc',
452 'resources/single_release_callback.h',
skyostil3976a3f2014-09-04 22:07:23453 'resources/single_release_callback_impl.cc',
454 'resources/single_release_callback_impl.h',
[email protected]5a45eac2013-07-24 22:40:18455 'resources/texture_mailbox.cc',
reveman423e7da2014-09-23 16:57:44456 'resources/texture_mailbox.h',
[email protected]5a45eac2013-07-24 22:40:18457 'resources/transferable_resource.cc',
458 'resources/transferable_resource.h',
[email protected]c9280762013-08-01 06:28:57459 'resources/ui_resource_bitmap.cc',
460 'resources/ui_resource_bitmap.h',
461 'resources/ui_resource_client.h',
[email protected]e1042192013-11-08 05:44:24462 'resources/ui_resource_request.cc',
463 'resources/ui_resource_request.h',
[email protected]5a45eac2013-07-24 22:40:18464 'resources/video_resource_updater.cc',
465 'resources/video_resource_updater.h',
mithroc34fc0b12014-09-30 09:10:41466 'scheduler/begin_frame_source.cc',
467 'scheduler/begin_frame_source.h',
mithro0bdb49d2015-05-27 13:08:01468 'scheduler/begin_frame_tracker.cc',
469 'scheduler/begin_frame_tracker.h',
mithrof7a21502014-12-17 03:24:48470 'scheduler/commit_earlyout_reason.h',
briandersonc9f50352015-06-24 03:38:58471 'scheduler/compositor_timing_history.cc',
472 'scheduler/compositor_timing_history.h',
[email protected]5a45eac2013-07-24 22:40:18473 'scheduler/delay_based_time_source.cc',
474 'scheduler/delay_based_time_source.h',
[email protected]30d82142014-05-12 04:26:02475 'scheduler/draw_result.h',
[email protected]5a45eac2013-07-24 22:40:18476 'scheduler/scheduler.cc',
477 'scheduler/scheduler.h',
478 'scheduler/scheduler_settings.cc',
479 'scheduler/scheduler_settings.h',
480 'scheduler/scheduler_state_machine.cc',
481 'scheduler/scheduler_state_machine.h',
sunnyps7d073dc2015-04-16 23:29:12482 'scheduler/video_frame_controller.h',
danakj920156852015-05-18 20:22:29483 'tiles/eviction_tile_priority_queue.cc',
484 'tiles/eviction_tile_priority_queue.h',
vmpstrc8cf52ab2015-08-03 23:12:50485 'tiles/image_decode_controller.cc',
486 'tiles/image_decode_controller.h',
danakj920156852015-05-18 20:22:29487 'tiles/picture_layer_tiling.cc',
488 'tiles/picture_layer_tiling.h',
489 'tiles/picture_layer_tiling_set.cc',
490 'tiles/picture_layer_tiling_set.h',
491 'tiles/prioritized_tile.cc',
492 'tiles/prioritized_tile.h',
493 'tiles/raster_tile_priority_queue.cc',
494 'tiles/raster_tile_priority_queue.h',
495 'tiles/raster_tile_priority_queue_all.cc',
496 'tiles/raster_tile_priority_queue_all.h',
497 'tiles/raster_tile_priority_queue_required.cc',
498 'tiles/raster_tile_priority_queue_required.h',
499 'tiles/tile.cc',
500 'tiles/tile.h',
501 'tiles/tile_draw_info.cc',
502 'tiles/tile_draw_info.h',
503 'tiles/tile_manager.cc',
504 'tiles/tile_manager.h',
505 'tiles/tile_priority.cc',
506 'tiles/tile_priority.h',
507 'tiles/tiling_set_eviction_queue.cc',
508 'tiles/tiling_set_eviction_queue.h',
509 'tiles/tiling_set_raster_queue_all.cc',
510 'tiles/tiling_set_raster_queue_all.h',
511 'tiles/tiling_set_raster_queue_required.cc',
512 'tiles/tiling_set_raster_queue_required.h',
[email protected]9794fb32013-08-29 09:49:59513 'trees/blocking_task_runner.cc',
514 'trees/blocking_task_runner.h',
[email protected]5a45eac2013-07-24 22:40:18515 'trees/damage_tracker.cc',
516 'trees/damage_tracker.h',
vollick51ed1a22014-12-17 02:03:00517 'trees/draw_property_utils.cc',
518 'trees/draw_property_utils.h',
jamesrf313a212015-03-16 21:27:37519 'trees/latency_info_swap_promise_monitor.cc',
520 'trees/latency_info_swap_promise_monitor.h',
[email protected]5a45eac2013-07-24 22:40:18521 'trees/layer_tree_host.cc',
522 'trees/layer_tree_host.h',
523 'trees/layer_tree_host_client.h',
524 'trees/layer_tree_host_common.cc',
525 'trees/layer_tree_host_common.h',
526 'trees/layer_tree_host_impl.cc',
527 'trees/layer_tree_host_impl.h',
ccameron00e438cd2015-03-12 06:18:14528 'trees/layer_tree_host_single_thread_client.h',
[email protected]5a45eac2013-07-24 22:40:18529 'trees/layer_tree_impl.cc',
530 'trees/layer_tree_impl.h',
531 'trees/layer_tree_settings.cc',
532 'trees/layer_tree_settings.h',
loysobb93bef2015-07-03 00:19:50533 'trees/mutator_host_client.h',
vmpstrcdcb5f72014-09-11 00:58:37534 'trees/occlusion.cc',
535 'trees/occlusion.h',
[email protected]5a45eac2013-07-24 22:40:18536 'trees/occlusion_tracker.cc',
537 'trees/occlusion_tracker.h',
vollick51ed1a22014-12-17 02:03:00538 'trees/property_tree.cc',
539 'trees/property_tree.h',
540 'trees/property_tree_builder.cc',
541 'trees/property_tree_builder.h',
[email protected]5a45eac2013-07-24 22:40:18542 'trees/proxy.cc',
543 'trees/proxy.h',
[email protected]aeeedad2014-08-22 18:16:22544 'trees/scoped_abort_remaining_swap_promises.h',
[email protected]5a45eac2013-07-24 22:40:18545 'trees/single_thread_proxy.cc',
546 'trees/single_thread_proxy.h',
jamesrf313a212015-03-16 21:27:37547 'trees/swap_promise_monitor.cc',
548 'trees/swap_promise_monitor.h',
[email protected]5a45eac2013-07-24 22:40:18549 'trees/thread_proxy.cc',
550 'trees/thread_proxy.h',
551 'trees/tree_synchronizer.cc',
552 'trees/tree_synchronizer.h',
[email protected]94f206c12012-08-25 00:09:14553 ],
fdegans75b3d092014-09-17 18:35:55554 'includes': [
555 '../build/android/increase_size_for_speed.gypi',
556 ],
thakis4a0c5482015-06-08 20:51:29557 'conditions': [
558 ['target_arch == "ia32" or target_arch == "x64"', {
559 'sources': [
560 'raster/texture_compressor_etc1_sse.cc',
561 'raster/texture_compressor_etc1_sse.h',
562 ],
563 }],
564 ],
[email protected]94f206c12012-08-25 00:09:14565 },
[email protected]54bf8132014-01-16 05:22:28566 {
[email protected]6e44c302014-07-22 21:51:37567 # GN version: //cc/surfaces
[email protected]54bf8132014-01-16 05:22:28568 'target_name': 'cc_surfaces',
569 'type': '<(component)',
570 'dependencies': [
571 'cc',
572 '<(DEPTH)/base/base.gyp:base',
573 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
jbauman641786a2015-05-28 23:35:34574 '<(DEPTH)/gpu/gpu.gyp:gpu',
[email protected]6a8b3392014-01-29 02:34:21575 '<(DEPTH)/skia/skia.gyp:skia',
jbauman1b92b442014-09-04 17:22:49576 '<(DEPTH)/ui/events/events.gyp:events_base',
[email protected]54bf8132014-01-16 05:22:28577 '<(DEPTH)/ui/gfx/gfx.gyp:gfx',
578 '<(DEPTH)/ui/gfx/gfx.gyp:gfx_geometry',
579 ],
580 'defines': [
581 'CC_SURFACES_IMPLEMENTATION=1',
582 ],
583 'sources': [
[email protected]6e44c302014-07-22 21:51:37584 # Note: file list duplicated in GN build.
[email protected]11c2b3d32014-05-30 05:23:05585 'surfaces/display.cc',
586 'surfaces/display.h',
587 'surfaces/display_client.h',
briandersone3d8fe5e2015-05-22 00:45:24588 'surfaces/display_scheduler.cc',
589 'surfaces/display_scheduler.h',
jbaumanf400ce532015-02-03 04:54:59590 'surfaces/onscreen_display_client.cc',
591 'surfaces/onscreen_display_client.h',
[email protected]54bf8132014-01-16 05:22:28592 'surfaces/surface.cc',
593 'surfaces/surface.h',
[email protected]6a8b3392014-01-29 02:34:21594 'surfaces/surface_aggregator.cc',
595 'surfaces/surface_aggregator.h',
satorux457770e2015-02-18 18:33:39596 'surfaces/surface_display_output_surface.cc',
597 'surfaces/surface_display_output_surface.h',
[email protected]387b59d2014-06-27 01:17:34598 'surfaces/surface_factory.cc',
599 'surfaces/surface_factory.h',
600 'surfaces/surface_factory_client.h',
lfg8d07c91d2015-08-07 16:13:20601 'surfaces/surface_hittest.cc',
602 'surfaces/surface_hittest.h',
[email protected]387b59d2014-06-27 01:17:34603 'surfaces/surface_id.h',
[email protected]cde792132014-07-02 06:52:46604 'surfaces/surface_id_allocator.cc',
605 'surfaces/surface_id_allocator.h',
[email protected]54bf8132014-01-16 05:22:28606 'surfaces/surface_manager.cc',
607 'surfaces/surface_manager.h',
[email protected]387b59d2014-06-27 01:17:34608 'surfaces/surface_resource_holder.cc',
609 'surfaces/surface_resource_holder.h',
[email protected]54bf8132014-01-16 05:22:28610 'surfaces/surfaces_export.h',
611 ],
fdegans75b3d092014-09-17 18:35:55612 'includes': [
613 '../build/android/increase_size_for_speed.gypi',
614 ],
[email protected]54bf8132014-01-16 05:22:28615 },
[email protected]94f206c12012-08-25 00:09:14616 ],
[email protected]3fccb63f2012-08-06 23:19:30617}