blob: 26a50bf5019ea6b4bae9f60112c393f9e71c35ad [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',
behara.ms71ff07f32014-11-12 05:09:0895 'base/time_util.h',
[email protected]afb84fc2014-05-29 01:47:5396 'base/unique_notifier.cc',
97 'base/unique_notifier.h',
[email protected]5a45eac2013-07-24 22:40:1898 'base/util.h',
[email protected]adbe30f2013-10-11 21:12:3399 'debug/benchmark_instrumentation.cc',
100 'debug/benchmark_instrumentation.h',
[email protected]5a45eac2013-07-24 22:40:18101 'debug/debug_colors.cc',
102 'debug/debug_colors.h',
103 'debug/debug_rect_history.cc',
104 'debug/debug_rect_history.h',
105 'debug/devtools_instrumentation.h',
[email protected]5a45eac2013-07-24 22:40:18106 'debug/frame_rate_counter.cc',
107 'debug/frame_rate_counter.h',
[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',
[email protected]5e5648a2013-11-18 00:39:33117 'debug/micro_benchmark_impl.cc',
118 'debug/micro_benchmark_impl.h',
[email protected]96524062013-10-11 13:46:05119 'debug/micro_benchmark_controller.cc',
120 'debug/micro_benchmark_controller.h',
[email protected]5e5648a2013-11-18 00:39:33121 'debug/micro_benchmark_controller_impl.cc',
122 'debug/micro_benchmark_controller_impl.h',
[email protected]5a45eac2013-07-24 22:40:18123 'debug/paint_time_counter.cc',
124 'debug/paint_time_counter.h',
[email protected]1a55d7dc2013-10-12 07:52:20125 'debug/picture_record_benchmark.cc',
126 'debug/picture_record_benchmark.h',
[email protected]8cac9fe2013-11-18 20:32:08127 'debug/rasterize_and_record_benchmark.cc',
128 'debug/rasterize_and_record_benchmark.h',
129 'debug/rasterize_and_record_benchmark_impl.cc',
130 'debug/rasterize_and_record_benchmark_impl.h',
[email protected]5a45eac2013-07-24 22:40:18131 'debug/rendering_stats.cc',
132 'debug/rendering_stats.h',
133 'debug/rendering_stats_instrumentation.cc',
134 'debug/rendering_stats_instrumentation.h',
135 'debug/ring_buffer.h',
136 'debug/traced_picture.cc',
137 'debug/traced_picture.h',
138 'debug/traced_value.cc',
139 'debug/traced_value.h',
[email protected]666d7cf2013-10-12 01:30:29140 'debug/unittest_only_benchmark.cc',
141 'debug/unittest_only_benchmark.h',
[email protected]5e5648a2013-11-18 00:39:33142 'debug/unittest_only_benchmark_impl.cc',
143 'debug/unittest_only_benchmark_impl.h',
ccameron36d091f2014-11-07 03:18:50144 'input/input_handler.cc',
[email protected]5a45eac2013-07-24 22:40:18145 'input/input_handler.h',
146 'input/page_scale_animation.cc',
147 'input/page_scale_animation.h',
[email protected]19aec372014-07-01 19:08:49148 'input/layer_selection_bound.cc',
149 'input/layer_selection_bound.h',
ccameron4163cc352014-11-13 19:06:36150 'input/scroll_elasticity_helper.cc',
151 'input/scroll_elasticity_helper.h',
[email protected]19aec372014-07-01 19:08:49152 'input/selection_bound_type.h',
[email protected]5a45eac2013-07-24 22:40:18153 'input/top_controls_manager.cc',
154 'input/top_controls_manager.h',
155 'input/top_controls_manager_client.h',
156 'layers/append_quads_data.h',
[email protected]5a45eac2013-07-24 22:40:18157 'layers/content_layer.cc',
158 'layers/content_layer.h',
159 'layers/content_layer_client.h',
160 'layers/contents_scaling_layer.cc',
161 'layers/contents_scaling_layer.h',
[email protected]09f67382013-10-09 21:03:45162 'layers/delegated_frame_provider.cc',
163 'layers/delegated_frame_provider.h',
164 'layers/delegated_frame_resource_collection.cc',
165 'layers/delegated_frame_resource_collection.h',
[email protected]5a45eac2013-07-24 22:40:18166 'layers/delegated_renderer_layer.cc',
167 'layers/delegated_renderer_layer.h',
[email protected]5a45eac2013-07-24 22:40:18168 'layers/delegated_renderer_layer_impl.cc',
169 'layers/delegated_renderer_layer_impl.h',
170 'layers/draw_properties.h',
171 'layers/heads_up_display_layer.cc',
172 'layers/heads_up_display_layer.h',
173 'layers/heads_up_display_layer_impl.cc',
174 'layers/heads_up_display_layer_impl.h',
175 'layers/image_layer.cc',
176 'layers/image_layer.h',
177 'layers/io_surface_layer.cc',
178 'layers/io_surface_layer.h',
179 'layers/io_surface_layer_impl.cc',
180 'layers/io_surface_layer_impl.h',
181 'layers/layer.cc',
182 'layers/layer.h',
[email protected]ae716ce2013-08-16 13:04:24183 'layers/layer_client.h',
[email protected]5a45eac2013-07-24 22:40:18184 'layers/layer_impl.cc',
185 'layers/layer_impl.h',
[email protected]5a45eac2013-07-24 22:40:18186 'layers/layer_iterator.h',
187 'layers/layer_lists.cc',
188 'layers/layer_lists.h',
189 'layers/layer_position_constraint.cc',
190 'layers/layer_position_constraint.h',
[email protected]3d86dd7a2014-01-24 01:33:11191 'layers/layer_utils.cc',
192 'layers/layer_utils.h',
[email protected]5a45eac2013-07-24 22:40:18193 'layers/nine_patch_layer.cc',
194 'layers/nine_patch_layer.h',
195 'layers/nine_patch_layer_impl.cc',
196 'layers/nine_patch_layer_impl.h',
197 'layers/paint_properties.h',
[email protected]3a83478b2013-08-22 20:55:17198 'layers/painted_scrollbar_layer.cc',
199 'layers/painted_scrollbar_layer.h',
200 'layers/painted_scrollbar_layer_impl.cc',
201 'layers/painted_scrollbar_layer_impl.h',
[email protected]5a45eac2013-07-24 22:40:18202 'layers/picture_image_layer.cc',
203 'layers/picture_image_layer.h',
204 'layers/picture_image_layer_impl.cc',
205 'layers/picture_image_layer_impl.h',
206 'layers/picture_layer.cc',
207 'layers/picture_layer.h',
208 'layers/picture_layer_impl.cc',
209 'layers/picture_layer_impl.h',
[email protected]5a45eac2013-07-24 22:40:18210 'layers/render_pass_sink.h',
211 'layers/render_surface.cc',
212 'layers/render_surface.h',
213 'layers/render_surface_impl.cc',
214 'layers/render_surface_impl.h',
[email protected]80413d72013-08-30 20:25:33215 'layers/scrollbar_layer_impl_base.cc',
216 'layers/scrollbar_layer_impl_base.h',
217 'layers/scrollbar_layer_interface.h',
[email protected]5a45eac2013-07-24 22:40:18218 'layers/solid_color_layer.cc',
219 'layers/solid_color_layer.h',
220 'layers/solid_color_layer_impl.cc',
221 'layers/solid_color_layer_impl.h',
[email protected]80413d72013-08-30 20:25:33222 'layers/solid_color_scrollbar_layer.cc',
223 'layers/solid_color_scrollbar_layer.h',
224 'layers/solid_color_scrollbar_layer_impl.cc',
225 'layers/solid_color_scrollbar_layer_impl.h',
[email protected]c1ae82942014-01-17 23:17:04226 'layers/surface_layer.cc',
227 'layers/surface_layer.h',
228 'layers/surface_layer_impl.cc',
229 'layers/surface_layer_impl.h',
[email protected]5a45eac2013-07-24 22:40:18230 'layers/texture_layer.cc',
231 'layers/texture_layer.h',
232 'layers/texture_layer_client.h',
233 'layers/texture_layer_impl.cc',
234 'layers/texture_layer_impl.h',
235 'layers/tiled_layer.cc',
236 'layers/tiled_layer.h',
237 'layers/tiled_layer_impl.cc',
238 'layers/tiled_layer_impl.h',
[email protected]efbdb3a2013-10-04 00:35:13239 'layers/ui_resource_layer.cc',
240 'layers/ui_resource_layer.h',
241 'layers/ui_resource_layer_impl.cc',
242 'layers/ui_resource_layer_impl.h',
[email protected]5a45eac2013-07-24 22:40:18243 'layers/video_frame_provider.h',
244 'layers/video_frame_provider_client_impl.cc',
245 'layers/video_frame_provider_client_impl.h',
246 'layers/video_layer.cc',
247 'layers/video_layer.h',
248 'layers/video_layer_impl.cc',
249 'layers/video_layer_impl.h',
250 'output/begin_frame_args.cc',
251 'output/begin_frame_args.h',
[email protected]80fae1e2014-07-30 12:50:20252 'output/bsp_tree.cc',
253 'output/bsp_tree.h',
254 'output/bsp_walk_action.cc',
255 'output/bsp_walk_action.h',
[email protected]5a45eac2013-07-24 22:40:18256 'output/compositor_frame.cc',
257 'output/compositor_frame.h',
258 'output/compositor_frame_ack.cc',
259 'output/compositor_frame_ack.h',
260 'output/compositor_frame_metadata.cc',
261 'output/compositor_frame_metadata.h',
[email protected]41de22822013-08-29 04:16:17262 'output/context_provider.cc',
[email protected]5a45eac2013-07-24 22:40:18263 'output/context_provider.h',
264 'output/copy_output_request.cc',
265 'output/copy_output_request.h',
266 'output/copy_output_result.cc',
267 'output/copy_output_result.h',
268 'output/delegated_frame_data.h',
269 'output/delegated_frame_data.cc',
270 'output/delegating_renderer.cc',
271 'output/delegating_renderer.h',
272 'output/direct_renderer.cc',
273 'output/direct_renderer.h',
274 'output/filter_operation.cc',
275 'output/filter_operation.h',
276 'output/filter_operations.cc',
277 'output/filter_operations.h',
278 'output/geometry_binding.cc',
279 'output/geometry_binding.h',
280 'output/gl_frame_data.h',
281 'output/gl_frame_data.cc',
282 'output/gl_renderer.cc',
283 'output/gl_renderer.h',
284 'output/gl_renderer_draw_cache.cc',
285 'output/gl_renderer_draw_cache.h',
286 'output/managed_memory_policy.cc',
287 'output/managed_memory_policy.h',
288 'output/output_surface.cc',
289 'output/output_surface.h',
290 'output/output_surface_client.h',
[email protected]63880f8d2014-03-20 05:56:39291 'output/overlay_candidate.cc',
292 'output/overlay_candidate.h',
293 'output/overlay_candidate_validator.h',
294 'output/overlay_processor.cc',
295 'output/overlay_processor.h',
296 'output/overlay_strategy_single_on_top.cc',
297 'output/overlay_strategy_single_on_top.h',
[email protected]5a45eac2013-07-24 22:40:18298 'output/program_binding.cc',
299 'output/program_binding.h',
300 'output/render_surface_filters.cc',
301 'output/render_surface_filters.h',
302 'output/renderer.cc',
303 'output/renderer.h',
jbaumanc5be44c2014-11-20 22:17:12304 'output/renderer_settings.cc',
305 'output/renderer_settings.h',
[email protected]5a45eac2013-07-24 22:40:18306 'output/shader.cc',
307 'output/shader.h',
308 'output/software_frame_data.cc',
309 'output/software_frame_data.h',
310 'output/software_output_device.cc',
311 'output/software_output_device.h',
312 'output/software_renderer.cc',
313 'output/software_renderer.h',
[email protected]19aec372014-07-01 19:08:49314 'output/viewport_selection_bound.cc',
315 'output/viewport_selection_bound.h',
mithroc34fc0b12014-09-30 09:10:41316 'output/vsync_parameter_observer.h',
[email protected]5a45eac2013-07-24 22:40:18317 'quads/checkerboard_draw_quad.cc',
318 'quads/checkerboard_draw_quad.h',
319 'quads/content_draw_quad_base.cc',
320 'quads/content_draw_quad_base.h',
321 'quads/debug_border_draw_quad.cc',
322 'quads/debug_border_draw_quad.h',
[email protected]d7ed7f02014-07-29 22:22:20323 'quads/draw_polygon.cc',
324 'quads/draw_polygon.h',
[email protected]5a45eac2013-07-24 22:40:18325 'quads/draw_quad.cc',
326 'quads/draw_quad.h',
327 'quads/io_surface_draw_quad.cc',
328 'quads/io_surface_draw_quad.h',
[email protected]620aaedc2014-08-12 22:41:20329 'quads/largest_draw_quad.h',
weiliangcfe7b51e2014-11-05 18:20:27330 'quads/largest_draw_quad.cc',
weiliangcd1f5016c2014-09-23 14:29:03331 'quads/list_container.cc',
332 'quads/list_container.h',
[email protected]5a45eac2013-07-24 22:40:18333 'quads/picture_draw_quad.cc',
334 'quads/picture_draw_quad.h',
335 'quads/render_pass.cc',
336 'quads/render_pass.h',
337 'quads/render_pass_draw_quad.cc',
338 'quads/render_pass_draw_quad.h',
[email protected]0cd7d6f72014-08-22 14:50:51339 'quads/render_pass_id.cc',
340 'quads/render_pass_id.h',
[email protected]5a45eac2013-07-24 22:40:18341 'quads/shared_quad_state.cc',
342 'quads/shared_quad_state.h',
343 'quads/solid_color_draw_quad.cc',
344 'quads/solid_color_draw_quad.h',
345 'quads/stream_video_draw_quad.cc',
346 'quads/stream_video_draw_quad.h',
[email protected]78d30122014-01-17 06:32:36347 'quads/surface_draw_quad.cc',
348 'quads/surface_draw_quad.h',
[email protected]5a45eac2013-07-24 22:40:18349 'quads/texture_draw_quad.cc',
350 'quads/texture_draw_quad.h',
351 'quads/tile_draw_quad.cc',
352 'quads/tile_draw_quad.h',
353 'quads/yuv_video_draw_quad.cc',
354 'quads/yuv_video_draw_quad.h',
355 'resources/bitmap_content_layer_updater.cc',
356 'resources/bitmap_content_layer_updater.h',
reveman5ae838bb2014-09-24 23:30:14357 'resources/bitmap_raster_worker_pool.cc',
358 'resources/bitmap_raster_worker_pool.h',
[email protected]5a45eac2013-07-24 22:40:18359 'resources/bitmap_skpicture_content_layer_updater.cc',
360 'resources/bitmap_skpicture_content_layer_updater.h',
[email protected]5a45eac2013-07-24 22:40:18361 'resources/content_layer_updater.cc',
362 'resources/content_layer_updater.h',
[email protected]bf050582014-07-24 11:10:58363 'resources/eviction_tile_priority_queue.cc',
364 'resources/eviction_tile_priority_queue.h',
[email protected]e1878b52014-07-01 09:21:17365 'resources/gpu_raster_worker_pool.cc',
366 'resources/gpu_raster_worker_pool.h',
[email protected]5a45eac2013-07-24 22:40:18367 'resources/image_layer_updater.cc',
368 'resources/image_layer_updater.h',
[email protected]5a45eac2013-07-24 22:40:18369 'resources/layer_painter.h',
370 'resources/layer_quad.cc',
371 'resources/layer_quad.h',
372 'resources/layer_tiling_data.cc',
373 'resources/layer_tiling_data.h',
374 'resources/layer_updater.cc',
375 'resources/layer_updater.h',
376 'resources/managed_tile_state.cc',
377 'resources/managed_tile_state.h',
378 'resources/memory_history.cc',
379 'resources/memory_history.h',
reveman423e7da2014-09-23 16:57:44380 'resources/one_copy_raster_worker_pool.cc',
381 'resources/one_copy_raster_worker_pool.h',
[email protected]5a45eac2013-07-24 22:40:18382 'resources/picture.cc',
383 'resources/picture.h',
384 'resources/picture_layer_tiling.cc',
385 'resources/picture_layer_tiling.h',
386 'resources/picture_layer_tiling_set.cc',
387 'resources/picture_layer_tiling_set.h',
[email protected]bf050582014-07-24 11:10:58388 'resources/picture_pile.cc',
389 'resources/picture_pile.h',
[email protected]5a45eac2013-07-24 22:40:18390 'resources/picture_pile_impl.cc',
391 'resources/picture_pile_impl.h',
392 'resources/pixel_buffer_raster_worker_pool.cc',
393 'resources/pixel_buffer_raster_worker_pool.h',
394 'resources/platform_color.h',
395 'resources/prioritized_resource.cc',
396 'resources/prioritized_resource.h',
397 'resources/prioritized_resource_manager.cc',
398 'resources/prioritized_resource_manager.h',
399 'resources/priority_calculator.cc',
400 'resources/priority_calculator.h',
reveman47560ab2014-09-18 19:39:21401 'resources/raster_buffer.cc',
auygun5df4cc9e2014-08-26 15:47:28402 'resources/raster_buffer.h',
vmpstr394e2b52014-10-28 18:38:10403 'resources/raster_source.h',
[email protected]bf050582014-07-24 11:10:58404 'resources/raster_tile_priority_queue.cc',
405 'resources/raster_tile_priority_queue.h',
406 'resources/raster_worker_pool.cc',
407 'resources/raster_worker_pool.h',
reveman423e7da2014-09-23 16:57:44408 'resources/rasterizer.cc',
409 'resources/rasterizer.h',
hendrikw9d909aa72014-11-11 20:19:52410 'resources/recording_source.h',
[email protected]9260757f2013-09-17 01:24:16411 'resources/release_callback.h',
[email protected]5a45eac2013-07-24 22:40:18412 'resources/resource.cc',
reveman423e7da2014-09-23 16:57:44413 'resources/resource.h',
[email protected]c6f0cf62014-07-22 02:44:41414 'resources/resource_format.cc',
[email protected]bf050582014-07-24 11:10:58415 'resources/resource_format.h',
[email protected]5a45eac2013-07-24 22:40:18416 'resources/resource_pool.cc',
417 'resources/resource_pool.h',
418 'resources/resource_provider.cc',
419 'resources/resource_provider.h',
420 'resources/resource_update.cc',
reveman423e7da2014-09-23 16:57:44421 'resources/resource_update.h',
[email protected]5a45eac2013-07-24 22:40:18422 'resources/resource_update_controller.cc',
423 'resources/resource_update_controller.h',
424 'resources/resource_update_queue.cc',
425 'resources/resource_update_queue.h',
[email protected]e00bab022013-08-19 00:42:45426 'resources/returned_resource.h',
[email protected]110fcc0e2014-07-16 15:52:47427 'resources/scoped_gpu_raster.cc',
428 'resources/scoped_gpu_raster.h',
[email protected]5a45eac2013-07-24 22:40:18429 'resources/scoped_resource.cc',
430 'resources/scoped_resource.h',
[email protected]c9280762013-08-01 06:28:57431 'resources/scoped_ui_resource.cc',
432 'resources/scoped_ui_resource.h',
[email protected]a7f35682013-10-22 23:05:57433 'resources/shared_bitmap.cc',
434 'resources/shared_bitmap.h',
435 'resources/shared_bitmap_manager.h',
[email protected]9260757f2013-09-17 01:24:16436 'resources/single_release_callback.cc',
437 'resources/single_release_callback.h',
skyostil3976a3f2014-09-04 22:07:23438 'resources/single_release_callback_impl.cc',
439 'resources/single_release_callback_impl.h',
[email protected]5a45eac2013-07-24 22:40:18440 'resources/skpicture_content_layer_updater.cc',
441 'resources/skpicture_content_layer_updater.h',
[email protected]00d92d32014-01-23 09:46:50442 'resources/task_graph_runner.cc',
443 'resources/task_graph_runner.h',
[email protected]5a45eac2013-07-24 22:40:18444 'resources/texture_mailbox.cc',
reveman423e7da2014-09-23 16:57:44445 'resources/texture_mailbox.h',
[email protected]ea468c6c2013-09-10 08:25:11446 'resources/texture_mailbox_deleter.cc',
447 'resources/texture_mailbox_deleter.h',
[email protected]eade06d2014-02-04 07:04:32448 'resources/texture_uploader.cc',
449 'resources/texture_uploader.h',
[email protected]5a45eac2013-07-24 22:40:18450 'resources/tile.cc',
451 'resources/tile.h',
452 'resources/tile_manager.cc',
453 'resources/tile_manager.h',
454 'resources/tile_priority.cc',
455 'resources/tile_priority.h',
e.hakkinenada8f5da2014-11-27 09:41:36456 'resources/tiling_set_eviction_queue.cc',
457 'resources/tiling_set_eviction_queue.h',
[email protected]5a45eac2013-07-24 22:40:18458 'resources/transferable_resource.cc',
459 'resources/transferable_resource.h',
[email protected]c9280762013-08-01 06:28:57460 'resources/ui_resource_bitmap.cc',
461 'resources/ui_resource_bitmap.h',
462 'resources/ui_resource_client.h',
[email protected]e1042192013-11-08 05:44:24463 'resources/ui_resource_request.cc',
464 'resources/ui_resource_request.h',
[email protected]5a45eac2013-07-24 22:40:18465 'resources/video_resource_updater.cc',
466 'resources/video_resource_updater.h',
reveman423e7da2014-09-23 16:57:44467 'resources/zero_copy_raster_worker_pool.cc',
468 'resources/zero_copy_raster_worker_pool.h',
mithroc34fc0b12014-09-30 09:10:41469 'scheduler/begin_frame_source.cc',
470 'scheduler/begin_frame_source.h',
[email protected]5a45eac2013-07-24 22:40:18471 'scheduler/delay_based_time_source.cc',
472 'scheduler/delay_based_time_source.h',
[email protected]30d82142014-05-12 04:26:02473 'scheduler/draw_result.h',
[email protected]5a45eac2013-07-24 22:40:18474 'scheduler/scheduler.cc',
475 'scheduler/scheduler.h',
476 'scheduler/scheduler_settings.cc',
477 'scheduler/scheduler_settings.h',
478 'scheduler/scheduler_state_machine.cc',
479 'scheduler/scheduler_state_machine.h',
[email protected]9794fb32013-08-29 09:49:59480 'trees/blocking_task_runner.cc',
481 'trees/blocking_task_runner.h',
[email protected]5a45eac2013-07-24 22:40:18482 'trees/damage_tracker.cc',
483 'trees/damage_tracker.h',
484 'trees/layer_sorter.cc',
485 'trees/layer_sorter.h',
486 'trees/layer_tree_host.cc',
487 'trees/layer_tree_host.h',
488 'trees/layer_tree_host_client.h',
489 'trees/layer_tree_host_common.cc',
490 'trees/layer_tree_host_common.h',
491 'trees/layer_tree_host_impl.cc',
492 'trees/layer_tree_host_impl.h',
493 'trees/layer_tree_impl.cc',
494 'trees/layer_tree_impl.h',
495 'trees/layer_tree_settings.cc',
496 'trees/layer_tree_settings.h',
vmpstrcdcb5f72014-09-11 00:58:37497 'trees/occlusion.cc',
498 'trees/occlusion.h',
[email protected]5a45eac2013-07-24 22:40:18499 'trees/occlusion_tracker.cc',
500 'trees/occlusion_tracker.h',
501 'trees/proxy.cc',
502 'trees/proxy.h',
[email protected]e5267e9de2014-02-15 01:11:48503 'trees/proxy_timing_history.cc',
504 'trees/proxy_timing_history.h',
[email protected]aeeedad2014-08-22 18:16:22505 'trees/scoped_abort_remaining_swap_promises.h',
[email protected]5a45eac2013-07-24 22:40:18506 'trees/single_thread_proxy.cc',
507 'trees/single_thread_proxy.h',
508 'trees/thread_proxy.cc',
509 'trees/thread_proxy.h',
510 'trees/tree_synchronizer.cc',
511 'trees/tree_synchronizer.h',
[email protected]94f206c12012-08-25 00:09:14512 ],
fdegans75b3d092014-09-17 18:35:55513 'includes': [
514 '../build/android/increase_size_for_speed.gypi',
515 ],
[email protected]895399a2013-01-30 00:47:21516 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
517 'msvs_disabled_warnings': [ 4267, ],
[email protected]94f206c12012-08-25 00:09:14518 },
[email protected]54bf8132014-01-16 05:22:28519 {
[email protected]6e44c302014-07-22 21:51:37520 # GN version: //cc/surfaces
[email protected]54bf8132014-01-16 05:22:28521 'target_name': 'cc_surfaces',
522 'type': '<(component)',
523 'dependencies': [
524 'cc',
525 '<(DEPTH)/base/base.gyp:base',
526 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
[email protected]6a8b3392014-01-29 02:34:21527 '<(DEPTH)/skia/skia.gyp:skia',
jbauman1b92b442014-09-04 17:22:49528 '<(DEPTH)/ui/events/events.gyp:events_base',
[email protected]54bf8132014-01-16 05:22:28529 '<(DEPTH)/ui/gfx/gfx.gyp:gfx',
530 '<(DEPTH)/ui/gfx/gfx.gyp:gfx_geometry',
531 ],
532 'defines': [
533 'CC_SURFACES_IMPLEMENTATION=1',
534 ],
535 'sources': [
[email protected]6e44c302014-07-22 21:51:37536 # Note: file list duplicated in GN build.
[email protected]11c2b3d32014-05-30 05:23:05537 'surfaces/display.cc',
538 'surfaces/display.h',
539 'surfaces/display_client.h',
[email protected]54bf8132014-01-16 05:22:28540 'surfaces/surface.cc',
541 'surfaces/surface.h',
[email protected]6a8b3392014-01-29 02:34:21542 'surfaces/surface_aggregator.cc',
543 'surfaces/surface_aggregator.h',
[email protected]387b59d2014-06-27 01:17:34544 'surfaces/surface_factory.cc',
545 'surfaces/surface_factory.h',
546 'surfaces/surface_factory_client.h',
547 'surfaces/surface_id.h',
[email protected]cde792132014-07-02 06:52:46548 'surfaces/surface_id_allocator.cc',
549 'surfaces/surface_id_allocator.h',
[email protected]54bf8132014-01-16 05:22:28550 'surfaces/surface_manager.cc',
551 'surfaces/surface_manager.h',
[email protected]387b59d2014-06-27 01:17:34552 'surfaces/surface_resource_holder.cc',
553 'surfaces/surface_resource_holder.h',
[email protected]54bf8132014-01-16 05:22:28554 'surfaces/surfaces_export.h',
555 ],
fdegans75b3d092014-09-17 18:35:55556 'includes': [
557 '../build/android/increase_size_for_speed.gypi',
558 ],
[email protected]54bf8132014-01-16 05:22:28559 },
[email protected]94f206c12012-08-25 00:09:14560 ],
[email protected]3fccb63f2012-08-06 23:19:30561}