blob: 8a535036e8ef208df132fa1b757b143a3b17db89 [file] [log] [blame]
[email protected]d05751a22014-05-29 20:54:241# Copyright 2014 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
dyen8a145fb72016-03-31 00:37:515import("//build/config/ui.gni")
loyso3dd20892016-11-22 07:11:016import("//cc/cc.gni")
qsrfb5251d12015-01-21 15:57:227
loyso3dd20892016-11-22 07:11:018cc_component("cc") {
[email protected]d05751a22014-05-29 20:54:249 sources = [
nyquistfbaee112016-06-24 23:15:1310 "blimp/client_picture_cache.h",
khushalsagarbc0b8be2016-10-04 02:49:0611 "blimp/compositor_proto_state.cc",
12 "blimp/compositor_proto_state.h",
khushalsagar0c4d7f1f2016-10-04 23:41:1713 "blimp/compositor_state_deserializer.cc",
14 "blimp/compositor_state_deserializer.h",
khushalsagarc45674e62016-10-10 22:55:1215 "blimp/deserialized_content_layer_client.cc",
16 "blimp/deserialized_content_layer_client.h",
nyquistfbaee112016-06-24 23:15:1317 "blimp/engine_picture_cache.h",
18 "blimp/image_serialization_processor.h",
khushalsagar0c4d7f1f2016-10-04 23:41:1719 "blimp/layer_factory.h",
khushalsagarbc0b8be2016-10-04 02:49:0620 "blimp/layer_tree_host_remote.cc",
21 "blimp/layer_tree_host_remote.h",
nyquistfbaee112016-06-24 23:15:1322 "blimp/picture_data.cc",
23 "blimp/picture_data.h",
24 "blimp/picture_data_conversions.cc",
25 "blimp/picture_data_conversions.h",
khushalsagarbc0b8be2016-10-04 02:49:0626 "blimp/remote_compositor_bridge.cc",
27 "blimp/remote_compositor_bridge.h",
28 "blimp/remote_compositor_bridge_client.h",
khushalsagarc48291b2016-11-04 05:53:1329 "blimp/synced_property_remote.h",
[email protected]d05751a22014-05-29 20:54:2430 "debug/benchmark_instrumentation.cc",
31 "debug/benchmark_instrumentation.h",
32 "debug/debug_colors.cc",
33 "debug/debug_colors.h",
34 "debug/debug_rect_history.cc",
35 "debug/debug_rect_history.h",
brucedawsonc5344502016-12-06 02:48:4936 "debug/devtools_instrumentation.cc",
[email protected]d05751a22014-05-29 20:54:2437 "debug/devtools_instrumentation.h",
38 "debug/frame_rate_counter.cc",
39 "debug/frame_rate_counter.h",
hendrikw9385e492014-12-17 21:42:5940 "debug/frame_viewer_instrumentation.cc",
[email protected]d05751a22014-05-29 20:54:2441 "debug/frame_viewer_instrumentation.h",
[email protected]d5ba08c2014-06-18 07:01:0842 "debug/invalidation_benchmark.cc",
43 "debug/invalidation_benchmark.h",
[email protected]d05751a22014-05-29 20:54:2444 "debug/lap_timer.cc",
45 "debug/lap_timer.h",
46 "debug/layer_tree_debug_state.cc",
47 "debug/layer_tree_debug_state.h",
48 "debug/micro_benchmark.cc",
49 "debug/micro_benchmark.h",
[email protected]d05751a22014-05-29 20:54:2450 "debug/micro_benchmark_controller.cc",
51 "debug/micro_benchmark_controller.h",
52 "debug/micro_benchmark_controller_impl.cc",
53 "debug/micro_benchmark_controller_impl.h",
satorux457770e2015-02-18 18:33:3954 "debug/micro_benchmark_impl.cc",
55 "debug/micro_benchmark_impl.h",
ajumad7dd21a2015-01-09 00:57:3156 "debug/picture_debug_util.cc",
57 "debug/picture_debug_util.h",
[email protected]d05751a22014-05-29 20:54:2458 "debug/rasterize_and_record_benchmark.cc",
59 "debug/rasterize_and_record_benchmark.h",
60 "debug/rasterize_and_record_benchmark_impl.cc",
61 "debug/rasterize_and_record_benchmark_impl.h",
62 "debug/rendering_stats.cc",
63 "debug/rendering_stats.h",
64 "debug/rendering_stats_instrumentation.cc",
65 "debug/rendering_stats_instrumentation.h",
66 "debug/ring_buffer.h",
caseq252613a72015-06-19 11:12:5767 "debug/traced_display_item_list.cc",
68 "debug/traced_display_item_list.h",
[email protected]d05751a22014-05-29 20:54:2469 "debug/traced_value.cc",
70 "debug/traced_value.h",
71 "debug/unittest_only_benchmark.cc",
72 "debug/unittest_only_benchmark.h",
73 "debug/unittest_only_benchmark_impl.cc",
74 "debug/unittest_only_benchmark_impl.h",
mdjones2ee41afd2016-10-27 16:50:2075 "input/browser_controls_offset_manager.cc",
76 "input/browser_controls_offset_manager.h",
77 "input/browser_controls_offset_manager_client.h",
ccameron36d091f2014-11-07 03:18:5078 "input/input_handler.cc",
[email protected]d05751a22014-05-29 20:54:2479 "input/input_handler.h",
[email protected]b2ba2d42014-07-03 18:14:5080 "input/layer_selection_bound.cc",
81 "input/layer_selection_bound.h",
wychen800b09972016-11-03 09:00:2082 "input/main_thread_scrolling_reason.h",
satorux457770e2015-02-18 18:33:3983 "input/page_scale_animation.cc",
84 "input/page_scale_animation.h",
ccameron4163cc352014-11-13 19:06:3685 "input/scroll_elasticity_helper.cc",
86 "input/scroll_elasticity_helper.h",
tdresserd9e201472015-07-31 13:15:0787 "input/scroll_state.cc",
88 "input/scroll_state.h",
tdresser99c9ff52015-12-14 15:47:0989 "input/scroll_state_data.cc",
90 "input/scroll_state_data.h",
loyso455b4f602016-02-24 02:59:4291 "input/scrollbar_animation_controller.cc",
92 "input/scrollbar_animation_controller.h",
93 "input/scrollbar_animation_controller_linear_fade.cc",
94 "input/scrollbar_animation_controller_linear_fade.h",
95 "input/scrollbar_animation_controller_thinning.cc",
96 "input/scrollbar_animation_controller_thinning.h",
jdduke449b5292015-04-23 19:36:4497 "input/selection.h",
[email protected]d05751a22014-05-29 20:54:2498 "layers/append_quads_data.h",
[email protected]d05751a22014-05-29 20:54:2499 "layers/content_layer_client.h",
ennefffb119c2015-08-29 09:17:30100 "layers/draw_properties.cc",
[email protected]d05751a22014-05-29 20:54:24101 "layers/draw_properties.h",
dtrainor8e9da482016-01-04 09:53:05102 "layers/empty_content_layer_client.cc",
103 "layers/empty_content_layer_client.h",
[email protected]d05751a22014-05-29 20:54:24104 "layers/heads_up_display_layer.cc",
105 "layers/heads_up_display_layer.h",
106 "layers/heads_up_display_layer_impl.cc",
107 "layers/heads_up_display_layer_impl.h",
[email protected]d05751a22014-05-29 20:54:24108 "layers/layer.cc",
109 "layers/layer.h",
110 "layers/layer_client.h",
vollick83fbfc82016-03-22 18:33:27111 "layers/layer_collections.h",
[email protected]d05751a22014-05-29 20:54:24112 "layers/layer_impl.cc",
113 "layers/layer_impl.h",
jaydasika1c0a27d42016-04-28 01:54:56114 "layers/layer_impl_test_properties.cc",
115 "layers/layer_impl_test_properties.h",
[email protected]d05751a22014-05-29 20:54:24116 "layers/layer_iterator.h",
vollick44d1c1f2016-03-02 20:59:43117 "layers/layer_list_iterator.cc",
118 "layers/layer_list_iterator.h",
[email protected]d05751a22014-05-29 20:54:24119 "layers/layer_position_constraint.cc",
120 "layers/layer_position_constraint.h",
flackr2215b4e2016-09-21 20:16:01121 "layers/layer_sticky_position_constraint.cc",
122 "layers/layer_sticky_position_constraint.h",
[email protected]d05751a22014-05-29 20:54:24123 "layers/layer_utils.cc",
124 "layers/layer_utils.h",
125 "layers/nine_patch_layer.cc",
126 "layers/nine_patch_layer.h",
127 "layers/nine_patch_layer_impl.cc",
128 "layers/nine_patch_layer_impl.h",
129 "layers/paint_properties.h",
130 "layers/painted_scrollbar_layer.cc",
131 "layers/painted_scrollbar_layer.h",
132 "layers/painted_scrollbar_layer_impl.cc",
133 "layers/painted_scrollbar_layer_impl.h",
134 "layers/picture_image_layer.cc",
135 "layers/picture_image_layer.h",
[email protected]d05751a22014-05-29 20:54:24136 "layers/picture_layer.cc",
137 "layers/picture_layer.h",
138 "layers/picture_layer_impl.cc",
139 "layers/picture_layer_impl.h",
[email protected]d05751a22014-05-29 20:54:24140 "layers/render_pass_sink.h",
[email protected]d05751a22014-05-29 20:54:24141 "layers/render_surface_impl.cc",
142 "layers/render_surface_impl.h",
143 "layers/scrollbar_layer_impl_base.cc",
144 "layers/scrollbar_layer_impl_base.h",
145 "layers/scrollbar_layer_interface.h",
146 "layers/solid_color_layer.cc",
147 "layers/solid_color_layer.h",
148 "layers/solid_color_layer_impl.cc",
149 "layers/solid_color_layer_impl.h",
150 "layers/solid_color_scrollbar_layer.cc",
151 "layers/solid_color_scrollbar_layer.h",
152 "layers/solid_color_scrollbar_layer_impl.cc",
153 "layers/solid_color_scrollbar_layer_impl.h",
154 "layers/surface_layer.cc",
155 "layers/surface_layer.h",
156 "layers/surface_layer_impl.cc",
157 "layers/surface_layer_impl.h",
158 "layers/texture_layer.cc",
159 "layers/texture_layer.h",
160 "layers/texture_layer_client.h",
161 "layers/texture_layer_impl.cc",
162 "layers/texture_layer_impl.h",
[email protected]d05751a22014-05-29 20:54:24163 "layers/ui_resource_layer.cc",
164 "layers/ui_resource_layer.h",
165 "layers/ui_resource_layer_impl.cc",
166 "layers/ui_resource_layer_impl.h",
167 "layers/video_frame_provider.h",
168 "layers/video_frame_provider_client_impl.cc",
169 "layers/video_frame_provider_client_impl.h",
170 "layers/video_layer.cc",
171 "layers/video_layer.h",
172 "layers/video_layer_impl.cc",
173 "layers/video_layer_impl.h",
bokanaa2748312015-03-26 00:10:37174 "layers/viewport.cc",
175 "layers/viewport.h",
[email protected]d05751a22014-05-29 20:54:24176 "output/begin_frame_args.cc",
177 "output/begin_frame_args.h",
[email protected]2a021fb7b2014-08-02 07:53:49178 "output/bsp_tree.cc",
179 "output/bsp_tree.h",
180 "output/bsp_walk_action.cc",
181 "output/bsp_walk_action.h",
ericrk9151705c2016-07-26 19:53:16182 "output/buffer_to_texture_target_map.cc",
183 "output/buffer_to_texture_target_map.h",
ccameron35db390a2015-11-17 21:22:55184 "output/ca_layer_overlay.cc",
185 "output/ca_layer_overlay.h",
hubbeaf57af302016-08-11 10:42:32186 "output/color_lut_cache.cc",
187 "output/color_lut_cache.h",
[email protected]d05751a22014-05-29 20:54:24188 "output/compositor_frame.cc",
189 "output/compositor_frame.h",
[email protected]d05751a22014-05-29 20:54:24190 "output/compositor_frame_metadata.cc",
191 "output/compositor_frame_metadata.h",
danakj1120f4c2016-09-15 02:05:32192 "output/compositor_frame_sink.cc",
193 "output/compositor_frame_sink.h",
194 "output/compositor_frame_sink_client.h",
ericrkf6c4fb62016-08-30 23:27:24195 "output/context_cache_controller.cc",
196 "output/context_cache_controller.h",
ericrk6714c23b2016-09-27 03:35:01197 "output/context_provider.cc",
[email protected]d05751a22014-05-29 20:54:24198 "output/context_provider.h",
199 "output/copy_output_request.cc",
200 "output/copy_output_request.h",
201 "output/copy_output_result.cc",
202 "output/copy_output_result.h",
[email protected]d05751a22014-05-29 20:54:24203 "output/direct_renderer.cc",
204 "output/direct_renderer.h",
awoloszyn3d8eb1d2015-03-12 14:38:32205 "output/dynamic_geometry_binding.cc",
206 "output/dynamic_geometry_binding.h",
[email protected]d05751a22014-05-29 20:54:24207 "output/filter_operation.cc",
208 "output/filter_operation.h",
209 "output/filter_operations.cc",
210 "output/filter_operations.h",
211 "output/geometry_binding.cc",
212 "output/geometry_binding.h",
[email protected]d05751a22014-05-29 20:54:24213 "output/gl_renderer.cc",
214 "output/gl_renderer.h",
215 "output/gl_renderer_draw_cache.cc",
216 "output/gl_renderer_draw_cache.h",
fsamueledc0c2c2016-11-18 22:28:04217 "output/in_process_context_provider.cc",
218 "output/in_process_context_provider.h",
jamesrf313a212015-03-16 21:27:37219 "output/latency_info_swap_promise.cc",
220 "output/latency_info_swap_promise.h",
danakj920156852015-05-18 20:22:29221 "output/layer_quad.cc",
222 "output/layer_quad.h",
[email protected]d05751a22014-05-29 20:54:24223 "output/managed_memory_policy.cc",
224 "output/managed_memory_policy.h",
225 "output/output_surface.cc",
226 "output/output_surface.h",
227 "output/output_surface_client.h",
kylechar5344b39e2016-10-06 23:51:19228 "output/output_surface_frame.cc",
229 "output/output_surface_frame.h",
[email protected]d05751a22014-05-29 20:54:24230 "output/overlay_candidate.cc",
231 "output/overlay_candidate.h",
232 "output/overlay_candidate_validator.h",
233 "output/overlay_processor.cc",
234 "output/overlay_processor.h",
dcastagnaea959b12016-07-20 21:38:58235 "output/overlay_strategy_fullscreen.cc",
236 "output/overlay_strategy_fullscreen.h",
[email protected]d05751a22014-05-29 20:54:24237 "output/overlay_strategy_single_on_top.cc",
238 "output/overlay_strategy_single_on_top.h",
achaulkf47b4942015-04-01 17:26:08239 "output/overlay_strategy_underlay.cc",
240 "output/overlay_strategy_underlay.h",
[email protected]d05751a22014-05-29 20:54:24241 "output/program_binding.cc",
242 "output/program_binding.h",
243 "output/render_surface_filters.cc",
244 "output/render_surface_filters.h",
jbaumanc5be44c2014-11-20 22:17:12245 "output/renderer_settings.cc",
246 "output/renderer_settings.h",
[email protected]d05751a22014-05-29 20:54:24247 "output/shader.cc",
248 "output/shader.h",
[email protected]d05751a22014-05-29 20:54:24249 "output/software_output_device.cc",
250 "output/software_output_device.h",
251 "output/software_renderer.cc",
252 "output/software_renderer.h",
awoloszyn3d8eb1d2015-03-12 14:38:32253 "output/static_geometry_binding.cc",
254 "output/static_geometry_binding.h",
jamesrf313a212015-03-16 21:27:37255 "output/swap_promise.h",
danakj920156852015-05-18 20:22:29256 "output/texture_mailbox_deleter.cc",
257 "output/texture_mailbox_deleter.h",
dyenb52ecd962016-04-20 23:23:44258 "output/vulkan_context_provider.h",
259 "output/vulkan_in_process_context_provider.cc",
260 "output/vulkan_in_process_context_provider.h",
danakj920156852015-05-18 20:22:29261 "playback/clip_display_item.cc",
262 "playback/clip_display_item.h",
263 "playback/clip_path_display_item.cc",
264 "playback/clip_path_display_item.h",
265 "playback/compositing_display_item.cc",
266 "playback/compositing_display_item.h",
tomhudson836d8182016-04-22 22:15:45267 "playback/decoded_draw_image.cc",
vmpstr9dd810a2016-01-19 21:16:10268 "playback/decoded_draw_image.h",
fmalita7913ee52015-09-09 19:47:31269 "playback/discardable_image_map.cc",
270 "playback/discardable_image_map.h",
danakj920156852015-05-18 20:22:29271 "playback/display_item.cc",
272 "playback/display_item.h",
273 "playback/display_item_list.cc",
274 "playback/display_item_list.h",
jbroman7ae1e4bf2015-06-02 01:44:28275 "playback/display_item_list_settings.cc",
276 "playback/display_item_list_settings.h",
dtrainor2191e4d2015-10-28 16:02:52277 "playback/display_item_proto_factory.cc",
278 "playback/display_item_proto_factory.h",
vmpstr9dd810a2016-01-19 21:16:10279 "playback/draw_image.cc",
vmpstr9116a70f2015-10-14 23:48:34280 "playback/draw_image.h",
danakj920156852015-05-18 20:22:29281 "playback/drawing_display_item.cc",
282 "playback/drawing_display_item.h",
283 "playback/filter_display_item.cc",
284 "playback/filter_display_item.h",
285 "playback/float_clip_display_item.cc",
286 "playback/float_clip_display_item.h",
vmpstr2c9805c2016-03-04 00:07:41287 "playback/image_hijack_canvas.cc",
288 "playback/image_hijack_canvas.h",
danakj920156852015-05-18 20:22:29289 "playback/largest_display_item.cc",
290 "playback/largest_display_item.h",
vmpstr41d68f882016-03-30 01:20:23291 "playback/raster_source.cc",
292 "playback/raster_source.h",
vmpstre17fd212016-03-30 20:03:32293 "playback/recording_source.cc",
294 "playback/recording_source.h",
vmpstrec4a4172016-03-14 22:51:06295 "playback/skip_image_canvas.cc",
296 "playback/skip_image_canvas.h",
danakj920156852015-05-18 20:22:29297 "playback/transform_display_item.cc",
298 "playback/transform_display_item.h",
khushalsagar37694212016-01-15 20:46:48299 "proto/base_conversions.cc",
300 "proto/base_conversions.h",
nyquist04b8bd2e2015-11-24 10:04:17301 "proto/cc_conversions.cc",
302 "proto/cc_conversions.h",
dtrainorddb0b492015-10-19 20:14:44303 "proto/gfx_conversions.cc",
304 "proto/gfx_conversions.h",
dtrainor543858f52015-10-23 20:13:55305 "proto/skia_conversions.cc",
306 "proto/skia_conversions.h",
[email protected]d05751a22014-05-29 20:54:24307 "quads/content_draw_quad_base.cc",
308 "quads/content_draw_quad_base.h",
309 "quads/debug_border_draw_quad.cc",
310 "quads/debug_border_draw_quad.h",
[email protected]2a021fb7b2014-08-02 07:53:49311 "quads/draw_polygon.cc",
312 "quads/draw_polygon.h",
[email protected]d05751a22014-05-29 20:54:24313 "quads/draw_quad.cc",
314 "quads/draw_quad.h",
weiliangcfe7b51e2014-11-05 18:20:27315 "quads/largest_draw_quad.cc",
satorux457770e2015-02-18 18:33:39316 "quads/largest_draw_quad.h",
[email protected]d05751a22014-05-29 20:54:24317 "quads/picture_draw_quad.cc",
318 "quads/picture_draw_quad.h",
319 "quads/render_pass.cc",
320 "quads/render_pass.h",
321 "quads/render_pass_draw_quad.cc",
322 "quads/render_pass_draw_quad.h",
323 "quads/shared_quad_state.cc",
324 "quads/shared_quad_state.h",
325 "quads/solid_color_draw_quad.cc",
326 "quads/solid_color_draw_quad.h",
327 "quads/stream_video_draw_quad.cc",
328 "quads/stream_video_draw_quad.h",
329 "quads/surface_draw_quad.cc",
330 "quads/surface_draw_quad.h",
331 "quads/texture_draw_quad.cc",
332 "quads/texture_draw_quad.h",
333 "quads/tile_draw_quad.cc",
334 "quads/tile_draw_quad.h",
335 "quads/yuv_video_draw_quad.cc",
336 "quads/yuv_video_draw_quad.h",
prashant.nb4d4f492016-04-29 12:51:28337 "raster/bitmap_raster_buffer_provider.cc",
338 "raster/bitmap_raster_buffer_provider.h",
339 "raster/gpu_raster_buffer_provider.cc",
340 "raster/gpu_raster_buffer_provider.h",
prashant.nb4d4f492016-04-29 12:51:28341 "raster/one_copy_raster_buffer_provider.cc",
342 "raster/one_copy_raster_buffer_provider.h",
danakj920156852015-05-18 20:22:29343 "raster/raster_buffer.cc",
344 "raster/raster_buffer.h",
prashant.nb4d4f492016-04-29 12:51:28345 "raster/raster_buffer_provider.cc",
346 "raster/raster_buffer_provider.h",
danakj920156852015-05-18 20:22:29347 "raster/scoped_gpu_raster.cc",
348 "raster/scoped_gpu_raster.h",
ericrk4e3aa5a2015-12-01 03:53:56349 "raster/single_thread_task_graph_runner.cc",
350 "raster/single_thread_task_graph_runner.h",
prashant.na9dd9ef2016-04-08 19:57:10351 "raster/staging_buffer_pool.cc",
352 "raster/staging_buffer_pool.h",
ericrk4e3aa5a2015-12-01 03:53:56353 "raster/synchronous_task_graph_runner.cc",
354 "raster/synchronous_task_graph_runner.h",
prashant.n49b3e64652016-04-19 07:04:49355 "raster/task.cc",
356 "raster/task.h",
ericrk374dee72016-01-13 03:38:05357 "raster/task_category.h",
danakj920156852015-05-18 20:22:29358 "raster/task_graph_runner.h",
ericrk4e3aa5a2015-12-01 03:53:56359 "raster/task_graph_work_queue.cc",
360 "raster/task_graph_work_queue.h",
danakj920156852015-05-18 20:22:29361 "raster/texture_compressor.cc",
362 "raster/texture_compressor.h",
363 "raster/texture_compressor_etc1.cc",
364 "raster/texture_compressor_etc1.h",
prashant.n6cb1bb82016-04-20 05:15:58365 "raster/tile_task.cc",
366 "raster/tile_task.h",
prashant.nb4d4f492016-04-29 12:51:28367 "raster/zero_copy_raster_buffer_provider.cc",
368 "raster/zero_copy_raster_buffer_provider.h",
[email protected]d05751a22014-05-29 20:54:24369 "resources/memory_history.cc",
370 "resources/memory_history.h",
[email protected]d05751a22014-05-29 20:54:24371 "resources/platform_color.h",
[email protected]d05751a22014-05-29 20:54:24372 "resources/release_callback.h",
reveman423e7da2014-09-23 16:57:44373 "resources/resource.h",
[email protected]c6f0cf62014-07-22 02:44:41374 "resources/resource_format.cc",
[email protected]bf050582014-07-24 11:10:58375 "resources/resource_format.h",
fsamuel6ee49c42016-06-01 11:16:55376 "resources/resource_format_utils.cc",
377 "resources/resource_format_utils.h",
[email protected]d05751a22014-05-29 20:54:24378 "resources/resource_pool.cc",
379 "resources/resource_pool.h",
380 "resources/resource_provider.cc",
381 "resources/resource_provider.h",
prashant.n8e494282015-08-03 07:13:41382 "resources/resource_util.h",
[email protected]d05751a22014-05-29 20:54:24383 "resources/returned_resource.h",
384 "resources/scoped_resource.cc",
385 "resources/scoped_resource.h",
386 "resources/scoped_ui_resource.cc",
387 "resources/scoped_ui_resource.h",
388 "resources/shared_bitmap.cc",
389 "resources/shared_bitmap.h",
390 "resources/shared_bitmap_manager.h",
391 "resources/single_release_callback.cc",
392 "resources/single_release_callback.h",
skyostil3976a3f2014-09-04 22:07:23393 "resources/single_release_callback_impl.cc",
394 "resources/single_release_callback_impl.h",
[email protected]d05751a22014-05-29 20:54:24395 "resources/texture_mailbox.cc",
reveman423e7da2014-09-23 16:57:44396 "resources/texture_mailbox.h",
[email protected]d05751a22014-05-29 20:54:24397 "resources/transferable_resource.cc",
398 "resources/transferable_resource.h",
399 "resources/ui_resource_bitmap.cc",
400 "resources/ui_resource_bitmap.h",
401 "resources/ui_resource_client.h",
khushalsagar8ec07402016-09-10 03:13:19402 "resources/ui_resource_manager.cc",
403 "resources/ui_resource_manager.h",
[email protected]d05751a22014-05-29 20:54:24404 "resources/ui_resource_request.cc",
405 "resources/ui_resource_request.h",
406 "resources/video_resource_updater.cc",
407 "resources/video_resource_updater.h",
mithroc34fc0b12014-09-30 09:10:41408 "scheduler/begin_frame_source.cc",
409 "scheduler/begin_frame_source.h",
mithro0bdb49d2015-05-27 13:08:01410 "scheduler/begin_frame_tracker.cc",
411 "scheduler/begin_frame_tracker.h",
mithrof7a21502014-12-17 03:24:48412 "scheduler/commit_earlyout_reason.h",
briandersonc9f50352015-06-24 03:38:58413 "scheduler/compositor_timing_history.cc",
414 "scheduler/compositor_timing_history.h",
[email protected]d05751a22014-05-29 20:54:24415 "scheduler/delay_based_time_source.cc",
416 "scheduler/delay_based_time_source.h",
417 "scheduler/draw_result.h",
418 "scheduler/scheduler.cc",
419 "scheduler/scheduler.h",
420 "scheduler/scheduler_settings.cc",
421 "scheduler/scheduler_settings.h",
422 "scheduler/scheduler_state_machine.cc",
423 "scheduler/scheduler_state_machine.h",
sunnyps7d073dc2015-04-16 23:29:12424 "scheduler/video_frame_controller.h",
danakj920156852015-05-18 20:22:29425 "tiles/eviction_tile_priority_queue.cc",
426 "tiles/eviction_tile_priority_queue.h",
vmpstr70289fb62016-12-01 02:33:05427 "tiles/gpu_image_decode_cache.cc",
428 "tiles/gpu_image_decode_cache.h",
vmpstre556bda62016-12-02 01:51:40429 "tiles/image_controller.cc",
430 "tiles/image_controller.h",
vmpstr70289fb62016-12-01 02:33:05431 "tiles/image_decode_cache.h",
ericrkc7ebaa12016-06-09 21:05:55432 "tiles/mipmap_util.cc",
433 "tiles/mipmap_util.h",
danakj920156852015-05-18 20:22:29434 "tiles/picture_layer_tiling.cc",
435 "tiles/picture_layer_tiling.h",
436 "tiles/picture_layer_tiling_set.cc",
437 "tiles/picture_layer_tiling_set.h",
438 "tiles/prioritized_tile.cc",
439 "tiles/prioritized_tile.h",
440 "tiles/raster_tile_priority_queue.cc",
441 "tiles/raster_tile_priority_queue.h",
442 "tiles/raster_tile_priority_queue_all.cc",
443 "tiles/raster_tile_priority_queue_all.h",
444 "tiles/raster_tile_priority_queue_required.cc",
445 "tiles/raster_tile_priority_queue_required.h",
vmpstr70289fb62016-12-01 02:33:05446 "tiles/software_image_decode_cache.cc",
447 "tiles/software_image_decode_cache.h",
danakj920156852015-05-18 20:22:29448 "tiles/tile.cc",
449 "tiles/tile.h",
450 "tiles/tile_draw_info.cc",
451 "tiles/tile_draw_info.h",
452 "tiles/tile_manager.cc",
453 "tiles/tile_manager.h",
454 "tiles/tile_priority.cc",
455 "tiles/tile_priority.h",
prashant.nb4d4f492016-04-29 12:51:28456 "tiles/tile_task_manager.cc",
457 "tiles/tile_task_manager.h",
danakj920156852015-05-18 20:22:29458 "tiles/tiling_set_eviction_queue.cc",
459 "tiles/tiling_set_eviction_queue.h",
460 "tiles/tiling_set_raster_queue_all.cc",
461 "tiles/tiling_set_raster_queue_all.h",
462 "tiles/tiling_set_raster_queue_required.cc",
463 "tiles/tiling_set_raster_queue_required.h",
[email protected]d05751a22014-05-29 20:54:24464 "trees/blocking_task_runner.cc",
465 "trees/blocking_task_runner.h",
trchendba8b1502016-07-08 09:47:01466 "trees/clip_node.cc",
467 "trees/clip_node.h",
khushalsagar19458bd2015-12-08 02:19:01468 "trees/compositor_mode.h",
[email protected]d05751a22014-05-29 20:54:24469 "trees/damage_tracker.cc",
470 "trees/damage_tracker.h",
vollick51ed1a22014-12-17 02:03:00471 "trees/draw_property_utils.cc",
472 "trees/draw_property_utils.h",
trchendba8b1502016-07-08 09:47:01473 "trees/effect_node.cc",
474 "trees/effect_node.h",
loyso290a27a2016-11-15 01:47:10475 "trees/element_id.cc",
476 "trees/element_id.h",
jamesrf313a212015-03-16 21:27:37477 "trees/latency_info_swap_promise_monitor.cc",
478 "trees/latency_info_swap_promise_monitor.h",
xingliue43518a2016-07-28 23:59:47479 "trees/layer_tree.cc",
480 "trees/layer_tree.h",
[email protected]d05751a22014-05-29 20:54:24481 "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",
khushalsagar61567792016-09-17 00:13:58487 "trees/layer_tree_host_in_process.cc",
488 "trees/layer_tree_host_in_process.h",
ccameron00e438cd2015-03-12 06:18:14489 "trees/layer_tree_host_single_thread_client.h",
[email protected]d05751a22014-05-29 20:54:24490 "trees/layer_tree_impl.cc",
491 "trees/layer_tree_impl.h",
loyso720c7c552016-11-10 23:16:39492 "trees/layer_tree_mutator.h",
[email protected]d05751a22014-05-29 20:54:24493 "trees/layer_tree_settings.cc",
494 "trees/layer_tree_settings.h",
loyso6bd8b612016-11-11 07:00:02495 "trees/mutable_properties.h",
loyso6d6356e2016-11-02 23:41:08496 "trees/mutator_host.h",
loysobb93befc2015-07-03 00:19:50497 "trees/mutator_host_client.h",
vmpstrcdcb5f72014-09-11 00:58:37498 "trees/occlusion.cc",
499 "trees/occlusion.h",
[email protected]d05751a22014-05-29 20:54:24500 "trees/occlusion_tracker.cc",
501 "trees/occlusion_tracker.h",
loysoab298a032016-11-15 23:42:43502 "trees/property_animation_state.cc",
503 "trees/property_animation_state.h",
vollick51ed1a22014-12-17 02:03:00504 "trees/property_tree.cc",
505 "trees/property_tree.h",
506 "trees/property_tree_builder.cc",
507 "trees/property_tree_builder.h",
[email protected]d05751a22014-05-29 20:54:24508 "trees/proxy.h",
khushalsagare3c9fa92015-10-28 02:08:29509 "trees/proxy_common.cc",
510 "trees/proxy_common.h",
khushalsagar0a226af2015-12-09 10:30:20511 "trees/proxy_impl.cc",
khushalsagar5d6eb982015-09-25 22:44:56512 "trees/proxy_impl.h",
khushalsagar0a226af2015-12-09 10:30:20513 "trees/proxy_main.cc",
khushalsagar5d6eb982015-09-25 22:44:56514 "trees/proxy_main.h",
[email protected]aeeedad2014-08-22 18:16:22515 "trees/scoped_abort_remaining_swap_promises.h",
trchendba8b1502016-07-08 09:47:01516 "trees/scroll_node.cc",
517 "trees/scroll_node.h",
[email protected]d05751a22014-05-29 20:54:24518 "trees/single_thread_proxy.cc",
519 "trees/single_thread_proxy.h",
khushalsagar8297ae992016-09-14 20:51:23520 "trees/swap_promise_manager.cc",
521 "trees/swap_promise_manager.h",
jamesrf313a212015-03-16 21:27:37522 "trees/swap_promise_monitor.cc",
523 "trees/swap_promise_monitor.h",
loysoab298a032016-11-15 23:42:43524 "trees/target_property.cc",
525 "trees/target_property.h",
khushalsagarb64b360d2015-10-21 19:25:16526 "trees/task_runner_provider.cc",
527 "trees/task_runner_provider.h",
trchendba8b1502016-07-08 09:47:01528 "trees/transform_node.cc",
529 "trees/transform_node.h",
[email protected]d05751a22014-05-29 20:54:24530 "trees/tree_synchronizer.cc",
531 "trees/tree_synchronizer.h",
532 ]
533
agrieveefcd0222016-06-08 15:48:19534 if (current_cpu == "x86" || current_cpu == "x64") {
thakis4a0c5482015-06-08 20:51:29535 sources += [
536 "raster/texture_compressor_etc1_sse.cc",
537 "raster/texture_compressor_etc1_sse.h",
538 ]
539 }
540
Brett Wilsone53895272014-09-23 23:41:46541 public_deps = [
jamesrf313a212015-03-16 21:27:37542 "//cc/base",
Brett Wilsone53895272014-09-23 23:41:46543 "//skia",
544 ]
[email protected]d05751a22014-05-29 20:54:24545 deps = [
546 "//base",
547 "//base/third_party/dynamic_annotations",
dtrainorddb0b492015-10-19 20:14:44548 "//cc/proto",
jamesr16c04ff2014-11-24 22:24:57549 "//cc/surfaces:surface_id",
[email protected]d05751a22014-05-29 20:54:24550 "//gpu",
fsamueledc0c2c2016-11-18 22:28:04551 "//gpu/command_buffer/client:gles2_implementation",
jbromancba3d2fe2014-09-16 01:04:24552 "//gpu/command_buffer/client:gles2_interface",
fsamueledc0c2c2016-11-18 22:28:04553 "//gpu/ipc:gl_in_process_context",
554 "//gpu/skia_bindings:skia_bindings",
[email protected]6e44c302014-07-22 21:51:37555 "//media",
hubbedc658032016-10-04 01:34:59556 "//third_party/libyuv",
Nico Weber9d6e12942016-04-19 18:51:09557 "//ui/events:events_base",
[email protected]d05751a22014-05-29 20:54:24558 "//ui/gfx",
559 "//ui/gfx/geometry",
ericrkf08855b42015-08-06 00:20:22560 "//ui/gl",
[email protected]d05751a22014-05-29 20:54:24561 ]
[email protected]d05751a22014-05-29 20:54:24562
[email protected]3ffa36a2014-07-24 21:01:50563 defines = [ "CC_IMPLEMENTATION=1" ]
[email protected]d05751a22014-05-29 20:54:24564
dyen8a145fb72016-03-31 00:37:51565 if (enable_vulkan) {
dyen136e05c2016-04-06 22:28:27566 sources += [
dyen136e05c2016-04-06 22:28:27567 "output/vulkan_renderer.cc",
568 "output/vulkan_renderer.h",
dyen8a145fb72016-03-31 00:37:51569 ]
570
dyen136e05c2016-04-06 22:28:27571 deps += [ "//gpu/vulkan" ]
dyen8a145fb72016-03-31 00:37:51572 }
[email protected]d05751a22014-05-29 20:54:24573}
574
loyso1fe38ba42016-12-01 00:39:08575cc_static_library("test_support") {
Brett Wilson8f80ad0b2014-09-08 19:50:24576 testonly = true
[email protected]d05751a22014-05-29 20:54:24577 sources = [
578 "test/animation_test_common.cc",
579 "test/animation_test_common.h",
loysobb93befc2015-07-03 00:19:50580 "test/animation_timelines_test_common.cc",
581 "test/animation_timelines_test_common.h",
[email protected]d05751a22014-05-29 20:54:24582 "test/begin_frame_args_test.cc",
583 "test/begin_frame_args_test.h",
mithro6be81902015-12-04 05:58:46584 "test/begin_frame_source_test.cc",
585 "test/begin_frame_source_test.h",
nyquistfbaee112016-06-24 23:15:13586 "test/fake_client_picture_cache.cc",
587 "test/fake_client_picture_cache.h",
danakj1120f4c2016-09-15 02:05:32588 "test/fake_compositor_frame_sink.cc",
589 "test/fake_compositor_frame_sink.h",
590 "test/fake_compositor_frame_sink_client.cc",
591 "test/fake_compositor_frame_sink_client.h",
[email protected]d05751a22014-05-29 20:54:24592 "test/fake_content_layer_client.cc",
593 "test/fake_content_layer_client.h",
nyquistfbaee112016-06-24 23:15:13594 "test/fake_engine_picture_cache.cc",
595 "test/fake_engine_picture_cache.h",
danakj6e3bf8012014-12-16 18:27:53596 "test/fake_external_begin_frame_source.cc",
597 "test/fake_external_begin_frame_source.h",
nyquist16febb42016-02-12 00:15:04598 "test/fake_image_serialization_processor.cc",
599 "test/fake_image_serialization_processor.h",
khushalsagarb64b360d2015-10-21 19:25:16600 "test/fake_impl_task_runner_provider.h",
[email protected]d05751a22014-05-29 20:54:24601 "test/fake_layer_tree_host.cc",
602 "test/fake_layer_tree_host.h",
603 "test/fake_layer_tree_host_client.cc",
604 "test/fake_layer_tree_host_client.h",
605 "test/fake_layer_tree_host_impl.cc",
606 "test/fake_layer_tree_host_impl.h",
607 "test/fake_layer_tree_host_impl_client.cc",
608 "test/fake_layer_tree_host_impl_client.h",
ajumad9432e32015-11-30 19:43:44609 "test/fake_mask_layer_impl.cc",
610 "test/fake_mask_layer_impl.h",
[email protected]d05751a22014-05-29 20:54:24611 "test/fake_output_surface.cc",
612 "test/fake_output_surface.h",
613 "test/fake_output_surface_client.cc",
614 "test/fake_output_surface_client.h",
615 "test/fake_painted_scrollbar_layer.cc",
616 "test/fake_painted_scrollbar_layer.h",
617 "test/fake_picture_layer.cc",
618 "test/fake_picture_layer.h",
619 "test/fake_picture_layer_impl.cc",
620 "test/fake_picture_layer_impl.h",
621 "test/fake_picture_layer_tiling_client.cc",
622 "test/fake_picture_layer_tiling_client.h",
[email protected]d05751a22014-05-29 20:54:24623 "test/fake_proxy.cc",
624 "test/fake_proxy.h",
prashant.nb4d4f492016-04-29 12:51:28625 "test/fake_raster_buffer_provider.cc",
626 "test/fake_raster_buffer_provider.h",
vmpstr41d68f882016-03-30 01:20:23627 "test/fake_raster_source.cc",
628 "test/fake_raster_source.h",
vmpstre17fd212016-03-30 20:03:32629 "test/fake_recording_source.cc",
630 "test/fake_recording_source.h",
khushalsagarbc0b8be2016-10-04 02:49:06631 "test/fake_remote_compositor_bridge.cc",
632 "test/fake_remote_compositor_bridge.h",
[email protected]d05751a22014-05-29 20:54:24633 "test/fake_rendering_stats_instrumentation.h",
danakj61bf05f2015-05-26 23:28:56634 "test/fake_resource_provider.h",
[email protected]d05751a22014-05-29 20:54:24635 "test/fake_scoped_ui_resource.cc",
636 "test/fake_scoped_ui_resource.h",
637 "test/fake_scrollbar.cc",
638 "test/fake_scrollbar.h",
639 "test/fake_tile_manager.cc",
640 "test/fake_tile_manager.h",
641 "test/fake_tile_manager_client.cc",
642 "test/fake_tile_manager_client.h",
prashant.nb4d4f492016-04-29 12:51:28643 "test/fake_tile_task_manager.cc",
644 "test/fake_tile_task_manager.h",
[email protected]d05751a22014-05-29 20:54:24645 "test/fake_ui_resource_layer_tree_host_impl.cc",
646 "test/fake_ui_resource_layer_tree_host_impl.h",
647 "test/fake_video_frame_provider.cc",
648 "test/fake_video_frame_provider.h",
649 "test/geometry_test_utils.cc",
650 "test/geometry_test_utils.h",
khushalsagarb51998f2016-07-08 01:04:21651 "test/layer_internals_for_test.cc",
652 "test/layer_internals_for_test.h",
[email protected]d05751a22014-05-29 20:54:24653 "test/layer_test_common.cc",
654 "test/layer_test_common.h",
khushalsagar04b10fac2016-10-11 00:19:44655 "test/layer_tree_host_remote_for_testing.cc",
656 "test/layer_tree_host_remote_for_testing.h",
[email protected]d05751a22014-05-29 20:54:24657 "test/layer_tree_json_parser.cc",
658 "test/layer_tree_json_parser.h",
enne03dbe8ae2014-10-30 01:32:55659 "test/layer_tree_pixel_resource_test.cc",
660 "test/layer_tree_pixel_resource_test.h",
[email protected]d05751a22014-05-29 20:54:24661 "test/layer_tree_pixel_test.cc",
662 "test/layer_tree_pixel_test.h",
weiliangc365a6fe2016-05-12 19:32:31663 "test/layer_tree_settings_for_testing.cc",
664 "test/layer_tree_settings_for_testing.h",
[email protected]d05751a22014-05-29 20:54:24665 "test/layer_tree_test.cc",
666 "test/layer_tree_test.h",
mithro6be81902015-12-04 05:58:46667 "test/mock_helper.h",
[email protected]ba16cce2014-06-17 17:03:50668 "test/mock_occlusion_tracker.h",
[email protected]d5ba08c2014-06-18 07:01:08669 "test/ordered_simple_task_runner.cc",
670 "test/ordered_simple_task_runner.h",
[email protected]d05751a22014-05-29 20:54:24671 "test/ordered_texture_map.cc",
672 "test/ordered_texture_map.h",
673 "test/paths.cc",
674 "test/paths.h",
nyquistfbaee112016-06-24 23:15:13675 "test/picture_cache_model.cc",
676 "test/picture_cache_model.h",
[email protected]d05751a22014-05-29 20:54:24677 "test/pixel_comparator.cc",
678 "test/pixel_comparator.h",
679 "test/pixel_test.cc",
680 "test/pixel_test.h",
681 "test/pixel_test_output_surface.cc",
682 "test/pixel_test_output_surface.h",
[email protected]d05751a22014-05-29 20:54:24683 "test/pixel_test_utils.cc",
684 "test/pixel_test_utils.h",
xingliu3c9b4cc2016-11-02 20:52:55685 "test/push_properties_counting_layer.cc",
686 "test/push_properties_counting_layer.h",
687 "test/push_properties_counting_layer_impl.cc",
688 "test/push_properties_counting_layer_impl.h",
khushalsagar0c4d7f1f2016-10-04 23:41:17689 "test/remote_client_layer_factory.cc",
690 "test/remote_client_layer_factory.h",
khushalsagarc7eae9d2016-11-12 04:43:42691 "test/remote_compositor_test.cc",
692 "test/remote_compositor_test.h",
[email protected]d05751a22014-05-29 20:54:24693 "test/render_pass_test_utils.cc",
694 "test/render_pass_test_utils.h",
695 "test/scheduler_test_common.cc",
696 "test/scheduler_test_common.h",
khushalsagarc7eae9d2016-11-12 04:43:42697 "test/serialization_test_utils.cc",
698 "test/serialization_test_utils.h",
[email protected]d05751a22014-05-29 20:54:24699 "test/skia_common.cc",
700 "test/skia_common.h",
701 "test/solid_color_content_layer_client.cc",
702 "test/solid_color_content_layer_client.h",
danakjffc181a2016-07-22 22:48:43703 "test/stub_layer_tree_host_client.cc",
704 "test/stub_layer_tree_host_client.h",
705 "test/stub_layer_tree_host_single_thread_client.cc",
706 "test/stub_layer_tree_host_single_thread_client.h",
fsamuel7a615102015-10-23 21:25:16707 "test/surface_aggregator_test_helpers.cc",
708 "test/surface_aggregator_test_helpers.h",
709 "test/surface_hittest_test_helpers.cc",
710 "test/surface_hittest_test_helpers.h",
ericrk4e3aa5a2015-12-01 03:53:56711 "test/task_graph_runner_test_template.cc",
712 "test/task_graph_runner_test_template.h",
danakj1120f4c2016-09-15 02:05:32713 "test/test_compositor_frame_sink.cc",
714 "test/test_compositor_frame_sink.h",
[email protected]d05751a22014-05-29 20:54:24715 "test/test_context_provider.cc",
716 "test/test_context_provider.h",
717 "test/test_context_support.cc",
718 "test/test_context_support.h",
719 "test/test_gles2_interface.cc",
720 "test/test_gles2_interface.h",
reveman22dd9292014-10-13 20:52:05721 "test/test_gpu_memory_buffer_manager.cc",
722 "test/test_gpu_memory_buffer_manager.h",
khushalsagar0a226af2015-12-09 10:30:20723 "test/test_hooks.cc",
724 "test/test_hooks.h",
reveman2232bce2014-10-29 01:28:05725 "test/test_image_factory.cc",
726 "test/test_image_factory.h",
satorux457770e2015-02-18 18:33:39727 "test/test_in_process_context_provider.cc",
728 "test/test_in_process_context_provider.h",
vmpstr6edf66ce2016-05-18 20:12:22729 "test/test_layer_tree_host_base.cc",
730 "test/test_layer_tree_host_base.h",
[email protected]d05751a22014-05-29 20:54:24731 "test/test_occlusion_tracker.h",
732 "test/test_shared_bitmap_manager.cc",
733 "test/test_shared_bitmap_manager.h",
reveman34b7a1522015-03-23 20:27:47734 "test/test_task_graph_runner.cc",
735 "test/test_task_graph_runner.h",
[email protected]d05751a22014-05-29 20:54:24736 "test/test_texture.cc",
737 "test/test_texture.h",
738 "test/test_tile_priorities.cc",
739 "test/test_tile_priorities.h",
prashant.n7c706022016-05-26 19:00:09740 "test/test_tile_task_runner.cc",
741 "test/test_tile_task_runner.h",
[email protected]d05751a22014-05-29 20:54:24742 "test/test_web_graphics_context_3d.cc",
743 "test/test_web_graphics_context_3d.h",
[email protected]d05751a22014-05-29 20:54:24744 ]
745
Brett Wilson0380637c2014-09-19 21:24:40746 public_deps = [
747 ":cc",
loyso3dd20892016-11-22 07:11:01748 "//cc/animation",
Brett Wilsone53895272014-09-23 23:41:46749 "//gpu:test_support",
Brett Wilson0380637c2014-09-19 21:24:40750 ]
[email protected]d05751a22014-05-29 20:54:24751 deps = [
752 "//base",
jamesr16c04ff2014-11-24 22:24:57753 "//base/test:test_support",
[email protected]d05751a22014-05-29 20:54:24754 "//base/third_party/dynamic_annotations",
khushalsagare0a38d42016-01-29 01:15:06755 "//cc/proto",
fsamuel7a615102015-10-23 21:25:16756 "//cc/surfaces",
757 "//cc/surfaces:surface_id",
[email protected]d05751a22014-05-29 20:54:24758 "//gpu/command_buffer/client:gles2_c_lib",
759 "//gpu/command_buffer/client:gles2_implementation",
[email protected]845c4e32014-08-13 11:50:40760 "//gpu/command_buffer/common:gles2_utils",
fsamuel600b99e2016-11-11 07:50:26761 "//gpu/ipc:gl_in_process_context",
[email protected]d05751a22014-05-29 20:54:24762 "//gpu/skia_bindings",
jamesr16c04ff2014-11-24 22:24:57763 "//media",
[email protected]d05751a22014-05-29 20:54:24764 "//skia",
765 "//testing/gmock",
766 "//testing/gtest",
[email protected]d05751a22014-05-29 20:54:24767 "//ui/gfx",
[email protected]e54a1f522014-07-22 23:26:48768 "//ui/gfx:test_support",
agrieved7a71c882015-11-20 19:53:28769 "//ui/gfx/geometry",
[email protected]d05751a22014-05-29 20:54:24770 "//ui/gl",
sadrulba162cd2015-07-20 22:34:26771 "//ui/gl:test_support",
[email protected]d05751a22014-05-29 20:54:24772 ]
agrieve48bd27e2016-06-22 21:04:07773 if (!is_android) {
774 data_deps = [
775 "//third_party/mesa:osmesa",
776 ]
777 }
[email protected]d05751a22014-05-29 20:54:24778}
779
loyso1fe38ba42016-12-01 00:39:08780cc_test("cc_unittests") {
brettw4897a612015-03-02 23:13:15781 sources = [
enne797d82332015-12-01 01:34:58782 "base/contiguous_container_unittest.cc",
brettwd649f6b2015-08-18 20:58:51783 "base/delayed_unique_notifier_unittest.cc",
brettw4897a612015-03-02 23:13:15784 "base/float_quad_unittest.cc",
jbroman7b5b0552015-05-28 03:36:58785 "base/histograms_unittest.cc",
prashant.n20ec56f2016-09-22 03:47:32786 "base/index_rect_unittest.cc",
prashant.n7f1fe3d2015-06-05 18:26:04787 "base/list_container_unittest.cc",
brettw4897a612015-03-02 23:13:15788 "base/math_util_unittest.cc",
vmpstrb10241fc2015-09-18 01:10:12789 "base/random_access_list_container_unittest.cc",
brettw4897a612015-03-02 23:13:15790 "base/region_unittest.cc",
791 "base/rolling_time_delta_history_unittest.cc",
vmpstrb3ceb8222015-09-23 20:25:25792 "base/rtree_unittest.cc",
brettw4897a612015-03-02 23:13:15793 "base/simple_enclosed_region_unittest.cc",
prashant.n05192792016-09-24 03:38:20794 "base/spiral_iterator_unittest.cc",
brettw4897a612015-03-02 23:13:15795 "base/tiling_data_unittest.cc",
brettwd649f6b2015-08-18 20:58:51796 "base/unique_notifier_unittest.cc",
khushalsagar0c4d7f1f2016-10-04 23:41:17797 "blimp/compositor_state_deserializer_unittest.cc",
khushalsagarbc0b8be2016-10-04 02:49:06798 "blimp/layer_tree_host_remote_unittest.cc",
khushalsagarc7eae9d2016-11-12 04:43:42799 "blimp/layer_tree_host_unittest_serialization.cc",
nyquistfbaee112016-06-24 23:15:13800 "blimp/picture_data_conversions_unittest.cc",
khushalsagarc48291b2016-11-04 05:53:13801 "blimp/synced_property_remote_unittest.cc",
brettw4897a612015-03-02 23:13:15802 "debug/micro_benchmark_controller_unittest.cc",
brettwd649f6b2015-08-18 20:58:51803 "debug/rendering_stats_unittest.cc",
mdjones2ee41afd2016-10-27 16:50:20804 "input/browser_controls_offset_manager_unittest.cc",
nyquist9de8ad82015-12-18 20:09:06805 "input/layer_selection_bound_unittest.cc",
tdresserd9e201472015-07-31 13:15:07806 "input/scroll_state_unittest.cc",
loyso455b4f602016-02-24 02:59:42807 "input/scrollbar_animation_controller_linear_fade_unittest.cc",
808 "input/scrollbar_animation_controller_thinning_unittest.cc",
fsamuelf76098e2016-05-18 17:26:51809 "ipc/cc_param_traits_unittest.cc",
fsamuel410c9602016-05-31 21:50:20810 "ipc/struct_traits_unittest.cc",
brettw4897a612015-03-02 23:13:15811 "layers/heads_up_display_layer_impl_unittest.cc",
812 "layers/heads_up_display_unittest.cc",
brettw4897a612015-03-02 23:13:15813 "layers/layer_impl_unittest.cc",
814 "layers/layer_iterator_unittest.cc",
vollick44d1c1f2016-03-02 20:59:43815 "layers/layer_list_iterator_unittest.cc",
brettw4897a612015-03-02 23:13:15816 "layers/layer_position_constraint_unittest.cc",
817 "layers/layer_unittest.cc",
818 "layers/layer_utils_unittest.cc",
819 "layers/nine_patch_layer_impl_unittest.cc",
820 "layers/nine_patch_layer_unittest.cc",
821 "layers/painted_scrollbar_layer_impl_unittest.cc",
ccamerona54da382015-11-27 00:52:33822 "layers/painted_scrollbar_layer_unittest.cc",
brettw4897a612015-03-02 23:13:15823 "layers/picture_image_layer_unittest.cc",
824 "layers/picture_layer_impl_unittest.cc",
825 "layers/picture_layer_unittest.cc",
826 "layers/render_surface_impl_unittest.cc",
827 "layers/render_surface_unittest.cc",
828 "layers/scrollbar_layer_unittest.cc",
829 "layers/solid_color_layer_impl_unittest.cc",
830 "layers/solid_color_scrollbar_layer_impl_unittest.cc",
831 "layers/surface_layer_impl_unittest.cc",
832 "layers/surface_layer_unittest.cc",
833 "layers/texture_layer_impl_unittest.cc",
834 "layers/texture_layer_unittest.cc",
brettw4897a612015-03-02 23:13:15835 "layers/ui_resource_layer_impl_unittest.cc",
836 "layers/ui_resource_layer_unittest.cc",
dalecurtisb8396642015-06-09 18:38:14837 "layers/video_frame_provider_client_impl_unittest.cc",
brettw4897a612015-03-02 23:13:15838 "layers/video_layer_impl_unittest.cc",
ymalik99740e852016-04-07 04:18:13839 "layers/viewport_unittest.cc",
brettw4897a612015-03-02 23:13:15840 "output/begin_frame_args_unittest.cc",
brettwd649f6b2015-08-18 20:58:51841 "output/bsp_tree_unittest.cc",
ericrk9151705c2016-07-26 19:53:16842 "output/buffer_to_texture_target_map_unittest.cc",
danakje41d978a2016-09-19 21:09:28843 "output/compositor_frame_sink_unittest.cc",
ericrkf6c4fb62016-08-30 23:27:24844 "output/context_cache_controller_unittest.cc",
brettw4897a612015-03-02 23:13:15845 "output/filter_operations_unittest.cc",
846 "output/gl_renderer_unittest.cc",
danakj920156852015-05-18 20:22:29847 "output/layer_quad_unittest.cc",
brettw4897a612015-03-02 23:13:15848 "output/overlay_unittest.cc",
849 "output/renderer_pixeltest.cc",
brettw4897a612015-03-02 23:13:15850 "output/shader_unittest.cc",
851 "output/software_renderer_unittest.cc",
danakj920156852015-05-18 20:22:29852 "output/texture_mailbox_deleter_unittest.cc",
fmalita7913ee52015-09-09 19:47:31853 "playback/discardable_image_map_unittest.cc",
danakj920156852015-05-18 20:22:29854 "playback/display_item_list_unittest.cc",
ericrkd0cdd342016-12-14 22:23:06855 "playback/image_hijack_canvas_unittest.cc",
vmpstr41d68f882016-03-30 01:20:23856 "playback/raster_source_unittest.cc",
vmpstre17fd212016-03-30 20:03:32857 "playback/recording_source_unittest.cc",
khushalsagar37694212016-01-15 20:46:48858 "proto/base_conversions_unittest.cc",
nyquist04b8bd2e2015-11-24 10:04:17859 "proto/cc_conversions_unittest.cc",
dtrainorddb0b492015-10-19 20:14:44860 "proto/gfx_conversions_unittest.cc",
dtrainor543858f52015-10-23 20:13:55861 "proto/skia_conversions_unittest.cc",
brettwd649f6b2015-08-18 20:58:51862 "quads/draw_polygon_unittest.cc",
brettw4897a612015-03-02 23:13:15863 "quads/draw_quad_unittest.cc",
brettw4897a612015-03-02 23:13:15864 "quads/render_pass_unittest.cc",
prashant.nb4d4f492016-04-29 12:51:28865 "raster/raster_buffer_provider_unittest.cc",
danakj920156852015-05-18 20:22:29866 "raster/scoped_gpu_raster_unittest.cc",
ericrk4e3aa5a2015-12-01 03:53:56867 "raster/single_thread_task_graph_runner_unittest.cc",
868 "raster/synchronous_task_graph_runner_unittest.cc",
danakj920156852015-05-18 20:22:29869 "raster/texture_compressor_etc1_unittest.cc",
brettw4897a612015-03-02 23:13:15870 "resources/platform_color_unittest.cc",
boliucb788f42015-07-22 23:49:28871 "resources/resource_pool_unittest.cc",
brettw4897a612015-03-02 23:13:15872 "resources/resource_provider_unittest.cc",
prashant.n8e494282015-08-03 07:13:41873 "resources/resource_util_unittest.cc",
brettw4897a612015-03-02 23:13:15874 "resources/scoped_resource_unittest.cc",
brettw4897a612015-03-02 23:13:15875 "resources/video_resource_updater_unittest.cc",
876 "scheduler/begin_frame_source_unittest.cc",
brianderson68749812015-07-07 22:39:39877 "scheduler/compositor_timing_history_unittest.cc",
brettw4897a612015-03-02 23:13:15878 "scheduler/delay_based_time_source_unittest.cc",
879 "scheduler/scheduler_state_machine_unittest.cc",
880 "scheduler/scheduler_unittest.cc",
mithro6be81902015-12-04 05:58:46881 "test/begin_frame_source_test_unittest.cc",
brettw4897a612015-03-02 23:13:15882 "test/layer_tree_json_parser_unittest.cc",
mithro6be81902015-12-04 05:58:46883 "test/mock_helper_unittest.cc",
brettwd649f6b2015-08-18 20:58:51884 "test/ordered_simple_task_runner_unittest.cc",
brettw4897a612015-03-02 23:13:15885 "test/test_web_graphics_context_3d_unittest.cc",
vmpstr70289fb62016-12-01 02:33:05886 "tiles/gpu_image_decode_cache_unittest.cc",
vmpstre556bda62016-12-02 01:51:40887 "tiles/image_controller_unittest.cc",
ericrkc7ebaa12016-06-09 21:05:55888 "tiles/mipmap_util_unittest.cc",
danakj920156852015-05-18 20:22:29889 "tiles/picture_layer_tiling_set_unittest.cc",
890 "tiles/picture_layer_tiling_unittest.cc",
vmpstr70289fb62016-12-01 02:33:05891 "tiles/software_image_decode_cache_unittest.cc",
danakj920156852015-05-18 20:22:29892 "tiles/tile_manager_unittest.cc",
893 "tiles/tile_priority_unittest.cc",
brettw4897a612015-03-02 23:13:15894 "trees/blocking_task_runner_unittest.cc",
895 "trees/damage_tracker_unittest.cc",
brettw4897a612015-03-02 23:13:15896 "trees/layer_tree_host_common_unittest.cc",
897 "trees/layer_tree_host_impl_unittest.cc",
898 "trees/layer_tree_host_pixeltest_blending.cc",
899 "trees/layer_tree_host_pixeltest_filters.cc",
900 "trees/layer_tree_host_pixeltest_masks.cc",
901 "trees/layer_tree_host_pixeltest_readback.cc",
danakjd63f8a62016-08-24 03:26:48902 "trees/layer_tree_host_pixeltest_scrollbars.cc",
brettw4897a612015-03-02 23:13:15903 "trees/layer_tree_host_pixeltest_synchronous.cc",
danakje0b54782015-05-29 22:47:52904 "trees/layer_tree_host_pixeltest_tiles.cc",
brettw4897a612015-03-02 23:13:15905 "trees/layer_tree_host_unittest.cc",
906 "trees/layer_tree_host_unittest_animation.cc",
907 "trees/layer_tree_host_unittest_context.cc",
908 "trees/layer_tree_host_unittest_copyrequest.cc",
909 "trees/layer_tree_host_unittest_damage.cc",
brettw4897a612015-03-02 23:13:15910 "trees/layer_tree_host_unittest_occlusion.cc",
911 "trees/layer_tree_host_unittest_picture.cc",
912 "trees/layer_tree_host_unittest_proxy.cc",
khushalsagarb54107d02015-12-10 20:20:56913 "trees/layer_tree_host_unittest_record_gpu_histogram.cc",
brettw4897a612015-03-02 23:13:15914 "trees/layer_tree_host_unittest_scroll.cc",
915 "trees/layer_tree_host_unittest_video.cc",
916 "trees/layer_tree_impl_unittest.cc",
917 "trees/occlusion_tracker_unittest.cc",
918 "trees/occlusion_unittest.cc",
919 "trees/property_tree_unittest.cc",
khushalsagar8297ae992016-09-14 20:51:23920 "trees/swap_promise_manager_unittest.cc",
brettw4897a612015-03-02 23:13:15921 "trees/tree_synchronizer_unittest.cc",
[email protected]d05751a22014-05-29 20:54:24922
loyso3dd20892016-11-22 07:11:01923 # Animation test files.
924 "animation/animation_host_unittest.cc",
925 "animation/animation_player_unittest.cc",
926 "animation/animation_timeline_unittest.cc",
927 "animation/animation_unittest.cc",
928 "animation/element_animations_unittest.cc",
929 "animation/keyframed_animation_curve_unittest.cc",
930 "animation/scroll_offset_animation_curve_unittest.cc",
931 "animation/transform_operations_unittest.cc",
932
brettw4897a612015-03-02 23:13:15933 # Surfaces test files.
danakj1120f4c2016-09-15 02:05:32934 "surfaces/direct_compositor_frame_sink_unittest.cc",
brettwd649f6b2015-08-18 20:58:51935 "surfaces/display_scheduler_unittest.cc",
936 "surfaces/display_unittest.cc",
brettw4897a612015-03-02 23:13:15937 "surfaces/surface_aggregator_unittest.cc",
brettwd649f6b2015-08-18 20:58:51938 "surfaces/surface_factory_unittest.cc",
lfg8d07c91d2015-08-07 16:13:20939 "surfaces/surface_hittest_unittest.cc",
kylechar0de37322016-11-03 15:25:57940 "surfaces/surface_manager_ref_unittest.cc",
enne4e3c9d52016-03-09 00:25:12941 "surfaces/surface_manager_unittest.cc",
fsamuel34396562016-10-06 15:01:21942 "surfaces/surface_sequence_generator_unittest.cc",
brettw4897a612015-03-02 23:13:15943 "surfaces/surface_unittest.cc",
944 "surfaces/surfaces_pixeltest.cc",
[email protected]d05751a22014-05-29 20:54:24945
brettw4897a612015-03-02 23:13:15946 # Setup.
947 "test/cc_test_suite.cc",
948 "test/run_all_unittests.cc",
949 ]
[email protected]d05751a22014-05-29 20:54:24950
agrievee41ae190d2016-04-25 14:12:51951 if (!is_android) {
952 data = [
953 "test/data/",
954 ]
955 }
dpranke177c1e22015-07-22 23:07:43956
brettw4897a612015-03-02 23:13:15957 deps = [
958 ":cc",
959 ":test_support",
960 "//base/test:test_support",
fsamuelf76098e2016-05-18 17:26:51961 "//cc/ipc",
fsamuel410c9602016-05-31 21:50:20962 "//cc/ipc:test_interfaces",
dtrainorddb0b492015-10-19 20:14:44963 "//cc/proto",
brettw4897a612015-03-02 23:13:15964 "//cc/surfaces",
965 "//cc/surfaces:surface_id",
samans72b2a282016-12-17 02:44:15966 "//cc/surfaces:surfaces",
brettw4897a612015-03-02 23:13:15967 "//gpu",
968 "//gpu:test_support",
969 "//gpu/command_buffer/client:gles2_interface",
970 "//gpu/command_buffer/common:gles2_utils",
971 "//media",
fsamuel410c9602016-05-31 21:50:20972 "//mojo/edk/system",
973 "//mojo/public/cpp/bindings",
brettw4897a612015-03-02 23:13:15974 "//testing/gmock",
975 "//testing/gtest",
Nico Weber9d6e12942016-04-19 18:51:09976 "//ui/events:events_base",
brettw4897a612015-03-02 23:13:15977 "//ui/gfx",
brettw4897a612015-03-02 23:13:15978 "//ui/gfx:test_support",
agrieved7a71c882015-11-20 19:53:28979 "//ui/gfx/geometry",
brettw4897a612015-03-02 23:13:15980 "//ui/gl",
sadrulba162cd2015-07-20 22:34:26981 "//ui/gl:test_support",
brettw4897a612015-03-02 23:13:15982 ]
dpranke177c1e22015-07-22 23:07:43983
vmpstr9116a70f2015-10-14 23:48:34984 data_deps = [
985 "//third_party/mesa:osmesa",
986 ]
[email protected]d05751a22014-05-29 20:54:24987}
988
loyso1fe38ba42016-12-01 00:39:08989cc_test("cc_perftests") {
[email protected]6e44c302014-07-22 21:51:37990 sources = [
loysoa4a59a42016-02-10 06:49:26991 "animation/animation_host_perftest.cc",
vmpstr0d694522016-12-14 23:37:19992 "base/rtree_perftest.cc",
fsamuelbb47aac2016-07-08 01:05:53993 "ipc/cc_serialization_perftest.cc",
[email protected]6e44c302014-07-22 21:51:37994 "layers/layer_perftest.cc",
995 "layers/picture_layer_impl_perftest.cc",
danakj4e214032016-09-08 19:08:23996 "output/bsp_tree_perftest.cc",
vmpstr0b044512015-05-29 02:58:03997 "quads/draw_quad_perftest.cc",
prashant.nb4d4f492016-04-29 12:51:28998 "raster/raster_buffer_provider_perftest.cc",
danakj920156852015-05-18 20:22:29999 "raster/task_graph_runner_perftest.cc",
1000 "raster/texture_compressor_perftest.cc",
jbauman39be2012015-04-16 01:33:081001 "surfaces/surface_aggregator_perftest.cc",
[email protected]6e44c302014-07-22 21:51:371002 "test/cc_test_suite.cc",
1003 "test/run_all_perftests.cc",
danakj920156852015-05-18 20:22:291004 "tiles/tile_manager_perftest.cc",
[email protected]6e44c302014-07-22 21:51:371005 "trees/layer_tree_host_common_perftest.cc",
1006 "trees/layer_tree_host_perftest.cc",
[email protected]6e44c302014-07-22 21:51:371007 ]
[email protected]d05751a22014-05-29 20:54:241008
[email protected]6e44c302014-07-22 21:51:371009 deps = [
1010 ":cc",
1011 ":test_support",
1012 "//base",
jamesr16c04ff2014-11-24 22:24:571013 "//base/test:test_support",
fsamuelf76098e2016-05-18 17:26:511014 "//cc/ipc",
fsamuelbb47aac2016-07-08 01:05:531015 "//cc/ipc:interfaces",
jbauman39be2012015-04-16 01:33:081016 "//cc/surfaces",
1017 "//cc/surfaces:surface_id",
[email protected]6e44c302014-07-22 21:51:371018 "//gpu",
[email protected]c7990dbf2014-07-23 22:35:101019 "//gpu:test_support",
[email protected]845c4e32014-08-13 11:50:401020 "//gpu/command_buffer/common:gles2_utils",
[email protected]6e44c302014-07-22 21:51:371021 "//media",
fsamuelbb47aac2016-07-08 01:05:531022 "//mojo/edk/system",
1023 "//mojo/public/cpp/bindings",
[email protected]6e44c302014-07-22 21:51:371024 "//skia",
1025 "//testing/gmock",
1026 "//testing/gtest",
1027 "//testing/perf",
1028 "//ui/gfx",
1029 "//ui/gfx/geometry",
jamesr16c04ff2014-11-24 22:24:571030 "//ui/gl",
sadrulba162cd2015-07-20 22:34:261031 "//ui/gl:test_support",
[email protected]6e44c302014-07-22 21:51:371032 ]
krasinca63e412016-05-12 02:53:251033
1034 # This target should not require the Chrome executable to run.
1035 assert_no_deps = [ "//chrome" ]
jbudorickbdd15902016-09-15 21:05:421036
1037 data = [
1038 "test/data/",
eyaich7c79b912016-10-29 00:39:251039
1040 # Needed for isolate script to execute.
1041 "//testing/scripts/common.py",
1042 "//testing/xvfb.py",
1043 "//testing/scripts/run_gtest_perf_test.py",
eyaich082a30c2016-11-04 20:20:571044 "//tools/perf/generate_legacy_perf_dashboard_json.py",
jbudorickbdd15902016-09-15 21:05:421045 ]
[email protected]6e44c302014-07-22 21:51:371046}