blob: f77506e08a4423566a5a58ce36ed7f8ebbfc897d [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]5a45eac2013-07-24 22:40:1855 'animation/scrollbar_animation_controller.h',
[email protected]930ff43b2014-05-02 05:24:0056 'animation/scrollbar_animation_controller.cc',
[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',
[email protected]5a45eac2013-07-24 22:40:1870 'base/invalidation_region.cc',
71 'base/invalidation_region.h',
[email protected]d359203a2013-11-29 06:16:5572 'base/latency_info_swap_promise.cc',
73 'base/latency_info_swap_promise.h',
[email protected]6be422b2013-12-08 06:47:3174 'base/latency_info_swap_promise_monitor.cc',
75 'base/latency_info_swap_promise_monitor.h',
[email protected]5a45eac2013-07-24 22:40:1876 'base/math_util.cc',
77 'base/math_util.h',
[email protected]92602aa2013-09-26 08:09:0178 'base/ref_counted_managed.h',
[email protected]5a45eac2013-07-24 22:40:1879 'base/region.cc',
80 'base/region.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',
[email protected]d5467eb72014-08-22 01:16:4386 'base/simple_enclosed_region.cc',
87 'base/simple_enclosed_region.h',
[email protected]b69c1db2013-11-27 00:05:1988 'base/swap_promise.h',
[email protected]6be422b2013-12-08 06:47:3189 'base/swap_promise_monitor.cc',
90 'base/swap_promise_monitor.h',
aelias58eec0812014-12-04 01:04:4091 'base/synced_property.h',
[email protected]5a45eac2013-07-24 22:40:1892 'base/switches.cc',
93 'base/switches.h',
94 'base/tiling_data.cc',
95 'base/tiling_data.h',
behara.ms71ff07f32014-11-12 05:09:0896 'base/time_util.h',
[email protected]afb84fc2014-05-29 01:47:5397 'base/unique_notifier.cc',
98 'base/unique_notifier.h',
[email protected]5a45eac2013-07-24 22:40:1899 'base/util.h',
[email protected]adbe30f2013-10-11 21:12:33100 'debug/benchmark_instrumentation.cc',
101 'debug/benchmark_instrumentation.h',
[email protected]5a45eac2013-07-24 22:40:18102 'debug/debug_colors.cc',
103 'debug/debug_colors.h',
104 'debug/debug_rect_history.cc',
105 'debug/debug_rect_history.h',
106 'debug/devtools_instrumentation.h',
[email protected]5a45eac2013-07-24 22:40:18107 'debug/frame_rate_counter.cc',
108 'debug/frame_rate_counter.h',
hendrikw9385e492014-12-17 21:42:59109 'debug/frame_viewer_instrumentation.cc',
[email protected]b17906c12014-04-18 19:56:09110 'debug/frame_viewer_instrumentation.h',
[email protected]35805ad2014-05-31 22:17:19111 'debug/invalidation_benchmark.cc',
112 'debug/invalidation_benchmark.h',
[email protected]29d39a42014-05-13 19:40:58113 'debug/lap_timer.cc',
114 'debug/lap_timer.h',
[email protected]5a45eac2013-07-24 22:40:18115 'debug/layer_tree_debug_state.cc',
116 'debug/layer_tree_debug_state.h',
[email protected]96524062013-10-11 13:46:05117 'debug/micro_benchmark.cc',
118 'debug/micro_benchmark.h',
[email protected]5e5648a2013-11-18 00:39:33119 'debug/micro_benchmark_impl.cc',
120 'debug/micro_benchmark_impl.h',
[email protected]96524062013-10-11 13:46:05121 'debug/micro_benchmark_controller.cc',
122 'debug/micro_benchmark_controller.h',
[email protected]5e5648a2013-11-18 00:39:33123 'debug/micro_benchmark_controller_impl.cc',
124 'debug/micro_benchmark_controller_impl.h',
[email protected]5a45eac2013-07-24 22:40:18125 'debug/paint_time_counter.cc',
126 'debug/paint_time_counter.h',
ajumad7dd21a2015-01-09 00:57:31127 'debug/picture_debug_util.cc',
128 'debug/picture_debug_util.h',
[email protected]1a55d7dc2013-10-12 07:52:20129 'debug/picture_record_benchmark.cc',
130 'debug/picture_record_benchmark.h',
[email protected]8cac9fe2013-11-18 20:32:08131 'debug/rasterize_and_record_benchmark.cc',
132 'debug/rasterize_and_record_benchmark.h',
133 'debug/rasterize_and_record_benchmark_impl.cc',
134 'debug/rasterize_and_record_benchmark_impl.h',
[email protected]5a45eac2013-07-24 22:40:18135 'debug/rendering_stats.cc',
136 'debug/rendering_stats.h',
137 'debug/rendering_stats_instrumentation.cc',
138 'debug/rendering_stats_instrumentation.h',
139 'debug/ring_buffer.h',
140 'debug/traced_picture.cc',
141 'debug/traced_picture.h',
142 'debug/traced_value.cc',
143 'debug/traced_value.h',
[email protected]666d7cf2013-10-12 01:30:29144 'debug/unittest_only_benchmark.cc',
145 'debug/unittest_only_benchmark.h',
[email protected]5e5648a2013-11-18 00:39:33146 'debug/unittest_only_benchmark_impl.cc',
147 'debug/unittest_only_benchmark_impl.h',
ccameron36d091f2014-11-07 03:18:50148 'input/input_handler.cc',
[email protected]5a45eac2013-07-24 22:40:18149 'input/input_handler.h',
150 'input/page_scale_animation.cc',
151 'input/page_scale_animation.h',
[email protected]19aec372014-07-01 19:08:49152 'input/layer_selection_bound.cc',
153 'input/layer_selection_bound.h',
ccameron4163cc352014-11-13 19:06:36154 'input/scroll_elasticity_helper.cc',
155 'input/scroll_elasticity_helper.h',
[email protected]19aec372014-07-01 19:08:49156 'input/selection_bound_type.h',
[email protected]5a45eac2013-07-24 22:40:18157 'input/top_controls_manager.cc',
158 'input/top_controls_manager.h',
159 'input/top_controls_manager_client.h',
160 'layers/append_quads_data.h',
[email protected]5a45eac2013-07-24 22:40:18161 'layers/content_layer.cc',
162 'layers/content_layer.h',
163 'layers/content_layer_client.h',
164 'layers/contents_scaling_layer.cc',
165 'layers/contents_scaling_layer.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',
179 'layers/image_layer.cc',
180 'layers/image_layer.h',
181 'layers/io_surface_layer.cc',
182 'layers/io_surface_layer.h',
183 'layers/io_surface_layer_impl.cc',
184 'layers/io_surface_layer_impl.h',
185 'layers/layer.cc',
186 'layers/layer.h',
[email protected]ae716ce2013-08-16 13:04:24187 'layers/layer_client.h',
[email protected]5a45eac2013-07-24 22:40:18188 'layers/layer_impl.cc',
189 'layers/layer_impl.h',
[email protected]5a45eac2013-07-24 22:40:18190 'layers/layer_iterator.h',
191 'layers/layer_lists.cc',
192 'layers/layer_lists.h',
193 'layers/layer_position_constraint.cc',
194 'layers/layer_position_constraint.h',
[email protected]3d86dd7a2014-01-24 01:33:11195 'layers/layer_utils.cc',
196 'layers/layer_utils.h',
[email protected]5a45eac2013-07-24 22:40:18197 'layers/nine_patch_layer.cc',
198 'layers/nine_patch_layer.h',
199 'layers/nine_patch_layer_impl.cc',
200 'layers/nine_patch_layer_impl.h',
201 'layers/paint_properties.h',
[email protected]3a83478b2013-08-22 20:55:17202 'layers/painted_scrollbar_layer.cc',
203 'layers/painted_scrollbar_layer.h',
204 'layers/painted_scrollbar_layer_impl.cc',
205 'layers/painted_scrollbar_layer_impl.h',
[email protected]5a45eac2013-07-24 22:40:18206 'layers/picture_image_layer.cc',
207 'layers/picture_image_layer.h',
208 'layers/picture_image_layer_impl.cc',
209 'layers/picture_image_layer_impl.h',
210 'layers/picture_layer.cc',
211 'layers/picture_layer.h',
212 'layers/picture_layer_impl.cc',
213 'layers/picture_layer_impl.h',
[email protected]5a45eac2013-07-24 22:40:18214 'layers/render_pass_sink.h',
215 'layers/render_surface.cc',
216 'layers/render_surface.h',
217 'layers/render_surface_impl.cc',
218 'layers/render_surface_impl.h',
[email protected]80413d72013-08-30 20:25:33219 'layers/scrollbar_layer_impl_base.cc',
220 'layers/scrollbar_layer_impl_base.h',
221 'layers/scrollbar_layer_interface.h',
[email protected]5a45eac2013-07-24 22:40:18222 'layers/solid_color_layer.cc',
223 'layers/solid_color_layer.h',
224 'layers/solid_color_layer_impl.cc',
225 'layers/solid_color_layer_impl.h',
[email protected]80413d72013-08-30 20:25:33226 'layers/solid_color_scrollbar_layer.cc',
227 'layers/solid_color_scrollbar_layer.h',
228 'layers/solid_color_scrollbar_layer_impl.cc',
229 'layers/solid_color_scrollbar_layer_impl.h',
[email protected]c1ae82942014-01-17 23:17:04230 'layers/surface_layer.cc',
231 'layers/surface_layer.h',
232 'layers/surface_layer_impl.cc',
233 'layers/surface_layer_impl.h',
[email protected]5a45eac2013-07-24 22:40:18234 'layers/texture_layer.cc',
235 'layers/texture_layer.h',
236 'layers/texture_layer_client.h',
237 'layers/texture_layer_impl.cc',
238 'layers/texture_layer_impl.h',
239 'layers/tiled_layer.cc',
240 'layers/tiled_layer.h',
241 'layers/tiled_layer_impl.cc',
242 'layers/tiled_layer_impl.h',
[email protected]efbdb3a2013-10-04 00:35:13243 'layers/ui_resource_layer.cc',
244 'layers/ui_resource_layer.h',
245 'layers/ui_resource_layer_impl.cc',
246 'layers/ui_resource_layer_impl.h',
[email protected]5a45eac2013-07-24 22:40:18247 'layers/video_frame_provider.h',
248 'layers/video_frame_provider_client_impl.cc',
249 'layers/video_frame_provider_client_impl.h',
250 'layers/video_layer.cc',
251 'layers/video_layer.h',
252 'layers/video_layer_impl.cc',
253 'layers/video_layer_impl.h',
254 'output/begin_frame_args.cc',
255 'output/begin_frame_args.h',
[email protected]80fae1e2014-07-30 12:50:20256 'output/bsp_tree.cc',
257 'output/bsp_tree.h',
258 'output/bsp_walk_action.cc',
259 'output/bsp_walk_action.h',
[email protected]5a45eac2013-07-24 22:40:18260 'output/compositor_frame.cc',
261 'output/compositor_frame.h',
262 'output/compositor_frame_ack.cc',
263 'output/compositor_frame_ack.h',
264 'output/compositor_frame_metadata.cc',
265 'output/compositor_frame_metadata.h',
[email protected]41de22822013-08-29 04:16:17266 'output/context_provider.cc',
[email protected]5a45eac2013-07-24 22:40:18267 'output/context_provider.h',
268 'output/copy_output_request.cc',
269 'output/copy_output_request.h',
270 'output/copy_output_result.cc',
271 'output/copy_output_result.h',
272 'output/delegated_frame_data.h',
273 'output/delegated_frame_data.cc',
274 'output/delegating_renderer.cc',
275 'output/delegating_renderer.h',
276 'output/direct_renderer.cc',
277 'output/direct_renderer.h',
278 'output/filter_operation.cc',
279 'output/filter_operation.h',
280 'output/filter_operations.cc',
281 'output/filter_operations.h',
282 'output/geometry_binding.cc',
283 'output/geometry_binding.h',
284 'output/gl_frame_data.h',
285 'output/gl_frame_data.cc',
286 'output/gl_renderer.cc',
287 'output/gl_renderer.h',
288 'output/gl_renderer_draw_cache.cc',
289 'output/gl_renderer_draw_cache.h',
290 'output/managed_memory_policy.cc',
291 'output/managed_memory_policy.h',
292 'output/output_surface.cc',
293 'output/output_surface.h',
294 'output/output_surface_client.h',
[email protected]63880f8d2014-03-20 05:56:39295 'output/overlay_candidate.cc',
296 'output/overlay_candidate.h',
297 'output/overlay_candidate_validator.h',
298 'output/overlay_processor.cc',
299 'output/overlay_processor.h',
300 'output/overlay_strategy_single_on_top.cc',
301 'output/overlay_strategy_single_on_top.h',
[email protected]5a45eac2013-07-24 22:40:18302 'output/program_binding.cc',
303 'output/program_binding.h',
304 'output/render_surface_filters.cc',
305 'output/render_surface_filters.h',
306 'output/renderer.cc',
307 'output/renderer.h',
jbaumanc5be44c2014-11-20 22:17:12308 'output/renderer_settings.cc',
309 'output/renderer_settings.h',
[email protected]5a45eac2013-07-24 22:40:18310 'output/shader.cc',
311 'output/shader.h',
312 'output/software_frame_data.cc',
313 'output/software_frame_data.h',
314 'output/software_output_device.cc',
315 'output/software_output_device.h',
316 'output/software_renderer.cc',
317 'output/software_renderer.h',
[email protected]19aec372014-07-01 19:08:49318 'output/viewport_selection_bound.cc',
319 'output/viewport_selection_bound.h',
mithroc34fc0b12014-09-30 09:10:41320 'output/vsync_parameter_observer.h',
[email protected]5a45eac2013-07-24 22:40:18321 'quads/checkerboard_draw_quad.cc',
322 'quads/checkerboard_draw_quad.h',
323 'quads/content_draw_quad_base.cc',
324 'quads/content_draw_quad_base.h',
325 'quads/debug_border_draw_quad.cc',
326 'quads/debug_border_draw_quad.h',
[email protected]d7ed7f02014-07-29 22:22:20327 'quads/draw_polygon.cc',
328 'quads/draw_polygon.h',
[email protected]5a45eac2013-07-24 22:40:18329 'quads/draw_quad.cc',
330 'quads/draw_quad.h',
331 'quads/io_surface_draw_quad.cc',
332 'quads/io_surface_draw_quad.h',
[email protected]620aaedc2014-08-12 22:41:20333 'quads/largest_draw_quad.h',
weiliangcfe7b51e2014-11-05 18:20:27334 'quads/largest_draw_quad.cc',
weiliangcd1f5016c2014-09-23 14:29:03335 'quads/list_container.cc',
336 'quads/list_container.h',
[email protected]5a45eac2013-07-24 22:40:18337 'quads/picture_draw_quad.cc',
338 'quads/picture_draw_quad.h',
339 'quads/render_pass.cc',
340 'quads/render_pass.h',
341 'quads/render_pass_draw_quad.cc',
342 'quads/render_pass_draw_quad.h',
[email protected]0cd7d6f72014-08-22 14:50:51343 'quads/render_pass_id.cc',
344 'quads/render_pass_id.h',
[email protected]5a45eac2013-07-24 22:40:18345 'quads/shared_quad_state.cc',
346 'quads/shared_quad_state.h',
347 'quads/solid_color_draw_quad.cc',
348 'quads/solid_color_draw_quad.h',
349 'quads/stream_video_draw_quad.cc',
350 'quads/stream_video_draw_quad.h',
[email protected]78d30122014-01-17 06:32:36351 'quads/surface_draw_quad.cc',
352 'quads/surface_draw_quad.h',
[email protected]5a45eac2013-07-24 22:40:18353 'quads/texture_draw_quad.cc',
354 'quads/texture_draw_quad.h',
355 'quads/tile_draw_quad.cc',
356 'quads/tile_draw_quad.h',
357 'quads/yuv_video_draw_quad.cc',
358 'quads/yuv_video_draw_quad.h',
359 'resources/bitmap_content_layer_updater.cc',
360 'resources/bitmap_content_layer_updater.h',
vmiuraa30e1ea2014-12-09 19:23:51361 'resources/bitmap_tile_task_worker_pool.cc',
362 'resources/bitmap_tile_task_worker_pool.h',
[email protected]5a45eac2013-07-24 22:40:18363 'resources/bitmap_skpicture_content_layer_updater.cc',
364 'resources/bitmap_skpicture_content_layer_updater.h',
ajuma5e77f7d42014-11-27 14:19:14365 'resources/clip_display_item.cc',
366 'resources/clip_display_item.h',
leviwf97853532015-01-16 23:08:00367 'resources/clip_path_display_item.cc',
368 'resources/clip_path_display_item.h',
[email protected]5a45eac2013-07-24 22:40:18369 'resources/content_layer_updater.cc',
370 'resources/content_layer_updater.h',
ajuma5e77f7d42014-11-27 14:19:14371 'resources/display_item.cc',
372 'resources/display_item.h',
373 'resources/display_item_list.cc',
374 'resources/display_item_list.h',
375 'resources/display_list_raster_source.cc',
376 'resources/display_list_raster_source.h',
377 'resources/display_list_recording_source.cc',
378 'resources/display_list_recording_source.h',
379 'resources/drawing_display_item.cc',
380 'resources/drawing_display_item.h',
[email protected]bf050582014-07-24 11:10:58381 'resources/eviction_tile_priority_queue.cc',
382 'resources/eviction_tile_priority_queue.h',
ajuma5e77f7d42014-11-27 14:19:14383 'resources/filter_display_item.cc',
384 'resources/filter_display_item.h',
ajumad1e57c92015-01-06 13:57:23385 'resources/float_clip_display_item.cc',
386 'resources/float_clip_display_item.h',
hendrikw2f32e4e2015-01-03 00:22:34387 'resources/gpu_rasterizer.cc',
388 'resources/gpu_rasterizer.h',
vmiuraa30e1ea2014-12-09 19:23:51389 'resources/gpu_tile_task_worker_pool.cc',
390 'resources/gpu_tile_task_worker_pool.h',
[email protected]5a45eac2013-07-24 22:40:18391 'resources/image_layer_updater.cc',
392 'resources/image_layer_updater.h',
[email protected]5a45eac2013-07-24 22:40:18393 'resources/layer_painter.h',
394 'resources/layer_quad.cc',
395 'resources/layer_quad.h',
396 'resources/layer_tiling_data.cc',
397 'resources/layer_tiling_data.h',
398 'resources/layer_updater.cc',
399 'resources/layer_updater.h',
[email protected]5a45eac2013-07-24 22:40:18400 'resources/memory_history.cc',
401 'resources/memory_history.h',
vmiuraa30e1ea2014-12-09 19:23:51402 'resources/one_copy_tile_task_worker_pool.cc',
403 'resources/one_copy_tile_task_worker_pool.h',
[email protected]5a45eac2013-07-24 22:40:18404 'resources/picture.cc',
405 'resources/picture.h',
406 'resources/picture_layer_tiling.cc',
407 'resources/picture_layer_tiling.h',
408 'resources/picture_layer_tiling_set.cc',
409 'resources/picture_layer_tiling_set.h',
[email protected]bf050582014-07-24 11:10:58410 'resources/picture_pile.cc',
411 'resources/picture_pile.h',
[email protected]5a45eac2013-07-24 22:40:18412 'resources/picture_pile_impl.cc',
413 'resources/picture_pile_impl.h',
vmiuraa30e1ea2014-12-09 19:23:51414 'resources/pixel_buffer_tile_task_worker_pool.cc',
415 'resources/pixel_buffer_tile_task_worker_pool.h',
[email protected]5a45eac2013-07-24 22:40:18416 'resources/platform_color.h',
417 'resources/prioritized_resource.cc',
418 'resources/prioritized_resource.h',
419 'resources/prioritized_resource_manager.cc',
420 'resources/prioritized_resource_manager.h',
421 'resources/priority_calculator.cc',
422 'resources/priority_calculator.h',
reveman47560ab2014-09-18 19:39:21423 'resources/raster_buffer.cc',
auygun5df4cc9e2014-08-26 15:47:28424 'resources/raster_buffer.h',
vmpstr394e2b52014-10-28 18:38:10425 'resources/raster_source.h',
ajuma5e77f7d42014-11-27 14:19:14426 'resources/raster_source_helper.cc',
427 'resources/raster_source_helper.h',
[email protected]bf050582014-07-24 11:10:58428 'resources/raster_tile_priority_queue.cc',
429 'resources/raster_tile_priority_queue.h',
hendrikw2f32e4e2015-01-03 00:22:34430 'resources/rasterizer.h',
431 'resources/software_rasterizer.cc',
432 'resources/software_rasterizer.h',
vmiuraa30e1ea2014-12-09 19:23:51433 'resources/tile_task_worker_pool.cc',
434 'resources/tile_task_worker_pool.h',
435 'resources/tile_task_runner.cc',
436 'resources/tile_task_runner.h',
hendrikw9d909aa72014-11-11 20:19:52437 'resources/recording_source.h',
[email protected]9260757f2013-09-17 01:24:16438 'resources/release_callback.h',
[email protected]5a45eac2013-07-24 22:40:18439 'resources/resource.cc',
reveman423e7da2014-09-23 16:57:44440 'resources/resource.h',
[email protected]c6f0cf62014-07-22 02:44:41441 'resources/resource_format.cc',
[email protected]bf050582014-07-24 11:10:58442 'resources/resource_format.h',
[email protected]5a45eac2013-07-24 22:40:18443 'resources/resource_pool.cc',
444 'resources/resource_pool.h',
445 'resources/resource_provider.cc',
446 'resources/resource_provider.h',
447 'resources/resource_update.cc',
reveman423e7da2014-09-23 16:57:44448 'resources/resource_update.h',
[email protected]5a45eac2013-07-24 22:40:18449 'resources/resource_update_controller.cc',
450 'resources/resource_update_controller.h',
451 'resources/resource_update_queue.cc',
452 'resources/resource_update_queue.h',
[email protected]e00bab022013-08-19 00:42:45453 'resources/returned_resource.h',
[email protected]110fcc0e2014-07-16 15:52:47454 'resources/scoped_gpu_raster.cc',
455 'resources/scoped_gpu_raster.h',
[email protected]5a45eac2013-07-24 22:40:18456 'resources/scoped_resource.cc',
457 'resources/scoped_resource.h',
[email protected]c9280762013-08-01 06:28:57458 'resources/scoped_ui_resource.cc',
459 'resources/scoped_ui_resource.h',
[email protected]a7f35682013-10-22 23:05:57460 'resources/shared_bitmap.cc',
461 'resources/shared_bitmap.h',
462 'resources/shared_bitmap_manager.h',
[email protected]9260757f2013-09-17 01:24:16463 'resources/single_release_callback.cc',
464 'resources/single_release_callback.h',
skyostil3976a3f2014-09-04 22:07:23465 'resources/single_release_callback_impl.cc',
466 'resources/single_release_callback_impl.h',
[email protected]5a45eac2013-07-24 22:40:18467 'resources/skpicture_content_layer_updater.cc',
468 'resources/skpicture_content_layer_updater.h',
[email protected]00d92d32014-01-23 09:46:50469 'resources/task_graph_runner.cc',
470 'resources/task_graph_runner.h',
[email protected]5a45eac2013-07-24 22:40:18471 'resources/texture_mailbox.cc',
reveman423e7da2014-09-23 16:57:44472 'resources/texture_mailbox.h',
[email protected]ea468c6c2013-09-10 08:25:11473 'resources/texture_mailbox_deleter.cc',
474 'resources/texture_mailbox_deleter.h',
[email protected]eade06d2014-02-04 07:04:32475 'resources/texture_uploader.cc',
476 'resources/texture_uploader.h',
[email protected]5a45eac2013-07-24 22:40:18477 'resources/tile.cc',
478 'resources/tile.h',
jungjik.leea4496712014-12-20 16:08:21479 'resources/tile_draw_info.cc',
480 'resources/tile_draw_info.h',
[email protected]5a45eac2013-07-24 22:40:18481 'resources/tile_manager.cc',
482 'resources/tile_manager.h',
483 'resources/tile_priority.cc',
484 'resources/tile_priority.h',
e.hakkinenada8f5da2014-11-27 09:41:36485 'resources/tiling_set_eviction_queue.cc',
486 'resources/tiling_set_eviction_queue.h',
vmpstrfe477d5a2015-01-12 22:20:49487 'resources/tiling_set_raster_queue_all.cc',
488 'resources/tiling_set_raster_queue_all.h',
489 'resources/tiling_set_raster_queue_required.cc',
490 'resources/tiling_set_raster_queue_required.h',
vmpstrbc22bb72014-12-08 18:38:14491 'resources/tiling_set_raster_queue.h',
[email protected]5a45eac2013-07-24 22:40:18492 'resources/transferable_resource.cc',
493 'resources/transferable_resource.h',
ajuma5e77f7d42014-11-27 14:19:14494 'resources/transform_display_item.cc',
495 'resources/transform_display_item.h',
496 'resources/transparency_display_item.cc',
497 'resources/transparency_display_item.h',
[email protected]c9280762013-08-01 06:28:57498 'resources/ui_resource_bitmap.cc',
499 'resources/ui_resource_bitmap.h',
500 'resources/ui_resource_client.h',
[email protected]e1042192013-11-08 05:44:24501 'resources/ui_resource_request.cc',
502 'resources/ui_resource_request.h',
[email protected]5a45eac2013-07-24 22:40:18503 'resources/video_resource_updater.cc',
504 'resources/video_resource_updater.h',
vmiuraa30e1ea2014-12-09 19:23:51505 'resources/zero_copy_tile_task_worker_pool.cc',
506 'resources/zero_copy_tile_task_worker_pool.h',
mithroc34fc0b12014-09-30 09:10:41507 'scheduler/begin_frame_source.cc',
508 'scheduler/begin_frame_source.h',
mithrof7a21502014-12-17 03:24:48509 'scheduler/commit_earlyout_reason.h',
[email protected]5a45eac2013-07-24 22:40:18510 'scheduler/delay_based_time_source.cc',
511 'scheduler/delay_based_time_source.h',
[email protected]30d82142014-05-12 04:26:02512 'scheduler/draw_result.h',
[email protected]5a45eac2013-07-24 22:40:18513 'scheduler/scheduler.cc',
514 'scheduler/scheduler.h',
515 'scheduler/scheduler_settings.cc',
516 'scheduler/scheduler_settings.h',
517 'scheduler/scheduler_state_machine.cc',
518 'scheduler/scheduler_state_machine.h',
[email protected]9794fb32013-08-29 09:49:59519 'trees/blocking_task_runner.cc',
520 'trees/blocking_task_runner.h',
[email protected]5a45eac2013-07-24 22:40:18521 'trees/damage_tracker.cc',
522 'trees/damage_tracker.h',
vollick51ed1a22014-12-17 02:03:00523 'trees/draw_property_utils.cc',
524 'trees/draw_property_utils.h',
[email protected]5a45eac2013-07-24 22:40:18525 'trees/layer_sorter.cc',
526 'trees/layer_sorter.h',
527 'trees/layer_tree_host.cc',
528 'trees/layer_tree_host.h',
529 'trees/layer_tree_host_client.h',
530 'trees/layer_tree_host_common.cc',
531 'trees/layer_tree_host_common.h',
532 'trees/layer_tree_host_impl.cc',
533 'trees/layer_tree_host_impl.h',
534 'trees/layer_tree_impl.cc',
535 'trees/layer_tree_impl.h',
536 'trees/layer_tree_settings.cc',
537 'trees/layer_tree_settings.h',
vmpstrcdcb5f72014-09-11 00:58:37538 'trees/occlusion.cc',
539 'trees/occlusion.h',
[email protected]5a45eac2013-07-24 22:40:18540 'trees/occlusion_tracker.cc',
541 'trees/occlusion_tracker.h',
vollick51ed1a22014-12-17 02:03:00542 'trees/property_tree.cc',
543 'trees/property_tree.h',
544 'trees/property_tree_builder.cc',
545 'trees/property_tree_builder.h',
[email protected]5a45eac2013-07-24 22:40:18546 'trees/proxy.cc',
547 'trees/proxy.h',
[email protected]e5267e9de2014-02-15 01:11:48548 'trees/proxy_timing_history.cc',
549 'trees/proxy_timing_history.h',
[email protected]aeeedad2014-08-22 18:16:22550 'trees/scoped_abort_remaining_swap_promises.h',
[email protected]5a45eac2013-07-24 22:40:18551 'trees/single_thread_proxy.cc',
552 'trees/single_thread_proxy.h',
553 'trees/thread_proxy.cc',
554 'trees/thread_proxy.h',
555 'trees/tree_synchronizer.cc',
556 'trees/tree_synchronizer.h',
[email protected]94f206c12012-08-25 00:09:14557 ],
fdegans75b3d092014-09-17 18:35:55558 'includes': [
559 '../build/android/increase_size_for_speed.gypi',
560 ],
[email protected]895399a2013-01-30 00:47:21561 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
562 'msvs_disabled_warnings': [ 4267, ],
[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',
[email protected]6a8b3392014-01-29 02:34:21572 '<(DEPTH)/skia/skia.gyp:skia',
jbauman1b92b442014-09-04 17:22:49573 '<(DEPTH)/ui/events/events.gyp:events_base',
[email protected]54bf8132014-01-16 05:22:28574 '<(DEPTH)/ui/gfx/gfx.gyp:gfx',
575 '<(DEPTH)/ui/gfx/gfx.gyp:gfx_geometry',
576 ],
577 'defines': [
578 'CC_SURFACES_IMPLEMENTATION=1',
579 ],
580 'sources': [
[email protected]6e44c302014-07-22 21:51:37581 # Note: file list duplicated in GN build.
[email protected]11c2b3d32014-05-30 05:23:05582 'surfaces/display.cc',
583 'surfaces/display.h',
584 'surfaces/display_client.h',
[email protected]54bf8132014-01-16 05:22:28585 'surfaces/surface.cc',
586 'surfaces/surface.h',
[email protected]6a8b3392014-01-29 02:34:21587 'surfaces/surface_aggregator.cc',
588 'surfaces/surface_aggregator.h',
[email protected]387b59d2014-06-27 01:17:34589 'surfaces/surface_factory.cc',
590 'surfaces/surface_factory.h',
591 'surfaces/surface_factory_client.h',
592 'surfaces/surface_id.h',
[email protected]cde792132014-07-02 06:52:46593 'surfaces/surface_id_allocator.cc',
594 'surfaces/surface_id_allocator.h',
[email protected]54bf8132014-01-16 05:22:28595 'surfaces/surface_manager.cc',
596 'surfaces/surface_manager.h',
[email protected]387b59d2014-06-27 01:17:34597 'surfaces/surface_resource_holder.cc',
598 'surfaces/surface_resource_holder.h',
[email protected]54bf8132014-01-16 05:22:28599 'surfaces/surfaces_export.h',
600 ],
fdegans75b3d092014-09-17 18:35:55601 'includes': [
602 '../build/android/increase_size_for_speed.gypi',
603 ],
[email protected]54bf8132014-01-16 05:22:28604 },
[email protected]94f206c12012-08-25 00:09:14605 ],
[email protected]3fccb63f2012-08-06 23:19:30606}