blob: 9cc68f90ef065a62dd1f385d747a2b0800e0d21b [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',
radu.velea648fb542015-05-14 16:51:2123 'cc_opts',
[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',
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',
[email protected]b8384e22013-12-03 02:20:4853 'animation/layer_animation_value_provider.h',
[email protected]87ecde92013-11-25 19:30:2454 'animation/scroll_offset_animation_curve.cc',
55 'animation/scroll_offset_animation_curve.h',
[email protected]930ff43b2014-05-02 05:24:0056 'animation/scrollbar_animation_controller.cc',
satorux457770e2015-02-18 18:33:3957 'animation/scrollbar_animation_controller.h',
[email protected]5a45eac2013-07-24 22:40:1858 'animation/scrollbar_animation_controller_linear_fade.cc',
59 'animation/scrollbar_animation_controller_linear_fade.h',
[email protected]2ea5aba2013-09-11 14:26:5660 'animation/scrollbar_animation_controller_thinning.cc',
61 'animation/scrollbar_animation_controller_thinning.h',
[email protected]5a45eac2013-07-24 22:40:1862 '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',
[email protected]afb84fc2014-05-29 01:47:5369 'base/delayed_unique_notifier.cc',
70 'base/delayed_unique_notifier.h',
[email protected]5a45eac2013-07-24 22:40:1871 'base/invalidation_region.cc',
72 'base/invalidation_region.h',
73 'base/math_util.cc',
74 'base/math_util.h',
75 'base/region.cc',
76 'base/region.h',
jbaumanbbd425e2015-05-19 00:33:3577 'base/resource_id.h',
[email protected]eade06d2014-02-04 07:04:3278 'base/rolling_time_delta_history.cc',
79 'base/rolling_time_delta_history.h',
[email protected]5a45eac2013-07-24 22:40:1880 'base/scoped_ptr_algorithm.h',
81 'base/scoped_ptr_deque.h',
[email protected]5a45eac2013-07-24 22:40:1882 'base/scoped_ptr_vector.h',
[email protected]d5467eb72014-08-22 01:16:4383 'base/simple_enclosed_region.cc',
84 'base/simple_enclosed_region.h',
[email protected]5a45eac2013-07-24 22:40:1885 'base/switches.cc',
86 'base/switches.h',
satorux457770e2015-02-18 18:33:3987 'base/synced_property.h',
[email protected]5a45eac2013-07-24 22:40:1888 'base/tiling_data.cc',
89 'base/tiling_data.h',
behara.ms71ff07f32014-11-12 05:09:0890 'base/time_util.h',
[email protected]afb84fc2014-05-29 01:47:5391 'base/unique_notifier.cc',
92 'base/unique_notifier.h',
[email protected]5a45eac2013-07-24 22:40:1893 'base/util.h',
[email protected]adbe30f2013-10-11 21:12:3394 'debug/benchmark_instrumentation.cc',
95 'debug/benchmark_instrumentation.h',
[email protected]5a45eac2013-07-24 22:40:1896 'debug/debug_colors.cc',
97 'debug/debug_colors.h',
98 'debug/debug_rect_history.cc',
99 'debug/debug_rect_history.h',
100 'debug/devtools_instrumentation.h',
[email protected]5a45eac2013-07-24 22:40:18101 'debug/frame_rate_counter.cc',
102 'debug/frame_rate_counter.h',
vmpstr3d1d72c2015-01-26 18:27:40103 'debug/frame_timing_request.cc',
104 'debug/frame_timing_request.h',
michaelblain1bcdf892015-01-17 01:24:30105 'debug/frame_timing_tracker.cc',
106 'debug/frame_timing_tracker.h',
hendrikw9385e492014-12-17 21:42:59107 'debug/frame_viewer_instrumentation.cc',
[email protected]b17906c12014-04-18 19:56:09108 'debug/frame_viewer_instrumentation.h',
[email protected]35805ad2014-05-31 22:17:19109 'debug/invalidation_benchmark.cc',
110 'debug/invalidation_benchmark.h',
[email protected]29d39a42014-05-13 19:40:58111 'debug/lap_timer.cc',
112 'debug/lap_timer.h',
[email protected]5a45eac2013-07-24 22:40:18113 'debug/layer_tree_debug_state.cc',
114 'debug/layer_tree_debug_state.h',
[email protected]96524062013-10-11 13:46:05115 'debug/micro_benchmark.cc',
116 'debug/micro_benchmark.h',
117 'debug/micro_benchmark_controller.cc',
118 'debug/micro_benchmark_controller.h',
[email protected]5e5648a2013-11-18 00:39:33119 'debug/micro_benchmark_controller_impl.cc',
120 'debug/micro_benchmark_controller_impl.h',
satorux457770e2015-02-18 18:33:39121 'debug/micro_benchmark_impl.cc',
122 'debug/micro_benchmark_impl.h',
[email protected]5a45eac2013-07-24 22:40:18123 'debug/paint_time_counter.cc',
124 'debug/paint_time_counter.h',
ajumad7dd21a2015-01-09 00:57:31125 'debug/picture_debug_util.cc',
126 'debug/picture_debug_util.h',
[email protected]1a55d7dc2013-10-12 07:52:20127 'debug/picture_record_benchmark.cc',
128 'debug/picture_record_benchmark.h',
[email protected]8cac9fe2013-11-18 20:32:08129 'debug/rasterize_and_record_benchmark.cc',
130 'debug/rasterize_and_record_benchmark.h',
131 'debug/rasterize_and_record_benchmark_impl.cc',
132 'debug/rasterize_and_record_benchmark_impl.h',
[email protected]5a45eac2013-07-24 22:40:18133 'debug/rendering_stats.cc',
134 'debug/rendering_stats.h',
135 'debug/rendering_stats_instrumentation.cc',
136 'debug/rendering_stats_instrumentation.h',
137 'debug/ring_buffer.h',
138 'debug/traced_picture.cc',
139 'debug/traced_picture.h',
140 'debug/traced_value.cc',
141 'debug/traced_value.h',
[email protected]666d7cf2013-10-12 01:30:29142 'debug/unittest_only_benchmark.cc',
143 'debug/unittest_only_benchmark.h',
[email protected]5e5648a2013-11-18 00:39:33144 'debug/unittest_only_benchmark_impl.cc',
145 'debug/unittest_only_benchmark_impl.h',
ccameron36d091f2014-11-07 03:18:50146 'input/input_handler.cc',
[email protected]5a45eac2013-07-24 22:40:18147 'input/input_handler.h',
[email protected]19aec372014-07-01 19:08:49148 'input/layer_selection_bound.cc',
149 'input/layer_selection_bound.h',
satorux457770e2015-02-18 18:33:39150 'input/page_scale_animation.cc',
151 'input/page_scale_animation.h',
ccameron4163cc352014-11-13 19:06:36152 'input/scroll_elasticity_helper.cc',
153 'input/scroll_elasticity_helper.h',
[email protected]19aec372014-07-01 19:08:49154 'input/selection_bound_type.h',
jdduke449b5292015-04-23 19:36:44155 'input/selection.h',
[email protected]5a45eac2013-07-24 22:40:18156 'input/top_controls_manager.cc',
157 'input/top_controls_manager.h',
158 'input/top_controls_manager_client.h',
159 'layers/append_quads_data.h',
[email protected]5a45eac2013-07-24 22:40:18160 'layers/content_layer.cc',
161 'layers/content_layer.h',
162 'layers/content_layer_client.h',
163 'layers/contents_scaling_layer.cc',
164 'layers/contents_scaling_layer.h',
[email protected]09f67382013-10-09 21:03:45165 'layers/delegated_frame_provider.cc',
166 'layers/delegated_frame_provider.h',
167 'layers/delegated_frame_resource_collection.cc',
168 'layers/delegated_frame_resource_collection.h',
[email protected]5a45eac2013-07-24 22:40:18169 'layers/delegated_renderer_layer.cc',
170 'layers/delegated_renderer_layer.h',
[email protected]5a45eac2013-07-24 22:40:18171 'layers/delegated_renderer_layer_impl.cc',
172 'layers/delegated_renderer_layer_impl.h',
173 'layers/draw_properties.h',
174 'layers/heads_up_display_layer.cc',
175 'layers/heads_up_display_layer.h',
176 'layers/heads_up_display_layer_impl.cc',
177 'layers/heads_up_display_layer_impl.h',
178 'layers/image_layer.cc',
179 'layers/image_layer.h',
180 'layers/io_surface_layer.cc',
181 'layers/io_surface_layer.h',
182 'layers/io_surface_layer_impl.cc',
183 'layers/io_surface_layer_impl.h',
184 'layers/layer.cc',
185 'layers/layer.h',
[email protected]ae716ce2013-08-16 13:04:24186 'layers/layer_client.h',
[email protected]5a45eac2013-07-24 22:40:18187 'layers/layer_impl.cc',
188 'layers/layer_impl.h',
[email protected]5a45eac2013-07-24 22:40:18189 'layers/layer_iterator.h',
190 'layers/layer_lists.cc',
191 'layers/layer_lists.h',
192 'layers/layer_position_constraint.cc',
193 'layers/layer_position_constraint.h',
[email protected]3d86dd7a2014-01-24 01:33:11194 'layers/layer_utils.cc',
195 'layers/layer_utils.h',
[email protected]5a45eac2013-07-24 22:40:18196 'layers/nine_patch_layer.cc',
197 'layers/nine_patch_layer.h',
198 'layers/nine_patch_layer_impl.cc',
199 'layers/nine_patch_layer_impl.h',
200 'layers/paint_properties.h',
[email protected]3a83478b2013-08-22 20:55:17201 'layers/painted_scrollbar_layer.cc',
202 'layers/painted_scrollbar_layer.h',
203 'layers/painted_scrollbar_layer_impl.cc',
204 'layers/painted_scrollbar_layer_impl.h',
[email protected]5a45eac2013-07-24 22:40:18205 'layers/picture_image_layer.cc',
206 'layers/picture_image_layer.h',
207 'layers/picture_image_layer_impl.cc',
208 'layers/picture_image_layer_impl.h',
209 'layers/picture_layer.cc',
210 'layers/picture_layer.h',
211 'layers/picture_layer_impl.cc',
212 'layers/picture_layer_impl.h',
[email protected]5a45eac2013-07-24 22:40:18213 'layers/render_pass_sink.h',
214 'layers/render_surface.cc',
215 'layers/render_surface.h',
216 'layers/render_surface_impl.cc',
217 'layers/render_surface_impl.h',
[email protected]80413d72013-08-30 20:25:33218 'layers/scrollbar_layer_impl_base.cc',
219 'layers/scrollbar_layer_impl_base.h',
220 'layers/scrollbar_layer_interface.h',
[email protected]5a45eac2013-07-24 22:40:18221 'layers/solid_color_layer.cc',
222 'layers/solid_color_layer.h',
223 'layers/solid_color_layer_impl.cc',
224 'layers/solid_color_layer_impl.h',
[email protected]80413d72013-08-30 20:25:33225 'layers/solid_color_scrollbar_layer.cc',
226 'layers/solid_color_scrollbar_layer.h',
227 'layers/solid_color_scrollbar_layer_impl.cc',
228 'layers/solid_color_scrollbar_layer_impl.h',
[email protected]c1ae82942014-01-17 23:17:04229 'layers/surface_layer.cc',
230 'layers/surface_layer.h',
231 'layers/surface_layer_impl.cc',
232 'layers/surface_layer_impl.h',
[email protected]5a45eac2013-07-24 22:40:18233 'layers/texture_layer.cc',
234 'layers/texture_layer.h',
235 'layers/texture_layer_client.h',
236 'layers/texture_layer_impl.cc',
237 'layers/texture_layer_impl.h',
238 'layers/tiled_layer.cc',
239 'layers/tiled_layer.h',
240 'layers/tiled_layer_impl.cc',
241 'layers/tiled_layer_impl.h',
[email protected]efbdb3a2013-10-04 00:35:13242 'layers/ui_resource_layer.cc',
243 'layers/ui_resource_layer.h',
244 'layers/ui_resource_layer_impl.cc',
245 'layers/ui_resource_layer_impl.h',
[email protected]5a45eac2013-07-24 22:40:18246 'layers/video_frame_provider.h',
247 'layers/video_frame_provider_client_impl.cc',
248 'layers/video_frame_provider_client_impl.h',
249 'layers/video_layer.cc',
250 'layers/video_layer.h',
251 'layers/video_layer_impl.cc',
252 'layers/video_layer_impl.h',
bokanaa2748312015-03-26 00:10:37253 'layers/viewport.cc',
254 'layers/viewport.h',
[email protected]5a45eac2013-07-24 22:40:18255 'output/begin_frame_args.cc',
256 'output/begin_frame_args.h',
[email protected]80fae1e2014-07-30 12:50:20257 'output/bsp_tree.cc',
258 'output/bsp_tree.h',
259 'output/bsp_walk_action.cc',
260 'output/bsp_walk_action.h',
[email protected]5a45eac2013-07-24 22:40:18261 'output/compositor_frame.cc',
262 'output/compositor_frame.h',
263 'output/compositor_frame_ack.cc',
264 'output/compositor_frame_ack.h',
265 'output/compositor_frame_metadata.cc',
266 'output/compositor_frame_metadata.h',
[email protected]41de22822013-08-29 04:16:17267 'output/context_provider.cc',
[email protected]5a45eac2013-07-24 22:40:18268 'output/context_provider.h',
269 'output/copy_output_request.cc',
270 'output/copy_output_request.h',
271 'output/copy_output_result.cc',
272 'output/copy_output_result.h',
[email protected]5a45eac2013-07-24 22:40:18273 'output/delegated_frame_data.cc',
satorux457770e2015-02-18 18:33:39274 'output/delegated_frame_data.h',
[email protected]5a45eac2013-07-24 22:40:18275 'output/delegating_renderer.cc',
276 'output/delegating_renderer.h',
277 'output/direct_renderer.cc',
278 'output/direct_renderer.h',
awoloszyn3d8eb1d2015-03-12 14:38:32279 'output/dynamic_geometry_binding.cc',
280 'output/dynamic_geometry_binding.h',
[email protected]5a45eac2013-07-24 22:40:18281 'output/filter_operation.cc',
282 'output/filter_operation.h',
283 'output/filter_operations.cc',
284 'output/filter_operations.h',
285 'output/geometry_binding.cc',
286 'output/geometry_binding.h',
[email protected]5a45eac2013-07-24 22:40:18287 'output/gl_frame_data.cc',
satorux457770e2015-02-18 18:33:39288 'output/gl_frame_data.h',
[email protected]5a45eac2013-07-24 22:40:18289 'output/gl_renderer.cc',
290 'output/gl_renderer.h',
291 'output/gl_renderer_draw_cache.cc',
292 'output/gl_renderer_draw_cache.h',
jamesrf313a212015-03-16 21:27:37293 'output/latency_info_swap_promise.cc',
294 'output/latency_info_swap_promise.h',
danakj920156852015-05-18 20:22:29295 'output/layer_quad.cc',
296 'output/layer_quad.h',
[email protected]5a45eac2013-07-24 22:40:18297 'output/managed_memory_policy.cc',
298 'output/managed_memory_policy.h',
299 'output/output_surface.cc',
300 'output/output_surface.h',
301 'output/output_surface_client.h',
[email protected]63880f8d2014-03-20 05:56:39302 'output/overlay_candidate.cc',
303 'output/overlay_candidate.h',
304 'output/overlay_candidate_validator.h',
305 'output/overlay_processor.cc',
306 'output/overlay_processor.h',
achaulkf47b4942015-04-01 17:26:08307 'output/overlay_strategy_common.cc',
308 'output/overlay_strategy_common.h',
[email protected]63880f8d2014-03-20 05:56:39309 'output/overlay_strategy_single_on_top.cc',
310 'output/overlay_strategy_single_on_top.h',
achaulkf47b4942015-04-01 17:26:08311 'output/overlay_strategy_underlay.cc',
312 'output/overlay_strategy_underlay.h',
[email protected]5a45eac2013-07-24 22:40:18313 'output/program_binding.cc',
314 'output/program_binding.h',
315 'output/render_surface_filters.cc',
316 'output/render_surface_filters.h',
317 'output/renderer.cc',
318 'output/renderer.h',
jamesr9b8fda32015-03-16 19:11:05319 'output/renderer_capabilities.cc',
320 'output/renderer_capabilities.h',
jbaumanc5be44c2014-11-20 22:17:12321 'output/renderer_settings.cc',
322 'output/renderer_settings.h',
[email protected]5a45eac2013-07-24 22:40:18323 'output/shader.cc',
324 'output/shader.h',
325 'output/software_frame_data.cc',
326 'output/software_frame_data.h',
327 'output/software_output_device.cc',
328 'output/software_output_device.h',
329 'output/software_renderer.cc',
330 'output/software_renderer.h',
awoloszyn3d8eb1d2015-03-12 14:38:32331 'output/static_geometry_binding.cc',
332 'output/static_geometry_binding.h',
jamesrf313a212015-03-16 21:27:37333 'output/swap_promise.h',
danakj920156852015-05-18 20:22:29334 'output/texture_mailbox_deleter.cc',
335 'output/texture_mailbox_deleter.h',
[email protected]19aec372014-07-01 19:08:49336 'output/viewport_selection_bound.cc',
337 'output/viewport_selection_bound.h',
mithroc34fc0b12014-09-30 09:10:41338 'output/vsync_parameter_observer.h',
danakj920156852015-05-18 20:22:29339 'playback/clip_display_item.cc',
340 'playback/clip_display_item.h',
341 'playback/clip_path_display_item.cc',
342 'playback/clip_path_display_item.h',
343 'playback/compositing_display_item.cc',
344 'playback/compositing_display_item.h',
345 'playback/display_item.cc',
346 'playback/display_item.h',
347 'playback/display_item_list.cc',
348 'playback/display_item_list.h',
349 'playback/display_list_raster_source.cc',
350 'playback/display_list_raster_source.h',
351 'playback/display_list_recording_source.cc',
352 'playback/display_list_recording_source.h',
353 'playback/drawing_display_item.cc',
354 'playback/drawing_display_item.h',
355 'playback/filter_display_item.cc',
356 'playback/filter_display_item.h',
357 'playback/float_clip_display_item.cc',
358 'playback/float_clip_display_item.h',
359 'playback/largest_display_item.cc',
360 'playback/largest_display_item.h',
361 'playback/picture.cc',
362 'playback/picture.h',
363 'playback/picture_pile.cc',
364 'playback/picture_pile.h',
365 'playback/picture_pile_impl.cc',
366 'playback/picture_pile_impl.h',
367 'playback/pixel_ref_map.cc',
368 'playback/pixel_ref_map.h',
369 'playback/raster_source.h',
370 'playback/raster_source_helper.cc',
371 'playback/raster_source_helper.h',
372 'playback/recording_source.h',
373 'playback/transform_display_item.cc',
374 'playback/transform_display_item.h',
[email protected]5a45eac2013-07-24 22:40:18375 'quads/checkerboard_draw_quad.cc',
376 'quads/checkerboard_draw_quad.h',
377 'quads/content_draw_quad_base.cc',
378 'quads/content_draw_quad_base.h',
379 'quads/debug_border_draw_quad.cc',
380 'quads/debug_border_draw_quad.h',
[email protected]d7ed7f02014-07-29 22:22:20381 'quads/draw_polygon.cc',
382 'quads/draw_polygon.h',
[email protected]5a45eac2013-07-24 22:40:18383 'quads/draw_quad.cc',
384 'quads/draw_quad.h',
385 'quads/io_surface_draw_quad.cc',
386 'quads/io_surface_draw_quad.h',
weiliangcfe7b51e2014-11-05 18:20:27387 'quads/largest_draw_quad.cc',
satorux457770e2015-02-18 18:33:39388 'quads/largest_draw_quad.h',
weiliangcd1f5016c2014-09-23 14:29:03389 'quads/list_container.cc',
390 'quads/list_container.h',
[email protected]5a45eac2013-07-24 22:40:18391 'quads/picture_draw_quad.cc',
392 'quads/picture_draw_quad.h',
393 'quads/render_pass.cc',
394 'quads/render_pass.h',
395 'quads/render_pass_draw_quad.cc',
396 'quads/render_pass_draw_quad.h',
[email protected]0cd7d6f72014-08-22 14:50:51397 'quads/render_pass_id.cc',
398 'quads/render_pass_id.h',
[email protected]5a45eac2013-07-24 22:40:18399 'quads/shared_quad_state.cc',
400 'quads/shared_quad_state.h',
401 'quads/solid_color_draw_quad.cc',
402 'quads/solid_color_draw_quad.h',
403 'quads/stream_video_draw_quad.cc',
404 'quads/stream_video_draw_quad.h',
[email protected]78d30122014-01-17 06:32:36405 'quads/surface_draw_quad.cc',
406 'quads/surface_draw_quad.h',
[email protected]5a45eac2013-07-24 22:40:18407 'quads/texture_draw_quad.cc',
408 'quads/texture_draw_quad.h',
409 'quads/tile_draw_quad.cc',
410 'quads/tile_draw_quad.h',
411 'quads/yuv_video_draw_quad.cc',
412 'quads/yuv_video_draw_quad.h',
danakj920156852015-05-18 20:22:29413 'raster/bitmap_tile_task_worker_pool.cc',
414 'raster/bitmap_tile_task_worker_pool.h',
415 'raster/gpu_rasterizer.cc',
416 'raster/gpu_rasterizer.h',
417 'raster/gpu_tile_task_worker_pool.cc',
418 'raster/gpu_tile_task_worker_pool.h',
419 'raster/one_copy_tile_task_worker_pool.cc',
420 'raster/one_copy_tile_task_worker_pool.h',
421 'raster/pixel_buffer_tile_task_worker_pool.cc',
422 'raster/pixel_buffer_tile_task_worker_pool.h',
423 'raster/raster_buffer.cc',
424 'raster/raster_buffer.h',
425 'raster/scoped_gpu_raster.cc',
426 'raster/scoped_gpu_raster.h',
427 'raster/task_graph_runner.cc',
428 'raster/task_graph_runner.h',
429 'raster/texture_compressor.cc',
430 'raster/texture_compressor.h',
431 'raster/texture_compressor_etc1.cc',
432 'raster/texture_compressor_etc1.h',
433 'raster/tile_task_runner.cc',
434 'raster/tile_task_runner.h',
435 'raster/tile_task_worker_pool.cc',
436 'raster/tile_task_worker_pool.h',
437 'raster/zero_copy_tile_task_worker_pool.cc',
438 'raster/zero_copy_tile_task_worker_pool.h',
[email protected]5a45eac2013-07-24 22:40:18439 'resources/bitmap_content_layer_updater.cc',
440 'resources/bitmap_content_layer_updater.h',
441 'resources/bitmap_skpicture_content_layer_updater.cc',
442 'resources/bitmap_skpicture_content_layer_updater.h',
[email protected]5a45eac2013-07-24 22:40:18443 'resources/content_layer_updater.cc',
444 'resources/content_layer_updater.h',
445 'resources/image_layer_updater.cc',
446 'resources/image_layer_updater.h',
[email protected]5a45eac2013-07-24 22:40:18447 'resources/layer_painter.h',
[email protected]5a45eac2013-07-24 22:40:18448 'resources/layer_updater.cc',
449 'resources/layer_updater.h',
[email protected]5a45eac2013-07-24 22:40:18450 'resources/memory_history.cc',
451 'resources/memory_history.h',
[email protected]5a45eac2013-07-24 22:40:18452 'resources/platform_color.h',
453 'resources/prioritized_resource.cc',
454 'resources/prioritized_resource.h',
455 'resources/prioritized_resource_manager.cc',
456 'resources/prioritized_resource_manager.h',
457 'resources/priority_calculator.cc',
458 'resources/priority_calculator.h',
[email protected]9260757f2013-09-17 01:24:16459 'resources/release_callback.h',
[email protected]5a45eac2013-07-24 22:40:18460 'resources/resource.cc',
reveman423e7da2014-09-23 16:57:44461 'resources/resource.h',
[email protected]c6f0cf62014-07-22 02:44:41462 'resources/resource_format.cc',
[email protected]bf050582014-07-24 11:10:58463 'resources/resource_format.h',
[email protected]5a45eac2013-07-24 22:40:18464 'resources/resource_pool.cc',
465 'resources/resource_pool.h',
466 'resources/resource_provider.cc',
467 'resources/resource_provider.h',
468 'resources/resource_update.cc',
reveman423e7da2014-09-23 16:57:44469 'resources/resource_update.h',
[email protected]5a45eac2013-07-24 22:40:18470 'resources/resource_update_controller.cc',
471 'resources/resource_update_controller.h',
472 'resources/resource_update_queue.cc',
473 'resources/resource_update_queue.h',
[email protected]e00bab022013-08-19 00:42:45474 'resources/returned_resource.h',
[email protected]5a45eac2013-07-24 22:40:18475 'resources/scoped_resource.cc',
476 'resources/scoped_resource.h',
[email protected]c9280762013-08-01 06:28:57477 'resources/scoped_ui_resource.cc',
478 'resources/scoped_ui_resource.h',
[email protected]a7f35682013-10-22 23:05:57479 'resources/shared_bitmap.cc',
480 'resources/shared_bitmap.h',
481 'resources/shared_bitmap_manager.h',
[email protected]9260757f2013-09-17 01:24:16482 'resources/single_release_callback.cc',
483 'resources/single_release_callback.h',
skyostil3976a3f2014-09-04 22:07:23484 'resources/single_release_callback_impl.cc',
485 'resources/single_release_callback_impl.h',
[email protected]5a45eac2013-07-24 22:40:18486 'resources/skpicture_content_layer_updater.cc',
487 'resources/skpicture_content_layer_updater.h',
[email protected]5a45eac2013-07-24 22:40:18488 'resources/texture_mailbox.cc',
reveman423e7da2014-09-23 16:57:44489 'resources/texture_mailbox.h',
[email protected]eade06d2014-02-04 07:04:32490 'resources/texture_uploader.cc',
491 'resources/texture_uploader.h',
[email protected]5a45eac2013-07-24 22:40:18492 'resources/transferable_resource.cc',
493 'resources/transferable_resource.h',
[email protected]c9280762013-08-01 06:28:57494 'resources/ui_resource_bitmap.cc',
495 'resources/ui_resource_bitmap.h',
496 'resources/ui_resource_client.h',
[email protected]e1042192013-11-08 05:44:24497 'resources/ui_resource_request.cc',
498 'resources/ui_resource_request.h',
[email protected]5a45eac2013-07-24 22:40:18499 'resources/video_resource_updater.cc',
500 'resources/video_resource_updater.h',
mithroc34fc0b12014-09-30 09:10:41501 'scheduler/begin_frame_source.cc',
502 'scheduler/begin_frame_source.h',
mithrof7a21502014-12-17 03:24:48503 'scheduler/commit_earlyout_reason.h',
[email protected]5a45eac2013-07-24 22:40:18504 'scheduler/delay_based_time_source.cc',
505 'scheduler/delay_based_time_source.h',
[email protected]30d82142014-05-12 04:26:02506 'scheduler/draw_result.h',
[email protected]5a45eac2013-07-24 22:40:18507 'scheduler/scheduler.cc',
508 'scheduler/scheduler.h',
509 'scheduler/scheduler_settings.cc',
510 'scheduler/scheduler_settings.h',
511 'scheduler/scheduler_state_machine.cc',
512 'scheduler/scheduler_state_machine.h',
sunnyps7d073dc2015-04-16 23:29:12513 'scheduler/video_frame_controller.h',
danakj920156852015-05-18 20:22:29514 'tiles/eviction_tile_priority_queue.cc',
515 'tiles/eviction_tile_priority_queue.h',
516 'tiles/layer_tiling_data.cc',
517 'tiles/layer_tiling_data.h',
518 'tiles/picture_layer_tiling.cc',
519 'tiles/picture_layer_tiling.h',
520 'tiles/picture_layer_tiling_set.cc',
521 'tiles/picture_layer_tiling_set.h',
522 'tiles/prioritized_tile.cc',
523 'tiles/prioritized_tile.h',
524 'tiles/raster_tile_priority_queue.cc',
525 'tiles/raster_tile_priority_queue.h',
526 'tiles/raster_tile_priority_queue_all.cc',
527 'tiles/raster_tile_priority_queue_all.h',
528 'tiles/raster_tile_priority_queue_required.cc',
529 'tiles/raster_tile_priority_queue_required.h',
530 'tiles/tile.cc',
531 'tiles/tile.h',
532 'tiles/tile_draw_info.cc',
533 'tiles/tile_draw_info.h',
534 'tiles/tile_manager.cc',
535 'tiles/tile_manager.h',
536 'tiles/tile_priority.cc',
537 'tiles/tile_priority.h',
538 'tiles/tiling_set_eviction_queue.cc',
539 'tiles/tiling_set_eviction_queue.h',
540 'tiles/tiling_set_raster_queue_all.cc',
541 'tiles/tiling_set_raster_queue_all.h',
542 'tiles/tiling_set_raster_queue_required.cc',
543 'tiles/tiling_set_raster_queue_required.h',
[email protected]9794fb32013-08-29 09:49:59544 'trees/blocking_task_runner.cc',
545 'trees/blocking_task_runner.h',
[email protected]5a45eac2013-07-24 22:40:18546 'trees/damage_tracker.cc',
547 'trees/damage_tracker.h',
vollick51ed1a22014-12-17 02:03:00548 'trees/draw_property_utils.cc',
549 'trees/draw_property_utils.h',
jamesrf313a212015-03-16 21:27:37550 'trees/latency_info_swap_promise_monitor.cc',
551 'trees/latency_info_swap_promise_monitor.h',
[email protected]5a45eac2013-07-24 22:40:18552 'trees/layer_tree_host.cc',
553 'trees/layer_tree_host.h',
554 'trees/layer_tree_host_client.h',
555 'trees/layer_tree_host_common.cc',
556 'trees/layer_tree_host_common.h',
557 'trees/layer_tree_host_impl.cc',
558 'trees/layer_tree_host_impl.h',
ccameron00e438cd2015-03-12 06:18:14559 'trees/layer_tree_host_single_thread_client.h',
[email protected]5a45eac2013-07-24 22:40:18560 'trees/layer_tree_impl.cc',
561 'trees/layer_tree_impl.h',
562 'trees/layer_tree_settings.cc',
563 'trees/layer_tree_settings.h',
vmpstrcdcb5f72014-09-11 00:58:37564 'trees/occlusion.cc',
565 'trees/occlusion.h',
[email protected]5a45eac2013-07-24 22:40:18566 'trees/occlusion_tracker.cc',
567 'trees/occlusion_tracker.h',
vollick51ed1a22014-12-17 02:03:00568 'trees/property_tree.cc',
569 'trees/property_tree.h',
570 'trees/property_tree_builder.cc',
571 'trees/property_tree_builder.h',
[email protected]5a45eac2013-07-24 22:40:18572 'trees/proxy.cc',
573 'trees/proxy.h',
[email protected]e5267e9de2014-02-15 01:11:48574 'trees/proxy_timing_history.cc',
575 'trees/proxy_timing_history.h',
[email protected]aeeedad2014-08-22 18:16:22576 'trees/scoped_abort_remaining_swap_promises.h',
[email protected]5a45eac2013-07-24 22:40:18577 'trees/single_thread_proxy.cc',
578 'trees/single_thread_proxy.h',
jamesrf313a212015-03-16 21:27:37579 'trees/swap_promise_monitor.cc',
580 'trees/swap_promise_monitor.h',
[email protected]5a45eac2013-07-24 22:40:18581 'trees/thread_proxy.cc',
582 'trees/thread_proxy.h',
583 'trees/tree_synchronizer.cc',
584 'trees/tree_synchronizer.h',
[email protected]94f206c12012-08-25 00:09:14585 ],
fdegans75b3d092014-09-17 18:35:55586 'includes': [
587 '../build/android/increase_size_for_speed.gypi',
588 ],
[email protected]895399a2013-01-30 00:47:21589 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
590 'msvs_disabled_warnings': [ 4267, ],
[email protected]94f206c12012-08-25 00:09:14591 },
[email protected]54bf8132014-01-16 05:22:28592 {
[email protected]6e44c302014-07-22 21:51:37593 # GN version: //cc/surfaces
[email protected]54bf8132014-01-16 05:22:28594 'target_name': 'cc_surfaces',
595 'type': '<(component)',
596 'dependencies': [
597 'cc',
598 '<(DEPTH)/base/base.gyp:base',
599 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
[email protected]6a8b3392014-01-29 02:34:21600 '<(DEPTH)/skia/skia.gyp:skia',
jbauman1b92b442014-09-04 17:22:49601 '<(DEPTH)/ui/events/events.gyp:events_base',
[email protected]54bf8132014-01-16 05:22:28602 '<(DEPTH)/ui/gfx/gfx.gyp:gfx',
603 '<(DEPTH)/ui/gfx/gfx.gyp:gfx_geometry',
604 ],
605 'defines': [
606 'CC_SURFACES_IMPLEMENTATION=1',
607 ],
608 'sources': [
[email protected]6e44c302014-07-22 21:51:37609 # Note: file list duplicated in GN build.
[email protected]11c2b3d32014-05-30 05:23:05610 'surfaces/display.cc',
611 'surfaces/display.h',
612 'surfaces/display_client.h',
jbaumanf400ce532015-02-03 04:54:59613 'surfaces/onscreen_display_client.cc',
614 'surfaces/onscreen_display_client.h',
[email protected]54bf8132014-01-16 05:22:28615 'surfaces/surface.cc',
616 'surfaces/surface.h',
[email protected]6a8b3392014-01-29 02:34:21617 'surfaces/surface_aggregator.cc',
618 'surfaces/surface_aggregator.h',
satorux457770e2015-02-18 18:33:39619 'surfaces/surface_display_output_surface.cc',
620 'surfaces/surface_display_output_surface.h',
[email protected]387b59d2014-06-27 01:17:34621 'surfaces/surface_factory.cc',
622 'surfaces/surface_factory.h',
623 'surfaces/surface_factory_client.h',
624 'surfaces/surface_id.h',
[email protected]cde792132014-07-02 06:52:46625 'surfaces/surface_id_allocator.cc',
626 'surfaces/surface_id_allocator.h',
[email protected]54bf8132014-01-16 05:22:28627 'surfaces/surface_manager.cc',
628 'surfaces/surface_manager.h',
[email protected]387b59d2014-06-27 01:17:34629 'surfaces/surface_resource_holder.cc',
630 'surfaces/surface_resource_holder.h',
[email protected]54bf8132014-01-16 05:22:28631 'surfaces/surfaces_export.h',
632 ],
fdegans75b3d092014-09-17 18:35:55633 'includes': [
634 '../build/android/increase_size_for_speed.gypi',
635 ],
[email protected]54bf8132014-01-16 05:22:28636 },
radu.velea648fb542015-05-14 16:51:21637 {
638 'target_name': 'cc_opts',
639 'type': 'static_library',
640 'conditions': [
641 ['target_arch == "ia32" or target_arch == "x64"', {
642 'defines': [
643 'CC_IMPLEMENTATION=1',
644 ],
645 'dependencies': [
646 'cc_opts_sse',
647 ]
648 }],
649 ],
650 },
651 {
652 'target_name': 'cc_opts_sse',
653 'type': 'static_library',
654 'dependencies': [
655 '<(DEPTH)/base/base.gyp:base',
656 ],
657 'conditions': [
658 ['target_arch == "ia32" or target_arch == "x64"', {
659 'defines': [
660 'CC_IMPLEMENTATION=1',
661 ],
662 'sources': [
663 # Conditional compilation for SSE2 code on x86 and x64 machines
danakj920156852015-05-18 20:22:29664 'raster/texture_compressor_etc1_sse.cc',
665 'raster/texture_compressor_etc1_sse.h',
radu.velea648fb542015-05-14 16:51:21666 ],
667 'cflags': [
668 '-msse2',
669 ],
670 }],
671 ],
672 },
[email protected]94f206c12012-08-25 00:09:14673 ],
[email protected]3fccb63f2012-08-06 23:19:30674}