blob: 7ac01225de84df0b1c388e430fe0f927549395b6 [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',
[email protected]5a45eac2013-07-24 22:40:1891 'base/switches.cc',
92 'base/switches.h',
93 'base/tiling_data.cc',
94 'base/tiling_data.h',
[email protected]afb84fc2014-05-29 01:47:5395 'base/unique_notifier.cc',
96 'base/unique_notifier.h',
[email protected]5a45eac2013-07-24 22:40:1897 'base/util.h',
[email protected]adbe30f2013-10-11 21:12:3398 'debug/benchmark_instrumentation.cc',
99 'debug/benchmark_instrumentation.h',
[email protected]5a45eac2013-07-24 22:40:18100 'debug/debug_colors.cc',
101 'debug/debug_colors.h',
102 'debug/debug_rect_history.cc',
103 'debug/debug_rect_history.h',
104 'debug/devtools_instrumentation.h',
[email protected]5a45eac2013-07-24 22:40:18105 'debug/frame_rate_counter.cc',
106 'debug/frame_rate_counter.h',
[email protected]b17906c12014-04-18 19:56:09107 'debug/frame_viewer_instrumentation.h',
[email protected]35805ad2014-05-31 22:17:19108 'debug/invalidation_benchmark.cc',
109 'debug/invalidation_benchmark.h',
[email protected]29d39a42014-05-13 19:40:58110 'debug/lap_timer.cc',
111 'debug/lap_timer.h',
[email protected]5a45eac2013-07-24 22:40:18112 'debug/layer_tree_debug_state.cc',
113 'debug/layer_tree_debug_state.h',
[email protected]96524062013-10-11 13:46:05114 'debug/micro_benchmark.cc',
115 'debug/micro_benchmark.h',
[email protected]5e5648a2013-11-18 00:39:33116 'debug/micro_benchmark_impl.cc',
117 'debug/micro_benchmark_impl.h',
[email protected]96524062013-10-11 13:46:05118 'debug/micro_benchmark_controller.cc',
119 'debug/micro_benchmark_controller.h',
[email protected]5e5648a2013-11-18 00:39:33120 'debug/micro_benchmark_controller_impl.cc',
121 'debug/micro_benchmark_controller_impl.h',
[email protected]5a45eac2013-07-24 22:40:18122 'debug/paint_time_counter.cc',
123 'debug/paint_time_counter.h',
[email protected]1a55d7dc2013-10-12 07:52:20124 'debug/picture_record_benchmark.cc',
125 'debug/picture_record_benchmark.h',
[email protected]8cac9fe2013-11-18 20:32:08126 'debug/rasterize_and_record_benchmark.cc',
127 'debug/rasterize_and_record_benchmark.h',
128 'debug/rasterize_and_record_benchmark_impl.cc',
129 'debug/rasterize_and_record_benchmark_impl.h',
[email protected]5a45eac2013-07-24 22:40:18130 'debug/rendering_stats.cc',
131 'debug/rendering_stats.h',
132 'debug/rendering_stats_instrumentation.cc',
133 'debug/rendering_stats_instrumentation.h',
134 'debug/ring_buffer.h',
135 'debug/traced_picture.cc',
136 'debug/traced_picture.h',
137 'debug/traced_value.cc',
138 'debug/traced_value.h',
[email protected]666d7cf2013-10-12 01:30:29139 'debug/unittest_only_benchmark.cc',
140 'debug/unittest_only_benchmark.h',
[email protected]5e5648a2013-11-18 00:39:33141 'debug/unittest_only_benchmark_impl.cc',
142 'debug/unittest_only_benchmark_impl.h',
ccameron36d091f2014-11-07 03:18:50143 'input/input_handler.cc',
[email protected]5a45eac2013-07-24 22:40:18144 'input/input_handler.h',
145 'input/page_scale_animation.cc',
146 'input/page_scale_animation.h',
[email protected]19aec372014-07-01 19:08:49147 'input/layer_selection_bound.cc',
148 'input/layer_selection_bound.h',
149 'input/selection_bound_type.h',
[email protected]5a45eac2013-07-24 22:40:18150 'input/top_controls_manager.cc',
151 'input/top_controls_manager.h',
152 'input/top_controls_manager_client.h',
153 'layers/append_quads_data.h',
[email protected]5a45eac2013-07-24 22:40:18154 'layers/content_layer.cc',
155 'layers/content_layer.h',
156 'layers/content_layer_client.h',
157 'layers/contents_scaling_layer.cc',
158 'layers/contents_scaling_layer.h',
[email protected]09f67382013-10-09 21:03:45159 'layers/delegated_frame_provider.cc',
160 'layers/delegated_frame_provider.h',
161 'layers/delegated_frame_resource_collection.cc',
162 'layers/delegated_frame_resource_collection.h',
[email protected]5a45eac2013-07-24 22:40:18163 'layers/delegated_renderer_layer.cc',
164 'layers/delegated_renderer_layer.h',
[email protected]5a45eac2013-07-24 22:40:18165 'layers/delegated_renderer_layer_impl.cc',
166 'layers/delegated_renderer_layer_impl.h',
167 'layers/draw_properties.h',
168 'layers/heads_up_display_layer.cc',
169 'layers/heads_up_display_layer.h',
170 'layers/heads_up_display_layer_impl.cc',
171 'layers/heads_up_display_layer_impl.h',
172 'layers/image_layer.cc',
173 'layers/image_layer.h',
174 'layers/io_surface_layer.cc',
175 'layers/io_surface_layer.h',
176 'layers/io_surface_layer_impl.cc',
177 'layers/io_surface_layer_impl.h',
178 'layers/layer.cc',
179 'layers/layer.h',
[email protected]ae716ce2013-08-16 13:04:24180 'layers/layer_client.h',
[email protected]5a45eac2013-07-24 22:40:18181 'layers/layer_impl.cc',
182 'layers/layer_impl.h',
[email protected]5a45eac2013-07-24 22:40:18183 'layers/layer_iterator.h',
184 'layers/layer_lists.cc',
185 'layers/layer_lists.h',
186 'layers/layer_position_constraint.cc',
187 'layers/layer_position_constraint.h',
[email protected]3d86dd7a2014-01-24 01:33:11188 'layers/layer_utils.cc',
189 'layers/layer_utils.h',
[email protected]5a45eac2013-07-24 22:40:18190 'layers/nine_patch_layer.cc',
191 'layers/nine_patch_layer.h',
192 'layers/nine_patch_layer_impl.cc',
193 'layers/nine_patch_layer_impl.h',
194 'layers/paint_properties.h',
[email protected]3a83478b2013-08-22 20:55:17195 'layers/painted_scrollbar_layer.cc',
196 'layers/painted_scrollbar_layer.h',
197 'layers/painted_scrollbar_layer_impl.cc',
198 'layers/painted_scrollbar_layer_impl.h',
[email protected]5a45eac2013-07-24 22:40:18199 'layers/picture_image_layer.cc',
200 'layers/picture_image_layer.h',
201 'layers/picture_image_layer_impl.cc',
202 'layers/picture_image_layer_impl.h',
203 'layers/picture_layer.cc',
204 'layers/picture_layer.h',
205 'layers/picture_layer_impl.cc',
206 'layers/picture_layer_impl.h',
[email protected]5a45eac2013-07-24 22:40:18207 'layers/render_pass_sink.h',
208 'layers/render_surface.cc',
209 'layers/render_surface.h',
210 'layers/render_surface_impl.cc',
211 'layers/render_surface_impl.h',
[email protected]80413d72013-08-30 20:25:33212 'layers/scrollbar_layer_impl_base.cc',
213 'layers/scrollbar_layer_impl_base.h',
214 'layers/scrollbar_layer_interface.h',
[email protected]5a45eac2013-07-24 22:40:18215 'layers/solid_color_layer.cc',
216 'layers/solid_color_layer.h',
217 'layers/solid_color_layer_impl.cc',
218 'layers/solid_color_layer_impl.h',
[email protected]80413d72013-08-30 20:25:33219 'layers/solid_color_scrollbar_layer.cc',
220 'layers/solid_color_scrollbar_layer.h',
221 'layers/solid_color_scrollbar_layer_impl.cc',
222 'layers/solid_color_scrollbar_layer_impl.h',
[email protected]c1ae82942014-01-17 23:17:04223 'layers/surface_layer.cc',
224 'layers/surface_layer.h',
225 'layers/surface_layer_impl.cc',
226 'layers/surface_layer_impl.h',
[email protected]5a45eac2013-07-24 22:40:18227 'layers/texture_layer.cc',
228 'layers/texture_layer.h',
229 'layers/texture_layer_client.h',
230 'layers/texture_layer_impl.cc',
231 'layers/texture_layer_impl.h',
232 'layers/tiled_layer.cc',
233 'layers/tiled_layer.h',
234 'layers/tiled_layer_impl.cc',
235 'layers/tiled_layer_impl.h',
[email protected]efbdb3a2013-10-04 00:35:13236 'layers/ui_resource_layer.cc',
237 'layers/ui_resource_layer.h',
238 'layers/ui_resource_layer_impl.cc',
239 'layers/ui_resource_layer_impl.h',
[email protected]5a45eac2013-07-24 22:40:18240 'layers/video_frame_provider.h',
241 'layers/video_frame_provider_client_impl.cc',
242 'layers/video_frame_provider_client_impl.h',
243 'layers/video_layer.cc',
244 'layers/video_layer.h',
245 'layers/video_layer_impl.cc',
246 'layers/video_layer_impl.h',
247 'output/begin_frame_args.cc',
248 'output/begin_frame_args.h',
[email protected]80fae1e2014-07-30 12:50:20249 'output/bsp_tree.cc',
250 'output/bsp_tree.h',
251 'output/bsp_walk_action.cc',
252 'output/bsp_walk_action.h',
[email protected]5a45eac2013-07-24 22:40:18253 'output/compositor_frame.cc',
254 'output/compositor_frame.h',
255 'output/compositor_frame_ack.cc',
256 'output/compositor_frame_ack.h',
257 'output/compositor_frame_metadata.cc',
258 'output/compositor_frame_metadata.h',
[email protected]41de22822013-08-29 04:16:17259 'output/context_provider.cc',
[email protected]5a45eac2013-07-24 22:40:18260 'output/context_provider.h',
261 'output/copy_output_request.cc',
262 'output/copy_output_request.h',
263 'output/copy_output_result.cc',
264 'output/copy_output_result.h',
265 'output/delegated_frame_data.h',
266 'output/delegated_frame_data.cc',
267 'output/delegating_renderer.cc',
268 'output/delegating_renderer.h',
269 'output/direct_renderer.cc',
270 'output/direct_renderer.h',
271 'output/filter_operation.cc',
272 'output/filter_operation.h',
273 'output/filter_operations.cc',
274 'output/filter_operations.h',
275 'output/geometry_binding.cc',
276 'output/geometry_binding.h',
277 'output/gl_frame_data.h',
278 'output/gl_frame_data.cc',
279 'output/gl_renderer.cc',
280 'output/gl_renderer.h',
281 'output/gl_renderer_draw_cache.cc',
282 'output/gl_renderer_draw_cache.h',
283 'output/managed_memory_policy.cc',
284 'output/managed_memory_policy.h',
285 'output/output_surface.cc',
286 'output/output_surface.h',
287 'output/output_surface_client.h',
[email protected]63880f8d2014-03-20 05:56:39288 'output/overlay_candidate.cc',
289 'output/overlay_candidate.h',
290 'output/overlay_candidate_validator.h',
291 'output/overlay_processor.cc',
292 'output/overlay_processor.h',
293 'output/overlay_strategy_single_on_top.cc',
294 'output/overlay_strategy_single_on_top.h',
[email protected]5a45eac2013-07-24 22:40:18295 'output/program_binding.cc',
296 'output/program_binding.h',
297 'output/render_surface_filters.cc',
298 'output/render_surface_filters.h',
299 'output/renderer.cc',
300 'output/renderer.h',
301 'output/shader.cc',
302 'output/shader.h',
303 'output/software_frame_data.cc',
304 'output/software_frame_data.h',
305 'output/software_output_device.cc',
306 'output/software_output_device.h',
307 'output/software_renderer.cc',
308 'output/software_renderer.h',
[email protected]19aec372014-07-01 19:08:49309 'output/viewport_selection_bound.cc',
310 'output/viewport_selection_bound.h',
mithroc34fc0b12014-09-30 09:10:41311 'output/vsync_parameter_observer.h',
[email protected]5a45eac2013-07-24 22:40:18312 'quads/checkerboard_draw_quad.cc',
313 'quads/checkerboard_draw_quad.h',
314 'quads/content_draw_quad_base.cc',
315 'quads/content_draw_quad_base.h',
316 'quads/debug_border_draw_quad.cc',
317 'quads/debug_border_draw_quad.h',
[email protected]d7ed7f02014-07-29 22:22:20318 'quads/draw_polygon.cc',
319 'quads/draw_polygon.h',
[email protected]5a45eac2013-07-24 22:40:18320 'quads/draw_quad.cc',
321 'quads/draw_quad.h',
322 'quads/io_surface_draw_quad.cc',
323 'quads/io_surface_draw_quad.h',
[email protected]620aaedc2014-08-12 22:41:20324 'quads/largest_draw_quad.h',
weiliangcfe7b51e2014-11-05 18:20:27325 'quads/largest_draw_quad.cc',
weiliangcd1f5016c2014-09-23 14:29:03326 'quads/list_container.cc',
327 'quads/list_container.h',
[email protected]5a45eac2013-07-24 22:40:18328 'quads/picture_draw_quad.cc',
329 'quads/picture_draw_quad.h',
330 'quads/render_pass.cc',
331 'quads/render_pass.h',
332 'quads/render_pass_draw_quad.cc',
333 'quads/render_pass_draw_quad.h',
[email protected]0cd7d6f72014-08-22 14:50:51334 'quads/render_pass_id.cc',
335 'quads/render_pass_id.h',
[email protected]5a45eac2013-07-24 22:40:18336 'quads/shared_quad_state.cc',
337 'quads/shared_quad_state.h',
338 'quads/solid_color_draw_quad.cc',
339 'quads/solid_color_draw_quad.h',
340 'quads/stream_video_draw_quad.cc',
341 'quads/stream_video_draw_quad.h',
[email protected]78d30122014-01-17 06:32:36342 'quads/surface_draw_quad.cc',
343 'quads/surface_draw_quad.h',
[email protected]5a45eac2013-07-24 22:40:18344 'quads/texture_draw_quad.cc',
345 'quads/texture_draw_quad.h',
346 'quads/tile_draw_quad.cc',
347 'quads/tile_draw_quad.h',
348 'quads/yuv_video_draw_quad.cc',
349 'quads/yuv_video_draw_quad.h',
350 'resources/bitmap_content_layer_updater.cc',
351 'resources/bitmap_content_layer_updater.h',
reveman5ae838bb2014-09-24 23:30:14352 'resources/bitmap_raster_worker_pool.cc',
353 'resources/bitmap_raster_worker_pool.h',
[email protected]5a45eac2013-07-24 22:40:18354 'resources/bitmap_skpicture_content_layer_updater.cc',
355 'resources/bitmap_skpicture_content_layer_updater.h',
[email protected]5a45eac2013-07-24 22:40:18356 'resources/content_layer_updater.cc',
357 'resources/content_layer_updater.h',
[email protected]bf050582014-07-24 11:10:58358 'resources/eviction_tile_priority_queue.cc',
359 'resources/eviction_tile_priority_queue.h',
[email protected]e1878b52014-07-01 09:21:17360 'resources/gpu_raster_worker_pool.cc',
361 'resources/gpu_raster_worker_pool.h',
[email protected]5a45eac2013-07-24 22:40:18362 'resources/image_layer_updater.cc',
363 'resources/image_layer_updater.h',
[email protected]5a45eac2013-07-24 22:40:18364 'resources/layer_painter.h',
365 'resources/layer_quad.cc',
366 'resources/layer_quad.h',
367 'resources/layer_tiling_data.cc',
368 'resources/layer_tiling_data.h',
369 'resources/layer_updater.cc',
370 'resources/layer_updater.h',
371 'resources/managed_tile_state.cc',
372 'resources/managed_tile_state.h',
373 'resources/memory_history.cc',
374 'resources/memory_history.h',
reveman423e7da2014-09-23 16:57:44375 'resources/one_copy_raster_worker_pool.cc',
376 'resources/one_copy_raster_worker_pool.h',
[email protected]5a45eac2013-07-24 22:40:18377 'resources/picture.cc',
378 'resources/picture.h',
379 'resources/picture_layer_tiling.cc',
380 'resources/picture_layer_tiling.h',
381 'resources/picture_layer_tiling_set.cc',
382 'resources/picture_layer_tiling_set.h',
[email protected]bf050582014-07-24 11:10:58383 'resources/picture_pile.cc',
384 'resources/picture_pile.h',
reveman423e7da2014-09-23 16:57:44385 'resources/picture_pile_base.cc',
386 'resources/picture_pile_base.h',
[email protected]5a45eac2013-07-24 22:40:18387 'resources/picture_pile_impl.cc',
388 'resources/picture_pile_impl.h',
389 'resources/pixel_buffer_raster_worker_pool.cc',
390 'resources/pixel_buffer_raster_worker_pool.h',
391 'resources/platform_color.h',
392 'resources/prioritized_resource.cc',
393 'resources/prioritized_resource.h',
394 'resources/prioritized_resource_manager.cc',
395 'resources/prioritized_resource_manager.h',
396 'resources/priority_calculator.cc',
397 'resources/priority_calculator.h',
reveman47560ab2014-09-18 19:39:21398 'resources/raster_buffer.cc',
auygun5df4cc9e2014-08-26 15:47:28399 'resources/raster_buffer.h',
vmpstr394e2b52014-10-28 18:38:10400 'resources/raster_source.h',
[email protected]bf050582014-07-24 11:10:58401 'resources/raster_tile_priority_queue.cc',
402 'resources/raster_tile_priority_queue.h',
403 'resources/raster_worker_pool.cc',
404 'resources/raster_worker_pool.h',
reveman423e7da2014-09-23 16:57:44405 'resources/rasterizer.cc',
406 'resources/rasterizer.h',
[email protected]9260757f2013-09-17 01:24:16407 'resources/release_callback.h',
[email protected]5a45eac2013-07-24 22:40:18408 'resources/resource.cc',
reveman423e7da2014-09-23 16:57:44409 'resources/resource.h',
[email protected]c6f0cf62014-07-22 02:44:41410 'resources/resource_format.cc',
[email protected]bf050582014-07-24 11:10:58411 'resources/resource_format.h',
[email protected]5a45eac2013-07-24 22:40:18412 'resources/resource_pool.cc',
413 'resources/resource_pool.h',
414 'resources/resource_provider.cc',
415 'resources/resource_provider.h',
416 'resources/resource_update.cc',
reveman423e7da2014-09-23 16:57:44417 'resources/resource_update.h',
[email protected]5a45eac2013-07-24 22:40:18418 'resources/resource_update_controller.cc',
419 'resources/resource_update_controller.h',
420 'resources/resource_update_queue.cc',
421 'resources/resource_update_queue.h',
[email protected]e00bab022013-08-19 00:42:45422 'resources/returned_resource.h',
[email protected]110fcc0e2014-07-16 15:52:47423 'resources/scoped_gpu_raster.cc',
424 'resources/scoped_gpu_raster.h',
[email protected]5a45eac2013-07-24 22:40:18425 'resources/scoped_resource.cc',
426 'resources/scoped_resource.h',
[email protected]c9280762013-08-01 06:28:57427 'resources/scoped_ui_resource.cc',
428 'resources/scoped_ui_resource.h',
[email protected]a7f35682013-10-22 23:05:57429 'resources/shared_bitmap.cc',
430 'resources/shared_bitmap.h',
431 'resources/shared_bitmap_manager.h',
[email protected]9260757f2013-09-17 01:24:16432 'resources/single_release_callback.cc',
433 'resources/single_release_callback.h',
skyostil3976a3f2014-09-04 22:07:23434 'resources/single_release_callback_impl.cc',
435 'resources/single_release_callback_impl.h',
[email protected]5a45eac2013-07-24 22:40:18436 'resources/skpicture_content_layer_updater.cc',
437 'resources/skpicture_content_layer_updater.h',
[email protected]00d92d32014-01-23 09:46:50438 'resources/task_graph_runner.cc',
439 'resources/task_graph_runner.h',
[email protected]5a45eac2013-07-24 22:40:18440 'resources/texture_mailbox.cc',
reveman423e7da2014-09-23 16:57:44441 'resources/texture_mailbox.h',
[email protected]ea468c6c2013-09-10 08:25:11442 'resources/texture_mailbox_deleter.cc',
443 'resources/texture_mailbox_deleter.h',
[email protected]eade06d2014-02-04 07:04:32444 'resources/texture_uploader.cc',
445 'resources/texture_uploader.h',
[email protected]5a45eac2013-07-24 22:40:18446 'resources/tile.cc',
447 'resources/tile.h',
448 'resources/tile_manager.cc',
449 'resources/tile_manager.h',
450 'resources/tile_priority.cc',
451 'resources/tile_priority.h',
452 'resources/transferable_resource.cc',
453 'resources/transferable_resource.h',
[email protected]c9280762013-08-01 06:28:57454 'resources/ui_resource_bitmap.cc',
455 'resources/ui_resource_bitmap.h',
456 'resources/ui_resource_client.h',
[email protected]e1042192013-11-08 05:44:24457 'resources/ui_resource_request.cc',
458 'resources/ui_resource_request.h',
[email protected]5a45eac2013-07-24 22:40:18459 'resources/video_resource_updater.cc',
460 'resources/video_resource_updater.h',
reveman423e7da2014-09-23 16:57:44461 'resources/zero_copy_raster_worker_pool.cc',
462 'resources/zero_copy_raster_worker_pool.h',
mithroc34fc0b12014-09-30 09:10:41463 'scheduler/begin_frame_source.cc',
464 'scheduler/begin_frame_source.h',
[email protected]5a45eac2013-07-24 22:40:18465 'scheduler/delay_based_time_source.cc',
466 'scheduler/delay_based_time_source.h',
[email protected]30d82142014-05-12 04:26:02467 'scheduler/draw_result.h',
[email protected]5a45eac2013-07-24 22:40:18468 'scheduler/scheduler.cc',
469 'scheduler/scheduler.h',
470 'scheduler/scheduler_settings.cc',
471 'scheduler/scheduler_settings.h',
472 'scheduler/scheduler_state_machine.cc',
473 'scheduler/scheduler_state_machine.h',
[email protected]9794fb32013-08-29 09:49:59474 'trees/blocking_task_runner.cc',
475 'trees/blocking_task_runner.h',
[email protected]5a45eac2013-07-24 22:40:18476 'trees/damage_tracker.cc',
477 'trees/damage_tracker.h',
478 'trees/layer_sorter.cc',
479 'trees/layer_sorter.h',
480 'trees/layer_tree_host.cc',
481 'trees/layer_tree_host.h',
482 'trees/layer_tree_host_client.h',
483 'trees/layer_tree_host_common.cc',
484 'trees/layer_tree_host_common.h',
485 'trees/layer_tree_host_impl.cc',
486 'trees/layer_tree_host_impl.h',
487 'trees/layer_tree_impl.cc',
488 'trees/layer_tree_impl.h',
489 'trees/layer_tree_settings.cc',
490 'trees/layer_tree_settings.h',
vmpstrcdcb5f72014-09-11 00:58:37491 'trees/occlusion.cc',
492 'trees/occlusion.h',
[email protected]5a45eac2013-07-24 22:40:18493 'trees/occlusion_tracker.cc',
494 'trees/occlusion_tracker.h',
495 'trees/proxy.cc',
496 'trees/proxy.h',
[email protected]e5267e9de2014-02-15 01:11:48497 'trees/proxy_timing_history.cc',
498 'trees/proxy_timing_history.h',
[email protected]aeeedad2014-08-22 18:16:22499 'trees/scoped_abort_remaining_swap_promises.h',
[email protected]5a45eac2013-07-24 22:40:18500 'trees/single_thread_proxy.cc',
501 'trees/single_thread_proxy.h',
502 'trees/thread_proxy.cc',
503 'trees/thread_proxy.h',
504 'trees/tree_synchronizer.cc',
505 'trees/tree_synchronizer.h',
[email protected]94f206c12012-08-25 00:09:14506 ],
fdegans75b3d092014-09-17 18:35:55507 'includes': [
508 '../build/android/increase_size_for_speed.gypi',
509 ],
[email protected]895399a2013-01-30 00:47:21510 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
511 'msvs_disabled_warnings': [ 4267, ],
[email protected]94f206c12012-08-25 00:09:14512 },
[email protected]54bf8132014-01-16 05:22:28513 {
[email protected]6e44c302014-07-22 21:51:37514 # GN version: //cc/surfaces
[email protected]54bf8132014-01-16 05:22:28515 'target_name': 'cc_surfaces',
516 'type': '<(component)',
517 'dependencies': [
518 'cc',
519 '<(DEPTH)/base/base.gyp:base',
520 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
[email protected]6a8b3392014-01-29 02:34:21521 '<(DEPTH)/skia/skia.gyp:skia',
jbauman1b92b442014-09-04 17:22:49522 '<(DEPTH)/ui/events/events.gyp:events_base',
[email protected]54bf8132014-01-16 05:22:28523 '<(DEPTH)/ui/gfx/gfx.gyp:gfx',
524 '<(DEPTH)/ui/gfx/gfx.gyp:gfx_geometry',
525 ],
526 'defines': [
527 'CC_SURFACES_IMPLEMENTATION=1',
528 ],
529 'sources': [
[email protected]6e44c302014-07-22 21:51:37530 # Note: file list duplicated in GN build.
[email protected]11c2b3d32014-05-30 05:23:05531 'surfaces/display.cc',
532 'surfaces/display.h',
533 'surfaces/display_client.h',
[email protected]54bf8132014-01-16 05:22:28534 'surfaces/surface.cc',
535 'surfaces/surface.h',
[email protected]6a8b3392014-01-29 02:34:21536 'surfaces/surface_aggregator.cc',
537 'surfaces/surface_aggregator.h',
[email protected]387b59d2014-06-27 01:17:34538 'surfaces/surface_factory.cc',
539 'surfaces/surface_factory.h',
540 'surfaces/surface_factory_client.h',
541 'surfaces/surface_id.h',
[email protected]cde792132014-07-02 06:52:46542 'surfaces/surface_id_allocator.cc',
543 'surfaces/surface_id_allocator.h',
[email protected]54bf8132014-01-16 05:22:28544 'surfaces/surface_manager.cc',
545 'surfaces/surface_manager.h',
[email protected]387b59d2014-06-27 01:17:34546 'surfaces/surface_resource_holder.cc',
547 'surfaces/surface_resource_holder.h',
[email protected]54bf8132014-01-16 05:22:28548 'surfaces/surfaces_export.h',
549 ],
fdegans75b3d092014-09-17 18:35:55550 'includes': [
551 '../build/android/increase_size_for_speed.gypi',
552 ],
[email protected]54bf8132014-01-16 05:22:28553 },
[email protected]94f206c12012-08-25 00:09:14554 ],
[email protected]3fccb63f2012-08-06 23:19:30555}