[go: nahoru, domu]

blob: 3317502068293833d1bd3074e2423d108576ee08 [file] [log] [blame]
brettw@chromium.orgd05751a22014-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")
qsrfb5251d12015-01-21 15:57:226import("//testing/test.gni")
7
brettw@chromium.orgd05751a22014-05-29 20:54:248component("cc") {
9 sources = [
10 "animation/animation.cc",
11 "animation/animation.h",
12 "animation/animation_curve.cc",
13 "animation/animation_curve.h",
14 "animation/animation_delegate.h",
15 "animation/animation_events.cc",
16 "animation/animation_events.h",
loysobb93bef2015-07-03 00:19:5017 "animation/animation_host.cc",
18 "animation/animation_host.h",
brettw@chromium.orgd05751a22014-05-29 20:54:2419 "animation/animation_id_provider.cc",
20 "animation/animation_id_provider.h",
loysobb93bef2015-07-03 00:19:5021 "animation/animation_player.cc",
22 "animation/animation_player.h",
loysobb93bef2015-07-03 00:19:5023 "animation/animation_timeline.cc",
24 "animation/animation_timeline.h",
25 "animation/element_animations.cc",
26 "animation/element_animations.h",
vollickef2ae922016-06-29 17:54:2727 "animation/element_id.cc",
28 "animation/element_id.h",
brettw@chromium.orgd05751a22014-05-29 20:54:2429 "animation/keyframed_animation_curve.cc",
30 "animation/keyframed_animation_curve.h",
loysocf6458c2016-10-04 04:20:4431 "animation/property_animation_state.cc",
32 "animation/property_animation_state.h",
brettw@chromium.orgd05751a22014-05-29 20:54:2433 "animation/scroll_offset_animation_curve.cc",
34 "animation/scroll_offset_animation_curve.h",
ymalikf3a9e63572016-05-20 01:31:0735 "animation/scroll_offset_animations.cc",
36 "animation/scroll_offset_animations.h",
ymalik1b8eeda2016-05-04 16:18:1737 "animation/scroll_offset_animations_impl.cc",
38 "animation/scroll_offset_animations_impl.h",
loyso0c8e4402016-02-25 04:12:3039 "animation/target_property.cc",
40 "animation/target_property.h",
brettw@chromium.orgd05751a22014-05-29 20:54:2441 "animation/timing_function.cc",
42 "animation/timing_function.h",
43 "animation/transform_operation.cc",
44 "animation/transform_operation.h",
45 "animation/transform_operations.cc",
46 "animation/transform_operations.h",
nyquistfbaee112016-06-24 23:15:1347 "blimp/client_picture_cache.h",
khushalsagarbc0b8be2016-10-04 02:49:0648 "blimp/compositor_proto_state.cc",
49 "blimp/compositor_proto_state.h",
khushalsagar0c4d7f1f2016-10-04 23:41:1750 "blimp/compositor_state_deserializer.cc",
51 "blimp/compositor_state_deserializer.h",
khushalsagarc45674e62016-10-10 22:55:1252 "blimp/deserialized_content_layer_client.cc",
53 "blimp/deserialized_content_layer_client.h",
nyquistfbaee112016-06-24 23:15:1354 "blimp/engine_picture_cache.h",
55 "blimp/image_serialization_processor.h",
khushalsagar0c4d7f1f2016-10-04 23:41:1756 "blimp/layer_factory.h",
khushalsagarbc0b8be2016-10-04 02:49:0657 "blimp/layer_tree_host_remote.cc",
58 "blimp/layer_tree_host_remote.h",
nyquistfbaee112016-06-24 23:15:1359 "blimp/picture_data.cc",
60 "blimp/picture_data.h",
61 "blimp/picture_data_conversions.cc",
62 "blimp/picture_data_conversions.h",
khushalsagarbc0b8be2016-10-04 02:49:0663 "blimp/remote_compositor_bridge.cc",
64 "blimp/remote_compositor_bridge.h",
65 "blimp/remote_compositor_bridge_client.h",
khushalsagarc48291b2016-11-04 05:53:1366 "blimp/synced_property_remote.h",
brettw@chromium.orgd05751a22014-05-29 20:54:2467 "debug/benchmark_instrumentation.cc",
68 "debug/benchmark_instrumentation.h",
69 "debug/debug_colors.cc",
70 "debug/debug_colors.h",
71 "debug/debug_rect_history.cc",
72 "debug/debug_rect_history.h",
73 "debug/devtools_instrumentation.h",
74 "debug/frame_rate_counter.cc",
75 "debug/frame_rate_counter.h",
hendrikw9385e492014-12-17 21:42:5976 "debug/frame_viewer_instrumentation.cc",
brettw@chromium.orgd05751a22014-05-29 20:54:2477 "debug/frame_viewer_instrumentation.h",
jamesr@chromium.orgd5ba08c2014-06-18 07:01:0878 "debug/invalidation_benchmark.cc",
79 "debug/invalidation_benchmark.h",
brettw@chromium.orgd05751a22014-05-29 20:54:2480 "debug/lap_timer.cc",
81 "debug/lap_timer.h",
82 "debug/layer_tree_debug_state.cc",
83 "debug/layer_tree_debug_state.h",
84 "debug/micro_benchmark.cc",
85 "debug/micro_benchmark.h",
brettw@chromium.orgd05751a22014-05-29 20:54:2486 "debug/micro_benchmark_controller.cc",
87 "debug/micro_benchmark_controller.h",
88 "debug/micro_benchmark_controller_impl.cc",
89 "debug/micro_benchmark_controller_impl.h",
satorux457770e2015-02-18 18:33:3990 "debug/micro_benchmark_impl.cc",
91 "debug/micro_benchmark_impl.h",
ajumad7dd21a2015-01-09 00:57:3192 "debug/picture_debug_util.cc",
93 "debug/picture_debug_util.h",
brettw@chromium.orgd05751a22014-05-29 20:54:2494 "debug/rasterize_and_record_benchmark.cc",
95 "debug/rasterize_and_record_benchmark.h",
96 "debug/rasterize_and_record_benchmark_impl.cc",
97 "debug/rasterize_and_record_benchmark_impl.h",
98 "debug/rendering_stats.cc",
99 "debug/rendering_stats.h",
100 "debug/rendering_stats_instrumentation.cc",
101 "debug/rendering_stats_instrumentation.h",
102 "debug/ring_buffer.h",
caseq252613a72015-06-19 11:12:57103 "debug/traced_display_item_list.cc",
104 "debug/traced_display_item_list.h",
brettw@chromium.orgd05751a22014-05-29 20:54:24105 "debug/traced_value.cc",
106 "debug/traced_value.h",
107 "debug/unittest_only_benchmark.cc",
108 "debug/unittest_only_benchmark.h",
109 "debug/unittest_only_benchmark_impl.cc",
110 "debug/unittest_only_benchmark_impl.h",
mdjones2ee41afd2016-10-27 16:50:20111 "input/browser_controls_offset_manager.cc",
112 "input/browser_controls_offset_manager.h",
113 "input/browser_controls_offset_manager_client.h",
ccameron36d091f2014-11-07 03:18:50114 "input/input_handler.cc",
brettw@chromium.orgd05751a22014-05-29 20:54:24115 "input/input_handler.h",
tfarina@chromium.orgb2ba2d42014-07-03 18:14:50116 "input/layer_selection_bound.cc",
117 "input/layer_selection_bound.h",
wychen800b09972016-11-03 09:00:20118 "input/main_thread_scrolling_reason.h",
satorux457770e2015-02-18 18:33:39119 "input/page_scale_animation.cc",
120 "input/page_scale_animation.h",
ccameron4163cc352014-11-13 19:06:36121 "input/scroll_elasticity_helper.cc",
122 "input/scroll_elasticity_helper.h",
tdresserd9e20142015-07-31 13:15:07123 "input/scroll_state.cc",
124 "input/scroll_state.h",
tdresser99c9ff52015-12-14 15:47:09125 "input/scroll_state_data.cc",
126 "input/scroll_state_data.h",
loyso455b4f602016-02-24 02:59:42127 "input/scrollbar_animation_controller.cc",
128 "input/scrollbar_animation_controller.h",
129 "input/scrollbar_animation_controller_linear_fade.cc",
130 "input/scrollbar_animation_controller_linear_fade.h",
131 "input/scrollbar_animation_controller_thinning.cc",
132 "input/scrollbar_animation_controller_thinning.h",
jdduke449b5292015-04-23 19:36:44133 "input/selection.h",
brettw@chromium.orgd05751a22014-05-29 20:54:24134 "layers/append_quads_data.h",
brettw@chromium.orgd05751a22014-05-29 20:54:24135 "layers/content_layer_client.h",
ennefffb119c2015-08-29 09:17:30136 "layers/draw_properties.cc",
brettw@chromium.orgd05751a22014-05-29 20:54:24137 "layers/draw_properties.h",
dtrainor8e9da482016-01-04 09:53:05138 "layers/empty_content_layer_client.cc",
139 "layers/empty_content_layer_client.h",
brettw@chromium.orgd05751a22014-05-29 20:54:24140 "layers/heads_up_display_layer.cc",
141 "layers/heads_up_display_layer.h",
142 "layers/heads_up_display_layer_impl.cc",
143 "layers/heads_up_display_layer_impl.h",
brettw@chromium.orgd05751a22014-05-29 20:54:24144 "layers/layer.cc",
145 "layers/layer.h",
146 "layers/layer_client.h",
vollick83fbfc82016-03-22 18:33:27147 "layers/layer_collections.h",
brettw@chromium.orgd05751a22014-05-29 20:54:24148 "layers/layer_impl.cc",
149 "layers/layer_impl.h",
jaydasika1c0a27d42016-04-28 01:54:56150 "layers/layer_impl_test_properties.cc",
151 "layers/layer_impl_test_properties.h",
brettw@chromium.orgd05751a22014-05-29 20:54:24152 "layers/layer_iterator.h",
vollick44d1c1f2016-03-02 20:59:43153 "layers/layer_list_iterator.cc",
154 "layers/layer_list_iterator.h",
brettw@chromium.orgd05751a22014-05-29 20:54:24155 "layers/layer_position_constraint.cc",
156 "layers/layer_position_constraint.h",
nyquist353b7d52015-11-06 22:26:53157 "layers/layer_proto_converter.cc",
158 "layers/layer_proto_converter.h",
flackr2215b4e2016-09-21 20:16:01159 "layers/layer_sticky_position_constraint.cc",
160 "layers/layer_sticky_position_constraint.h",
brettw@chromium.orgd05751a22014-05-29 20:54:24161 "layers/layer_utils.cc",
162 "layers/layer_utils.h",
163 "layers/nine_patch_layer.cc",
164 "layers/nine_patch_layer.h",
165 "layers/nine_patch_layer_impl.cc",
166 "layers/nine_patch_layer_impl.h",
167 "layers/paint_properties.h",
168 "layers/painted_scrollbar_layer.cc",
169 "layers/painted_scrollbar_layer.h",
170 "layers/painted_scrollbar_layer_impl.cc",
171 "layers/painted_scrollbar_layer_impl.h",
172 "layers/picture_image_layer.cc",
173 "layers/picture_image_layer.h",
brettw@chromium.orgd05751a22014-05-29 20:54:24174 "layers/picture_layer.cc",
175 "layers/picture_layer.h",
176 "layers/picture_layer_impl.cc",
177 "layers/picture_layer_impl.h",
brettw@chromium.orgd05751a22014-05-29 20:54:24178 "layers/render_pass_sink.h",
brettw@chromium.orgd05751a22014-05-29 20:54:24179 "layers/render_surface_impl.cc",
180 "layers/render_surface_impl.h",
181 "layers/scrollbar_layer_impl_base.cc",
182 "layers/scrollbar_layer_impl_base.h",
183 "layers/scrollbar_layer_interface.h",
184 "layers/solid_color_layer.cc",
185 "layers/solid_color_layer.h",
186 "layers/solid_color_layer_impl.cc",
187 "layers/solid_color_layer_impl.h",
188 "layers/solid_color_scrollbar_layer.cc",
189 "layers/solid_color_scrollbar_layer.h",
190 "layers/solid_color_scrollbar_layer_impl.cc",
191 "layers/solid_color_scrollbar_layer_impl.h",
192 "layers/surface_layer.cc",
193 "layers/surface_layer.h",
194 "layers/surface_layer_impl.cc",
195 "layers/surface_layer_impl.h",
196 "layers/texture_layer.cc",
197 "layers/texture_layer.h",
198 "layers/texture_layer_client.h",
199 "layers/texture_layer_impl.cc",
200 "layers/texture_layer_impl.h",
brettw@chromium.orgd05751a22014-05-29 20:54:24201 "layers/ui_resource_layer.cc",
202 "layers/ui_resource_layer.h",
203 "layers/ui_resource_layer_impl.cc",
204 "layers/ui_resource_layer_impl.h",
205 "layers/video_frame_provider.h",
206 "layers/video_frame_provider_client_impl.cc",
207 "layers/video_frame_provider_client_impl.h",
208 "layers/video_layer.cc",
209 "layers/video_layer.h",
210 "layers/video_layer_impl.cc",
211 "layers/video_layer_impl.h",
bokanaa2748312015-03-26 00:10:37212 "layers/viewport.cc",
213 "layers/viewport.h",
brettw@chromium.orgd05751a22014-05-29 20:54:24214 "output/begin_frame_args.cc",
215 "output/begin_frame_args.h",
thildebr@chromium.org2a021fb7b2014-08-02 07:53:49216 "output/bsp_tree.cc",
217 "output/bsp_tree.h",
218 "output/bsp_walk_action.cc",
219 "output/bsp_walk_action.h",
ericrk9151705c2016-07-26 19:53:16220 "output/buffer_to_texture_target_map.cc",
221 "output/buffer_to_texture_target_map.h",
ccameron35db390a2015-11-17 21:22:55222 "output/ca_layer_overlay.cc",
223 "output/ca_layer_overlay.h",
hubbeaf57af32016-08-11 10:42:32224 "output/color_lut_cache.cc",
225 "output/color_lut_cache.h",
brettw@chromium.orgd05751a22014-05-29 20:54:24226 "output/compositor_frame.cc",
227 "output/compositor_frame.h",
brettw@chromium.orgd05751a22014-05-29 20:54:24228 "output/compositor_frame_metadata.cc",
229 "output/compositor_frame_metadata.h",
danakj1120f4c2016-09-15 02:05:32230 "output/compositor_frame_sink.cc",
231 "output/compositor_frame_sink.h",
232 "output/compositor_frame_sink_client.h",
ericrkf6c4fb62016-08-30 23:27:24233 "output/context_cache_controller.cc",
234 "output/context_cache_controller.h",
ericrk6714c23b2016-09-27 03:35:01235 "output/context_provider.cc",
brettw@chromium.orgd05751a22014-05-29 20:54:24236 "output/context_provider.h",
237 "output/copy_output_request.cc",
238 "output/copy_output_request.h",
239 "output/copy_output_result.cc",
240 "output/copy_output_result.h",
brettw@chromium.orgd05751a22014-05-29 20:54:24241 "output/direct_renderer.cc",
242 "output/direct_renderer.h",
awoloszyn3d8eb1d2015-03-12 14:38:32243 "output/dynamic_geometry_binding.cc",
244 "output/dynamic_geometry_binding.h",
brettw@chromium.orgd05751a22014-05-29 20:54:24245 "output/filter_operation.cc",
246 "output/filter_operation.h",
247 "output/filter_operations.cc",
248 "output/filter_operations.h",
249 "output/geometry_binding.cc",
250 "output/geometry_binding.h",
brettw@chromium.orgd05751a22014-05-29 20:54:24251 "output/gl_renderer.cc",
252 "output/gl_renderer.h",
253 "output/gl_renderer_draw_cache.cc",
254 "output/gl_renderer_draw_cache.h",
jamesrf313a212015-03-16 21:27:37255 "output/latency_info_swap_promise.cc",
256 "output/latency_info_swap_promise.h",
danakj920156852015-05-18 20:22:29257 "output/layer_quad.cc",
258 "output/layer_quad.h",
brettw@chromium.orgd05751a22014-05-29 20:54:24259 "output/managed_memory_policy.cc",
260 "output/managed_memory_policy.h",
261 "output/output_surface.cc",
262 "output/output_surface.h",
263 "output/output_surface_client.h",
kylechar5344b39e2016-10-06 23:51:19264 "output/output_surface_frame.cc",
265 "output/output_surface_frame.h",
brettw@chromium.orgd05751a22014-05-29 20:54:24266 "output/overlay_candidate.cc",
267 "output/overlay_candidate.h",
268 "output/overlay_candidate_validator.h",
269 "output/overlay_processor.cc",
270 "output/overlay_processor.h",
dcastagnaea959b12016-07-20 21:38:58271 "output/overlay_strategy_fullscreen.cc",
272 "output/overlay_strategy_fullscreen.h",
brettw@chromium.orgd05751a22014-05-29 20:54:24273 "output/overlay_strategy_single_on_top.cc",
274 "output/overlay_strategy_single_on_top.h",
achaulkf47b4942015-04-01 17:26:08275 "output/overlay_strategy_underlay.cc",
276 "output/overlay_strategy_underlay.h",
brettw@chromium.orgd05751a22014-05-29 20:54:24277 "output/program_binding.cc",
278 "output/program_binding.h",
279 "output/render_surface_filters.cc",
280 "output/render_surface_filters.h",
jbaumanc5be44c2014-11-20 22:17:12281 "output/renderer_settings.cc",
282 "output/renderer_settings.h",
brettw@chromium.orgd05751a22014-05-29 20:54:24283 "output/shader.cc",
284 "output/shader.h",
brettw@chromium.orgd05751a22014-05-29 20:54:24285 "output/software_output_device.cc",
286 "output/software_output_device.h",
287 "output/software_renderer.cc",
288 "output/software_renderer.h",
awoloszyn3d8eb1d2015-03-12 14:38:32289 "output/static_geometry_binding.cc",
290 "output/static_geometry_binding.h",
jamesrf313a212015-03-16 21:27:37291 "output/swap_promise.h",
danakj920156852015-05-18 20:22:29292 "output/texture_mailbox_deleter.cc",
293 "output/texture_mailbox_deleter.h",
dyenb52ecd962016-04-20 23:23:44294 "output/vulkan_context_provider.h",
295 "output/vulkan_in_process_context_provider.cc",
296 "output/vulkan_in_process_context_provider.h",
danakj920156852015-05-18 20:22:29297 "playback/clip_display_item.cc",
298 "playback/clip_display_item.h",
299 "playback/clip_path_display_item.cc",
300 "playback/clip_path_display_item.h",
301 "playback/compositing_display_item.cc",
302 "playback/compositing_display_item.h",
tomhudson836d8182016-04-22 22:15:45303 "playback/decoded_draw_image.cc",
vmpstr9dd810a2016-01-19 21:16:10304 "playback/decoded_draw_image.h",
fmalita7913ee52015-09-09 19:47:31305 "playback/discardable_image_map.cc",
306 "playback/discardable_image_map.h",
danakj920156852015-05-18 20:22:29307 "playback/display_item.cc",
308 "playback/display_item.h",
309 "playback/display_item_list.cc",
310 "playback/display_item_list.h",
jbroman7ae1e4bf2015-06-02 01:44:28311 "playback/display_item_list_settings.cc",
312 "playback/display_item_list_settings.h",
dtrainor2191e4d2015-10-28 16:02:52313 "playback/display_item_proto_factory.cc",
314 "playback/display_item_proto_factory.h",
vmpstr9dd810a2016-01-19 21:16:10315 "playback/draw_image.cc",
vmpstr9116a70f2015-10-14 23:48:34316 "playback/draw_image.h",
danakj920156852015-05-18 20:22:29317 "playback/drawing_display_item.cc",
318 "playback/drawing_display_item.h",
319 "playback/filter_display_item.cc",
320 "playback/filter_display_item.h",
321 "playback/float_clip_display_item.cc",
322 "playback/float_clip_display_item.h",
vmpstr2c9805c2016-03-04 00:07:41323 "playback/image_hijack_canvas.cc",
324 "playback/image_hijack_canvas.h",
danakj920156852015-05-18 20:22:29325 "playback/largest_display_item.cc",
326 "playback/largest_display_item.h",
vmpstr41d68f82016-03-30 01:20:23327 "playback/raster_source.cc",
328 "playback/raster_source.h",
vmpstre17fd212016-03-30 20:03:32329 "playback/recording_source.cc",
330 "playback/recording_source.h",
vmpstrec4a4172016-03-14 22:51:06331 "playback/skip_image_canvas.cc",
332 "playback/skip_image_canvas.h",
danakj920156852015-05-18 20:22:29333 "playback/transform_display_item.cc",
334 "playback/transform_display_item.h",
khushalsagar37694212016-01-15 20:46:48335 "proto/base_conversions.cc",
336 "proto/base_conversions.h",
nyquist04b8bd2e2015-11-24 10:04:17337 "proto/cc_conversions.cc",
338 "proto/cc_conversions.h",
dtrainorddb0b492015-10-19 20:14:44339 "proto/gfx_conversions.cc",
340 "proto/gfx_conversions.h",
nyquist1d29b062015-12-02 02:48:18341 "proto/gpu_conversions.cc",
342 "proto/gpu_conversions.h",
dtrainor543858f52015-10-23 20:13:55343 "proto/skia_conversions.cc",
344 "proto/skia_conversions.h",
sunxdc36713a2016-03-03 22:31:10345 "proto/synced_property_conversions.cc",
346 "proto/synced_property_conversions.h",
brettw@chromium.orgd05751a22014-05-29 20:54:24347 "quads/content_draw_quad_base.cc",
348 "quads/content_draw_quad_base.h",
349 "quads/debug_border_draw_quad.cc",
350 "quads/debug_border_draw_quad.h",
thildebr@chromium.org2a021fb7b2014-08-02 07:53:49351 "quads/draw_polygon.cc",
352 "quads/draw_polygon.h",
brettw@chromium.orgd05751a22014-05-29 20:54:24353 "quads/draw_quad.cc",
354 "quads/draw_quad.h",
weiliangcfe7b51e2014-11-05 18:20:27355 "quads/largest_draw_quad.cc",
satorux457770e2015-02-18 18:33:39356 "quads/largest_draw_quad.h",
brettw@chromium.orgd05751a22014-05-29 20:54:24357 "quads/picture_draw_quad.cc",
358 "quads/picture_draw_quad.h",
359 "quads/render_pass.cc",
360 "quads/render_pass.h",
361 "quads/render_pass_draw_quad.cc",
362 "quads/render_pass_draw_quad.h",
weiliangc@chromium.org0cd7d6f72014-08-22 14:50:51363 "quads/render_pass_id.cc",
364 "quads/render_pass_id.h",
brettw@chromium.orgd05751a22014-05-29 20:54:24365 "quads/shared_quad_state.cc",
366 "quads/shared_quad_state.h",
367 "quads/solid_color_draw_quad.cc",
368 "quads/solid_color_draw_quad.h",
369 "quads/stream_video_draw_quad.cc",
370 "quads/stream_video_draw_quad.h",
371 "quads/surface_draw_quad.cc",
372 "quads/surface_draw_quad.h",
373 "quads/texture_draw_quad.cc",
374 "quads/texture_draw_quad.h",
375 "quads/tile_draw_quad.cc",
376 "quads/tile_draw_quad.h",
377 "quads/yuv_video_draw_quad.cc",
378 "quads/yuv_video_draw_quad.h",
prashant.nb4d4f492016-04-29 12:51:28379 "raster/bitmap_raster_buffer_provider.cc",
380 "raster/bitmap_raster_buffer_provider.h",
381 "raster/gpu_raster_buffer_provider.cc",
382 "raster/gpu_raster_buffer_provider.h",
prashant.nb4d4f492016-04-29 12:51:28383 "raster/one_copy_raster_buffer_provider.cc",
384 "raster/one_copy_raster_buffer_provider.h",
danakj920156852015-05-18 20:22:29385 "raster/raster_buffer.cc",
386 "raster/raster_buffer.h",
prashant.nb4d4f492016-04-29 12:51:28387 "raster/raster_buffer_provider.cc",
388 "raster/raster_buffer_provider.h",
danakj920156852015-05-18 20:22:29389 "raster/scoped_gpu_raster.cc",
390 "raster/scoped_gpu_raster.h",
ericrk4e3aa5a2015-12-01 03:53:56391 "raster/single_thread_task_graph_runner.cc",
392 "raster/single_thread_task_graph_runner.h",
prashant.na9dd9ef2016-04-08 19:57:10393 "raster/staging_buffer_pool.cc",
394 "raster/staging_buffer_pool.h",
ericrk4e3aa5a2015-12-01 03:53:56395 "raster/synchronous_task_graph_runner.cc",
396 "raster/synchronous_task_graph_runner.h",
prashant.n49b3e64652016-04-19 07:04:49397 "raster/task.cc",
398 "raster/task.h",
ericrk374dee72016-01-13 03:38:05399 "raster/task_category.h",
danakj920156852015-05-18 20:22:29400 "raster/task_graph_runner.h",
ericrk4e3aa5a2015-12-01 03:53:56401 "raster/task_graph_work_queue.cc",
402 "raster/task_graph_work_queue.h",
danakj920156852015-05-18 20:22:29403 "raster/texture_compressor.cc",
404 "raster/texture_compressor.h",
405 "raster/texture_compressor_etc1.cc",
406 "raster/texture_compressor_etc1.h",
prashant.n6cb1bb82016-04-20 05:15:58407 "raster/tile_task.cc",
408 "raster/tile_task.h",
prashant.nb4d4f492016-04-29 12:51:28409 "raster/zero_copy_raster_buffer_provider.cc",
410 "raster/zero_copy_raster_buffer_provider.h",
brettw@chromium.orgd05751a22014-05-29 20:54:24411 "resources/memory_history.cc",
412 "resources/memory_history.h",
brettw@chromium.orgd05751a22014-05-29 20:54:24413 "resources/platform_color.h",
brettw@chromium.orgd05751a22014-05-29 20:54:24414 "resources/release_callback.h",
reveman423e7da2014-09-23 16:57:44415 "resources/resource.h",
ksakamoto@chromium.orgc6f0cf62014-07-22 02:44:41416 "resources/resource_format.cc",
vmpstr@chromium.orgbf050582014-07-24 11:10:58417 "resources/resource_format.h",
fsamuel6ee49c42016-06-01 11:16:55418 "resources/resource_format_utils.cc",
419 "resources/resource_format_utils.h",
brettw@chromium.orgd05751a22014-05-29 20:54:24420 "resources/resource_pool.cc",
421 "resources/resource_pool.h",
422 "resources/resource_provider.cc",
423 "resources/resource_provider.h",
prashant.n8e494282015-08-03 07:13:41424 "resources/resource_util.h",
brettw@chromium.orgd05751a22014-05-29 20:54:24425 "resources/returned_resource.h",
426 "resources/scoped_resource.cc",
427 "resources/scoped_resource.h",
428 "resources/scoped_ui_resource.cc",
429 "resources/scoped_ui_resource.h",
430 "resources/shared_bitmap.cc",
431 "resources/shared_bitmap.h",
432 "resources/shared_bitmap_manager.h",
433 "resources/single_release_callback.cc",
434 "resources/single_release_callback.h",
skyostil3976a3f2014-09-04 22:07:23435 "resources/single_release_callback_impl.cc",
436 "resources/single_release_callback_impl.h",
brettw@chromium.orgd05751a22014-05-29 20:54:24437 "resources/texture_mailbox.cc",
reveman423e7da2014-09-23 16:57:44438 "resources/texture_mailbox.h",
brettw@chromium.orgd05751a22014-05-29 20:54:24439 "resources/transferable_resource.cc",
440 "resources/transferable_resource.h",
441 "resources/ui_resource_bitmap.cc",
442 "resources/ui_resource_bitmap.h",
443 "resources/ui_resource_client.h",
khushalsagar8ec07402016-09-10 03:13:19444 "resources/ui_resource_manager.cc",
445 "resources/ui_resource_manager.h",
brettw@chromium.orgd05751a22014-05-29 20:54:24446 "resources/ui_resource_request.cc",
447 "resources/ui_resource_request.h",
448 "resources/video_resource_updater.cc",
449 "resources/video_resource_updater.h",
mithroc34fc0b12014-09-30 09:10:41450 "scheduler/begin_frame_source.cc",
451 "scheduler/begin_frame_source.h",
mithro0bdb49d2015-05-27 13:08:01452 "scheduler/begin_frame_tracker.cc",
453 "scheduler/begin_frame_tracker.h",
khushalsagar0b3d9e12016-01-14 21:10:18454 "scheduler/commit_earlyout_reason.cc",
mithrof7a21502014-12-17 03:24:48455 "scheduler/commit_earlyout_reason.h",
briandersonc9f50352015-06-24 03:38:58456 "scheduler/compositor_timing_history.cc",
457 "scheduler/compositor_timing_history.h",
brettw@chromium.orgd05751a22014-05-29 20:54:24458 "scheduler/delay_based_time_source.cc",
459 "scheduler/delay_based_time_source.h",
460 "scheduler/draw_result.h",
461 "scheduler/scheduler.cc",
462 "scheduler/scheduler.h",
463 "scheduler/scheduler_settings.cc",
464 "scheduler/scheduler_settings.h",
465 "scheduler/scheduler_state_machine.cc",
466 "scheduler/scheduler_state_machine.h",
sunnyps7d073dc2015-04-16 23:29:12467 "scheduler/video_frame_controller.h",
danakj920156852015-05-18 20:22:29468 "tiles/eviction_tile_priority_queue.cc",
469 "tiles/eviction_tile_priority_queue.h",
vmpstr64cdba32016-03-03 00:38:40470 "tiles/gpu_image_decode_controller.cc",
471 "tiles/gpu_image_decode_controller.h",
vmpstrc8cf52ab2015-08-03 23:12:50472 "tiles/image_decode_controller.h",
vmpstr26ce8fb2016-09-15 20:47:05473 "tiles/image_manager.cc",
474 "tiles/image_manager.h",
ericrkc7ebaa12016-06-09 21:05:55475 "tiles/mipmap_util.cc",
476 "tiles/mipmap_util.h",
danakj920156852015-05-18 20:22:29477 "tiles/picture_layer_tiling.cc",
478 "tiles/picture_layer_tiling.h",
479 "tiles/picture_layer_tiling_set.cc",
480 "tiles/picture_layer_tiling_set.h",
481 "tiles/prioritized_tile.cc",
482 "tiles/prioritized_tile.h",
483 "tiles/raster_tile_priority_queue.cc",
484 "tiles/raster_tile_priority_queue.h",
485 "tiles/raster_tile_priority_queue_all.cc",
486 "tiles/raster_tile_priority_queue_all.h",
487 "tiles/raster_tile_priority_queue_required.cc",
488 "tiles/raster_tile_priority_queue_required.h",
vmpstr64cdba32016-03-03 00:38:40489 "tiles/software_image_decode_controller.cc",
490 "tiles/software_image_decode_controller.h",
danakj920156852015-05-18 20:22:29491 "tiles/tile.cc",
492 "tiles/tile.h",
493 "tiles/tile_draw_info.cc",
494 "tiles/tile_draw_info.h",
495 "tiles/tile_manager.cc",
496 "tiles/tile_manager.h",
497 "tiles/tile_priority.cc",
498 "tiles/tile_priority.h",
prashant.nb4d4f492016-04-29 12:51:28499 "tiles/tile_task_manager.cc",
500 "tiles/tile_task_manager.h",
danakj920156852015-05-18 20:22:29501 "tiles/tiling_set_eviction_queue.cc",
502 "tiles/tiling_set_eviction_queue.h",
503 "tiles/tiling_set_raster_queue_all.cc",
504 "tiles/tiling_set_raster_queue_all.h",
505 "tiles/tiling_set_raster_queue_required.cc",
506 "tiles/tiling_set_raster_queue_required.h",
brettw@chromium.orgd05751a22014-05-29 20:54:24507 "trees/blocking_task_runner.cc",
508 "trees/blocking_task_runner.h",
khushalsagar5d6eb982015-09-25 22:44:56509 "trees/channel_impl.h",
510 "trees/channel_main.h",
trchendba8b1502016-07-08 09:47:01511 "trees/clip_node.cc",
512 "trees/clip_node.h",
khushalsagar19458bd2015-12-08 02:19:01513 "trees/compositor_mode.h",
brettw@chromium.orgd05751a22014-05-29 20:54:24514 "trees/damage_tracker.cc",
515 "trees/damage_tracker.h",
vollick51ed1a22014-12-17 02:03:00516 "trees/draw_property_utils.cc",
517 "trees/draw_property_utils.h",
trchendba8b1502016-07-08 09:47:01518 "trees/effect_node.cc",
519 "trees/effect_node.h",
jamesrf313a212015-03-16 21:27:37520 "trees/latency_info_swap_promise_monitor.cc",
521 "trees/latency_info_swap_promise_monitor.h",
xingliue43518a2016-07-28 23:59:47522 "trees/layer_tree.cc",
523 "trees/layer_tree.h",
brettw@chromium.orgd05751a22014-05-29 20:54:24524 "trees/layer_tree_host.h",
525 "trees/layer_tree_host_client.h",
526 "trees/layer_tree_host_common.cc",
527 "trees/layer_tree_host_common.h",
528 "trees/layer_tree_host_impl.cc",
529 "trees/layer_tree_host_impl.h",
khushalsagar61567792016-09-17 00:13:58530 "trees/layer_tree_host_in_process.cc",
531 "trees/layer_tree_host_in_process.h",
ccameron00e438cd2015-03-12 06:18:14532 "trees/layer_tree_host_single_thread_client.h",
brettw@chromium.orgd05751a22014-05-29 20:54:24533 "trees/layer_tree_impl.cc",
534 "trees/layer_tree_impl.h",
loyso720c7c552016-11-10 23:16:39535 "trees/layer_tree_mutator.h",
brettw@chromium.orgd05751a22014-05-29 20:54:24536 "trees/layer_tree_settings.cc",
537 "trees/layer_tree_settings.h",
loyso6bd8b612016-11-11 07:00:02538 "trees/mutable_properties.h",
loyso6d6356e2016-11-02 23:41:08539 "trees/mutator_host.h",
loysobb93bef2015-07-03 00:19:50540 "trees/mutator_host_client.h",
vmpstrcdcb5f72014-09-11 00:58:37541 "trees/occlusion.cc",
542 "trees/occlusion.h",
brettw@chromium.orgd05751a22014-05-29 20:54:24543 "trees/occlusion_tracker.cc",
544 "trees/occlusion_tracker.h",
vollick51ed1a22014-12-17 02:03:00545 "trees/property_tree.cc",
546 "trees/property_tree.h",
547 "trees/property_tree_builder.cc",
548 "trees/property_tree_builder.h",
brettw@chromium.orgd05751a22014-05-29 20:54:24549 "trees/proxy.h",
khushalsagare3c9fa92015-10-28 02:08:29550 "trees/proxy_common.cc",
551 "trees/proxy_common.h",
khushalsagar0a226af2015-12-09 10:30:20552 "trees/proxy_impl.cc",
khushalsagar5d6eb982015-09-25 22:44:56553 "trees/proxy_impl.h",
khushalsagar0a226af2015-12-09 10:30:20554 "trees/proxy_main.cc",
khushalsagar5d6eb982015-09-25 22:44:56555 "trees/proxy_main.h",
khushalsagare0a38d42016-01-29 01:15:06556 "trees/remote_channel_impl.cc",
557 "trees/remote_channel_impl.h",
558 "trees/remote_channel_main.cc",
559 "trees/remote_channel_main.h",
dtrainor5ef644e2015-11-19 00:12:47560 "trees/remote_proto_channel.h",
enne@chromium.orgaeeedad2014-08-22 18:16:22561 "trees/scoped_abort_remaining_swap_promises.h",
trchendba8b1502016-07-08 09:47:01562 "trees/scroll_node.cc",
563 "trees/scroll_node.h",
brettw@chromium.orgd05751a22014-05-29 20:54:24564 "trees/single_thread_proxy.cc",
565 "trees/single_thread_proxy.h",
khushalsagar8297ae992016-09-14 20:51:23566 "trees/swap_promise_manager.cc",
567 "trees/swap_promise_manager.h",
jamesrf313a212015-03-16 21:27:37568 "trees/swap_promise_monitor.cc",
569 "trees/swap_promise_monitor.h",
khushalsagarb64b360d2015-10-21 19:25:16570 "trees/task_runner_provider.cc",
571 "trees/task_runner_provider.h",
khushalsagar5d6eb982015-09-25 22:44:56572 "trees/threaded_channel.cc",
573 "trees/threaded_channel.h",
trchendba8b1502016-07-08 09:47:01574 "trees/transform_node.cc",
575 "trees/transform_node.h",
brettw@chromium.orgd05751a22014-05-29 20:54:24576 "trees/tree_synchronizer.cc",
577 "trees/tree_synchronizer.h",
578 ]
579
agrieveefcd0222016-06-08 15:48:19580 if (current_cpu == "x86" || current_cpu == "x64") {
thakis4a0c5482015-06-08 20:51:29581 sources += [
582 "raster/texture_compressor_etc1_sse.cc",
583 "raster/texture_compressor_etc1_sse.h",
584 ]
585 }
586
brettwbc8b2a22015-07-28 18:24:42587 configs += [ "//build/config:precompiled_headers" ]
588
Brett Wilsone53895272014-09-23 23:41:46589 public_deps = [
jamesrf313a212015-03-16 21:27:37590 "//cc/base",
Brett Wilsone53895272014-09-23 23:41:46591 "//skia",
592 ]
brettw@chromium.orgd05751a22014-05-29 20:54:24593 deps = [
594 "//base",
595 "//base/third_party/dynamic_annotations",
dtrainorddb0b492015-10-19 20:14:44596 "//cc/proto",
jamesr16c04ff2014-11-24 22:24:57597 "//cc/surfaces:surface_id",
brettw@chromium.orgd05751a22014-05-29 20:54:24598 "//gpu",
jbromancba3d2f2014-09-16 01:04:24599 "//gpu/command_buffer/client:gles2_interface",
brettw@chromium.org6e44c302014-07-22 21:51:37600 "//media",
hubbedc658032016-10-04 01:34:59601 "//third_party/libyuv",
Nico Weber9d6e12942016-04-19 18:51:09602 "//ui/events:events_base",
brettw@chromium.orgd05751a22014-05-29 20:54:24603 "//ui/gfx",
604 "//ui/gfx/geometry",
ericrkf08855b42015-08-06 00:20:22605 "//ui/gl",
brettw@chromium.orgd05751a22014-05-29 20:54:24606 ]
607
brettw@chromium.org3ffa36a2014-07-24 21:01:50608 defines = [ "CC_IMPLEMENTATION=1" ]
brettw@chromium.orgd05751a22014-05-29 20:54:24609
fdegans75b3d092014-09-17 18:35:55610 if (!is_debug && (is_win || is_android)) {
brettw4cab0f12015-09-14 21:40:01611 configs -= [ "//build/config/compiler:default_optimization" ]
brettw@chromium.orgd05751a22014-05-29 20:54:24612 configs += [ "//build/config/compiler:optimize_max" ]
613 }
dyen8a145fb72016-03-31 00:37:51614
615 if (enable_vulkan) {
dyen136e05c2016-04-06 22:28:27616 sources += [
dyen136e05c2016-04-06 22:28:27617 "output/vulkan_renderer.cc",
618 "output/vulkan_renderer.h",
dyen8a145fb72016-03-31 00:37:51619 ]
620
dyen136e05c2016-04-06 22:28:27621 deps += [ "//gpu/vulkan" ]
dyen8a145fb72016-03-31 00:37:51622 }
brettw@chromium.orgd05751a22014-05-29 20:54:24623}
624
brettw2dbbe5b02016-07-14 19:38:57625static_library("test_support") {
Brett Wilson8f80ad0b2014-09-08 19:50:24626 testonly = true
brettw@chromium.orgd05751a22014-05-29 20:54:24627 sources = [
628 "test/animation_test_common.cc",
629 "test/animation_test_common.h",
loysobb93bef2015-07-03 00:19:50630 "test/animation_timelines_test_common.cc",
631 "test/animation_timelines_test_common.h",
brettw@chromium.orgd05751a22014-05-29 20:54:24632 "test/begin_frame_args_test.cc",
633 "test/begin_frame_args_test.h",
mithro6be81902015-12-04 05:58:46634 "test/begin_frame_source_test.cc",
635 "test/begin_frame_source_test.h",
khushalsagar0f081c42015-12-16 07:04:20636 "test/fake_channel_impl.cc",
637 "test/fake_channel_impl.h",
nyquistfbaee112016-06-24 23:15:13638 "test/fake_client_picture_cache.cc",
639 "test/fake_client_picture_cache.h",
danakj1120f4c2016-09-15 02:05:32640 "test/fake_compositor_frame_sink.cc",
641 "test/fake_compositor_frame_sink.h",
642 "test/fake_compositor_frame_sink_client.cc",
643 "test/fake_compositor_frame_sink_client.h",
brettw@chromium.orgd05751a22014-05-29 20:54:24644 "test/fake_content_layer_client.cc",
645 "test/fake_content_layer_client.h",
nyquistfbaee112016-06-24 23:15:13646 "test/fake_engine_picture_cache.cc",
647 "test/fake_engine_picture_cache.h",
danakj6e3bf8012014-12-16 18:27:53648 "test/fake_external_begin_frame_source.cc",
649 "test/fake_external_begin_frame_source.h",
nyquist16febb42016-02-12 00:15:04650 "test/fake_image_serialization_processor.cc",
651 "test/fake_image_serialization_processor.h",
khushalsagarb64b360d2015-10-21 19:25:16652 "test/fake_impl_task_runner_provider.h",
brettw@chromium.orgd05751a22014-05-29 20:54:24653 "test/fake_layer_tree_host.cc",
654 "test/fake_layer_tree_host.h",
655 "test/fake_layer_tree_host_client.cc",
656 "test/fake_layer_tree_host_client.h",
657 "test/fake_layer_tree_host_impl.cc",
658 "test/fake_layer_tree_host_impl.h",
659 "test/fake_layer_tree_host_impl_client.cc",
660 "test/fake_layer_tree_host_impl_client.h",
ajumad9432e32015-11-30 19:43:44661 "test/fake_mask_layer_impl.cc",
662 "test/fake_mask_layer_impl.h",
brettw@chromium.orgd05751a22014-05-29 20:54:24663 "test/fake_output_surface.cc",
664 "test/fake_output_surface.h",
665 "test/fake_output_surface_client.cc",
666 "test/fake_output_surface_client.h",
667 "test/fake_painted_scrollbar_layer.cc",
668 "test/fake_painted_scrollbar_layer.h",
669 "test/fake_picture_layer.cc",
670 "test/fake_picture_layer.h",
671 "test/fake_picture_layer_impl.cc",
672 "test/fake_picture_layer_impl.h",
673 "test/fake_picture_layer_tiling_client.cc",
674 "test/fake_picture_layer_tiling_client.h",
brettw@chromium.orgd05751a22014-05-29 20:54:24675 "test/fake_proxy.cc",
676 "test/fake_proxy.h",
prashant.nb4d4f492016-04-29 12:51:28677 "test/fake_raster_buffer_provider.cc",
678 "test/fake_raster_buffer_provider.h",
vmpstr41d68f82016-03-30 01:20:23679 "test/fake_raster_source.cc",
680 "test/fake_raster_source.h",
vmpstre17fd212016-03-30 20:03:32681 "test/fake_recording_source.cc",
682 "test/fake_recording_source.h",
khushalsagarbc0b8be2016-10-04 02:49:06683 "test/fake_remote_compositor_bridge.cc",
684 "test/fake_remote_compositor_bridge.h",
brettw@chromium.orgd05751a22014-05-29 20:54:24685 "test/fake_rendering_stats_instrumentation.h",
danakj61bf05f2015-05-26 23:28:56686 "test/fake_resource_provider.h",
brettw@chromium.orgd05751a22014-05-29 20:54:24687 "test/fake_scoped_ui_resource.cc",
688 "test/fake_scoped_ui_resource.h",
689 "test/fake_scrollbar.cc",
690 "test/fake_scrollbar.h",
691 "test/fake_tile_manager.cc",
692 "test/fake_tile_manager.h",
693 "test/fake_tile_manager_client.cc",
694 "test/fake_tile_manager_client.h",
prashant.nb4d4f492016-04-29 12:51:28695 "test/fake_tile_task_manager.cc",
696 "test/fake_tile_task_manager.h",
brettw@chromium.orgd05751a22014-05-29 20:54:24697 "test/fake_ui_resource_layer_tree_host_impl.cc",
698 "test/fake_ui_resource_layer_tree_host_impl.h",
699 "test/fake_video_frame_provider.cc",
700 "test/fake_video_frame_provider.h",
701 "test/geometry_test_utils.cc",
702 "test/geometry_test_utils.h",
khushalsagarb51998f2016-07-08 01:04:21703 "test/layer_internals_for_test.cc",
704 "test/layer_internals_for_test.h",
brettw@chromium.orgd05751a22014-05-29 20:54:24705 "test/layer_test_common.cc",
706 "test/layer_test_common.h",
khushalsagar04b10fac2016-10-11 00:19:44707 "test/layer_tree_host_remote_for_testing.cc",
708 "test/layer_tree_host_remote_for_testing.h",
brettw@chromium.orgd05751a22014-05-29 20:54:24709 "test/layer_tree_json_parser.cc",
710 "test/layer_tree_json_parser.h",
enne03dbe8ae2014-10-30 01:32:55711 "test/layer_tree_pixel_resource_test.cc",
712 "test/layer_tree_pixel_resource_test.h",
brettw@chromium.orgd05751a22014-05-29 20:54:24713 "test/layer_tree_pixel_test.cc",
714 "test/layer_tree_pixel_test.h",
weiliangc365a6fe2016-05-12 19:32:31715 "test/layer_tree_settings_for_testing.cc",
716 "test/layer_tree_settings_for_testing.h",
brettw@chromium.orgd05751a22014-05-29 20:54:24717 "test/layer_tree_test.cc",
718 "test/layer_tree_test.h",
mithro6be81902015-12-04 05:58:46719 "test/mock_helper.h",
weiliangc@chromium.orgba16cce2014-06-17 17:03:50720 "test/mock_occlusion_tracker.h",
jamesr@chromium.orgd5ba08c2014-06-18 07:01:08721 "test/ordered_simple_task_runner.cc",
722 "test/ordered_simple_task_runner.h",
brettw@chromium.orgd05751a22014-05-29 20:54:24723 "test/ordered_texture_map.cc",
724 "test/ordered_texture_map.h",
725 "test/paths.cc",
726 "test/paths.h",
nyquistfbaee112016-06-24 23:15:13727 "test/picture_cache_model.cc",
728 "test/picture_cache_model.h",
brettw@chromium.orgd05751a22014-05-29 20:54:24729 "test/pixel_comparator.cc",
730 "test/pixel_comparator.h",
731 "test/pixel_test.cc",
732 "test/pixel_test.h",
733 "test/pixel_test_output_surface.cc",
734 "test/pixel_test_output_surface.h",
brettw@chromium.orgd05751a22014-05-29 20:54:24735 "test/pixel_test_utils.cc",
736 "test/pixel_test_utils.h",
xingliu3c9b4cc2016-11-02 20:52:55737 "test/push_properties_counting_layer.cc",
738 "test/push_properties_counting_layer.h",
739 "test/push_properties_counting_layer_impl.cc",
740 "test/push_properties_counting_layer_impl.h",
khushalsagar0c4d7f1f2016-10-04 23:41:17741 "test/remote_client_layer_factory.cc",
742 "test/remote_client_layer_factory.h",
khushalsagare0a38d42016-01-29 01:15:06743 "test/remote_proto_channel_bridge.cc",
744 "test/remote_proto_channel_bridge.h",
brettw@chromium.orgd05751a22014-05-29 20:54:24745 "test/render_pass_test_utils.cc",
746 "test/render_pass_test_utils.h",
747 "test/scheduler_test_common.cc",
748 "test/scheduler_test_common.h",
749 "test/skia_common.cc",
750 "test/skia_common.h",
751 "test/solid_color_content_layer_client.cc",
752 "test/solid_color_content_layer_client.h",
danakjffc181a2016-07-22 22:48:43753 "test/stub_layer_tree_host_client.cc",
754 "test/stub_layer_tree_host_client.h",
755 "test/stub_layer_tree_host_single_thread_client.cc",
756 "test/stub_layer_tree_host_single_thread_client.h",
fsamuel7a615102015-10-23 21:25:16757 "test/surface_aggregator_test_helpers.cc",
758 "test/surface_aggregator_test_helpers.h",
759 "test/surface_hittest_test_helpers.cc",
760 "test/surface_hittest_test_helpers.h",
ericrk4e3aa5a2015-12-01 03:53:56761 "test/task_graph_runner_test_template.cc",
762 "test/task_graph_runner_test_template.h",
danakj1120f4c2016-09-15 02:05:32763 "test/test_compositor_frame_sink.cc",
764 "test/test_compositor_frame_sink.h",
brettw@chromium.orgd05751a22014-05-29 20:54:24765 "test/test_context_provider.cc",
766 "test/test_context_provider.h",
767 "test/test_context_support.cc",
768 "test/test_context_support.h",
769 "test/test_gles2_interface.cc",
770 "test/test_gles2_interface.h",
reveman22dd9292014-10-13 20:52:05771 "test/test_gpu_memory_buffer_manager.cc",
772 "test/test_gpu_memory_buffer_manager.h",
khushalsagar0a226af2015-12-09 10:30:20773 "test/test_hooks.cc",
774 "test/test_hooks.h",
reveman2232bce2014-10-29 01:28:05775 "test/test_image_factory.cc",
776 "test/test_image_factory.h",
satorux457770e2015-02-18 18:33:39777 "test/test_in_process_context_provider.cc",
778 "test/test_in_process_context_provider.h",
vmpstr6edf66ce2016-05-18 20:12:22779 "test/test_layer_tree_host_base.cc",
780 "test/test_layer_tree_host_base.h",
brettw@chromium.orgd05751a22014-05-29 20:54:24781 "test/test_occlusion_tracker.h",
782 "test/test_shared_bitmap_manager.cc",
783 "test/test_shared_bitmap_manager.h",
reveman34b7a1522015-03-23 20:27:47784 "test/test_task_graph_runner.cc",
785 "test/test_task_graph_runner.h",
brettw@chromium.orgd05751a22014-05-29 20:54:24786 "test/test_texture.cc",
787 "test/test_texture.h",
788 "test/test_tile_priorities.cc",
789 "test/test_tile_priorities.h",
prashant.n7c706022016-05-26 19:00:09790 "test/test_tile_task_runner.cc",
791 "test/test_tile_task_runner.h",
brettw@chromium.orgd05751a22014-05-29 20:54:24792 "test/test_web_graphics_context_3d.cc",
793 "test/test_web_graphics_context_3d.h",
brettw@chromium.orgd05751a22014-05-29 20:54:24794 ]
brettw1deb76bc2015-02-18 19:28:20795
brettwbc8b2a22015-07-28 18:24:42796 configs += [ "//build/config:precompiled_headers" ]
brettw@chromium.orgd05751a22014-05-29 20:54:24797
Brett Wilson0380637c2014-09-19 21:24:40798 public_deps = [
799 ":cc",
Brett Wilsone53895272014-09-23 23:41:46800 "//gpu:test_support",
Brett Wilson0380637c2014-09-19 21:24:40801 ]
brettw@chromium.orgd05751a22014-05-29 20:54:24802 deps = [
803 "//base",
jamesr16c04ff2014-11-24 22:24:57804 "//base/test:test_support",
brettw@chromium.orgd05751a22014-05-29 20:54:24805 "//base/third_party/dynamic_annotations",
khushalsagare0a38d42016-01-29 01:15:06806 "//cc/proto",
fsamuel7a615102015-10-23 21:25:16807 "//cc/surfaces",
808 "//cc/surfaces:surface_id",
brettw@chromium.orgd05751a22014-05-29 20:54:24809 "//gpu/command_buffer/client:gles2_c_lib",
810 "//gpu/command_buffer/client:gles2_implementation",
oetuaho@nvidia.com845c4e32014-08-13 11:50:40811 "//gpu/command_buffer/common:gles2_utils",
fsamuel600b99e2016-11-11 07:50:26812 "//gpu/ipc:gl_in_process_context",
brettw@chromium.orgd05751a22014-05-29 20:54:24813 "//gpu/skia_bindings",
jamesr16c04ff2014-11-24 22:24:57814 "//media",
brettw@chromium.orgd05751a22014-05-29 20:54:24815 "//skia",
816 "//testing/gmock",
817 "//testing/gtest",
brettw@chromium.orgd05751a22014-05-29 20:54:24818 "//ui/gfx",
tfarina@chromium.orge54a1f522014-07-22 23:26:48819 "//ui/gfx:test_support",
agrieved7a71c882015-11-20 19:53:28820 "//ui/gfx/geometry",
brettw@chromium.orgd05751a22014-05-29 20:54:24821 "//ui/gl",
sadrulba162cd2015-07-20 22:34:26822 "//ui/gl:test_support",
brettw@chromium.orgd05751a22014-05-29 20:54:24823 ]
agrieve48bd27e2016-06-22 21:04:07824 if (!is_android) {
825 data_deps = [
826 "//third_party/mesa:osmesa",
827 ]
828 }
brettw@chromium.orgd05751a22014-05-29 20:54:24829}
830
brettw4897a612015-03-02 23:13:15831test("cc_unittests") {
832 sources = [
loysobb93bef2015-07-03 00:19:50833 "animation/animation_host_unittest.cc",
834 "animation/animation_player_unittest.cc",
835 "animation/animation_timeline_unittest.cc",
brettw4897a612015-03-02 23:13:15836 "animation/animation_unittest.cc",
loysobb93bef2015-07-03 00:19:50837 "animation/element_animations_unittest.cc",
brettw4897a612015-03-02 23:13:15838 "animation/keyframed_animation_curve_unittest.cc",
brettw4897a612015-03-02 23:13:15839 "animation/scroll_offset_animation_curve_unittest.cc",
brettw4897a612015-03-02 23:13:15840 "animation/transform_operations_unittest.cc",
enne797d82332015-12-01 01:34:58841 "base/contiguous_container_unittest.cc",
brettwd649f6b2015-08-18 20:58:51842 "base/delayed_unique_notifier_unittest.cc",
brettw4897a612015-03-02 23:13:15843 "base/float_quad_unittest.cc",
jbroman7b5b0552015-05-28 03:36:58844 "base/histograms_unittest.cc",
prashant.n20ec56f2016-09-22 03:47:32845 "base/index_rect_unittest.cc",
prashant.n7f1fe3d2015-06-05 18:26:04846 "base/list_container_unittest.cc",
brettw4897a612015-03-02 23:13:15847 "base/math_util_unittest.cc",
vmpstrb10241fc2015-09-18 01:10:12848 "base/random_access_list_container_unittest.cc",
brettw4897a612015-03-02 23:13:15849 "base/region_unittest.cc",
850 "base/rolling_time_delta_history_unittest.cc",
vmpstrb3ceb8222015-09-23 20:25:25851 "base/rtree_unittest.cc",
brettw4897a612015-03-02 23:13:15852 "base/simple_enclosed_region_unittest.cc",
prashant.n05192792016-09-24 03:38:20853 "base/spiral_iterator_unittest.cc",
brettw4897a612015-03-02 23:13:15854 "base/tiling_data_unittest.cc",
brettwd649f6b2015-08-18 20:58:51855 "base/unique_notifier_unittest.cc",
khushalsagar0c4d7f1f2016-10-04 23:41:17856 "blimp/compositor_state_deserializer_unittest.cc",
khushalsagarbc0b8be2016-10-04 02:49:06857 "blimp/layer_tree_host_remote_unittest.cc",
nyquistfbaee112016-06-24 23:15:13858 "blimp/picture_data_conversions_unittest.cc",
khushalsagarc48291b2016-11-04 05:53:13859 "blimp/synced_property_remote_unittest.cc",
nyquist74a9aca2015-12-01 22:39:04860 "debug/layer_tree_debug_state_unittest.cc",
brettw4897a612015-03-02 23:13:15861 "debug/micro_benchmark_controller_unittest.cc",
brettwd649f6b2015-08-18 20:58:51862 "debug/rendering_stats_unittest.cc",
mdjones2ee41afd2016-10-27 16:50:20863 "input/browser_controls_offset_manager_unittest.cc",
nyquist9de8ad82015-12-18 20:09:06864 "input/layer_selection_bound_unittest.cc",
tdresserd9e20142015-07-31 13:15:07865 "input/scroll_state_unittest.cc",
loyso455b4f602016-02-24 02:59:42866 "input/scrollbar_animation_controller_linear_fade_unittest.cc",
867 "input/scrollbar_animation_controller_thinning_unittest.cc",
fsamuelf76098e2016-05-18 17:26:51868 "ipc/cc_param_traits_unittest.cc",
fsamuel410c9602016-05-31 21:50:20869 "ipc/struct_traits_unittest.cc",
brettw4897a612015-03-02 23:13:15870 "layers/heads_up_display_layer_impl_unittest.cc",
871 "layers/heads_up_display_unittest.cc",
brettw4897a612015-03-02 23:13:15872 "layers/layer_impl_unittest.cc",
873 "layers/layer_iterator_unittest.cc",
vollick44d1c1f2016-03-02 20:59:43874 "layers/layer_list_iterator_unittest.cc",
brettw4897a612015-03-02 23:13:15875 "layers/layer_position_constraint_unittest.cc",
nyquist353b7d52015-11-06 22:26:53876 "layers/layer_proto_converter_unittest.cc",
brettw4897a612015-03-02 23:13:15877 "layers/layer_unittest.cc",
878 "layers/layer_utils_unittest.cc",
879 "layers/nine_patch_layer_impl_unittest.cc",
880 "layers/nine_patch_layer_unittest.cc",
881 "layers/painted_scrollbar_layer_impl_unittest.cc",
ccamerona54da382015-11-27 00:52:33882 "layers/painted_scrollbar_layer_unittest.cc",
brettw4897a612015-03-02 23:13:15883 "layers/picture_image_layer_unittest.cc",
884 "layers/picture_layer_impl_unittest.cc",
885 "layers/picture_layer_unittest.cc",
886 "layers/render_surface_impl_unittest.cc",
887 "layers/render_surface_unittest.cc",
888 "layers/scrollbar_layer_unittest.cc",
889 "layers/solid_color_layer_impl_unittest.cc",
890 "layers/solid_color_scrollbar_layer_impl_unittest.cc",
891 "layers/surface_layer_impl_unittest.cc",
892 "layers/surface_layer_unittest.cc",
893 "layers/texture_layer_impl_unittest.cc",
894 "layers/texture_layer_unittest.cc",
brettw4897a612015-03-02 23:13:15895 "layers/ui_resource_layer_impl_unittest.cc",
896 "layers/ui_resource_layer_unittest.cc",
dalecurtisb8396642015-06-09 18:38:14897 "layers/video_frame_provider_client_impl_unittest.cc",
brettw4897a612015-03-02 23:13:15898 "layers/video_layer_impl_unittest.cc",
ymalik99740e852016-04-07 04:18:13899 "layers/viewport_unittest.cc",
brettw4897a612015-03-02 23:13:15900 "output/begin_frame_args_unittest.cc",
brettwd649f6b2015-08-18 20:58:51901 "output/bsp_tree_unittest.cc",
ericrk9151705c2016-07-26 19:53:16902 "output/buffer_to_texture_target_map_unittest.cc",
danakje41d978a2016-09-19 21:09:28903 "output/compositor_frame_sink_unittest.cc",
ericrkf6c4fb62016-08-30 23:27:24904 "output/context_cache_controller_unittest.cc",
brettw4897a612015-03-02 23:13:15905 "output/filter_operations_unittest.cc",
906 "output/gl_renderer_unittest.cc",
danakj920156852015-05-18 20:22:29907 "output/layer_quad_unittest.cc",
nyquist1d29b062015-12-02 02:48:18908 "output/managed_memory_policy_unittest.cc",
brettw4897a612015-03-02 23:13:15909 "output/overlay_unittest.cc",
910 "output/renderer_pixeltest.cc",
nyquistb974b9a2015-12-02 00:08:35911 "output/renderer_settings_unittest.cc",
brettw4897a612015-03-02 23:13:15912 "output/shader_unittest.cc",
913 "output/software_renderer_unittest.cc",
danakj920156852015-05-18 20:22:29914 "output/texture_mailbox_deleter_unittest.cc",
fmalita7913ee52015-09-09 19:47:31915 "playback/discardable_image_map_unittest.cc",
danakj920156852015-05-18 20:22:29916 "playback/display_item_list_unittest.cc",
vmpstr41d68f82016-03-30 01:20:23917 "playback/raster_source_unittest.cc",
vmpstre17fd212016-03-30 20:03:32918 "playback/recording_source_unittest.cc",
khushalsagar37694212016-01-15 20:46:48919 "proto/base_conversions_unittest.cc",
nyquist04b8bd2e2015-11-24 10:04:17920 "proto/cc_conversions_unittest.cc",
dtrainorddb0b492015-10-19 20:14:44921 "proto/gfx_conversions_unittest.cc",
nyquist1d29b062015-12-02 02:48:18922 "proto/gpu_conversions_unittest.cc",
dtrainor543858f52015-10-23 20:13:55923 "proto/skia_conversions_unittest.cc",
sunxdc36713a2016-03-03 22:31:10924 "proto/synced_property_conversions_unittest.cc",
brettwd649f6b2015-08-18 20:58:51925 "quads/draw_polygon_unittest.cc",
brettw4897a612015-03-02 23:13:15926 "quads/draw_quad_unittest.cc",
brettw4897a612015-03-02 23:13:15927 "quads/render_pass_unittest.cc",
prashant.nb4d4f492016-04-29 12:51:28928 "raster/raster_buffer_provider_unittest.cc",
danakj920156852015-05-18 20:22:29929 "raster/scoped_gpu_raster_unittest.cc",
ericrk4e3aa5a2015-12-01 03:53:56930 "raster/single_thread_task_graph_runner_unittest.cc",
931 "raster/synchronous_task_graph_runner_unittest.cc",
danakj920156852015-05-18 20:22:29932 "raster/texture_compressor_etc1_unittest.cc",
brettw4897a612015-03-02 23:13:15933 "resources/platform_color_unittest.cc",
boliucb788f42015-07-22 23:49:28934 "resources/resource_pool_unittest.cc",
brettw4897a612015-03-02 23:13:15935 "resources/resource_provider_unittest.cc",
prashant.n8e494282015-08-03 07:13:41936 "resources/resource_util_unittest.cc",
brettw4897a612015-03-02 23:13:15937 "resources/scoped_resource_unittest.cc",
brettw4897a612015-03-02 23:13:15938 "resources/video_resource_updater_unittest.cc",
939 "scheduler/begin_frame_source_unittest.cc",
khushalsagar0b3d9e12016-01-14 21:10:18940 "scheduler/commit_earlyout_reason_unittest.cc",
brianderson68749812015-07-07 22:39:39941 "scheduler/compositor_timing_history_unittest.cc",
brettw4897a612015-03-02 23:13:15942 "scheduler/delay_based_time_source_unittest.cc",
943 "scheduler/scheduler_state_machine_unittest.cc",
944 "scheduler/scheduler_unittest.cc",
mithro6be81902015-12-04 05:58:46945 "test/begin_frame_source_test_unittest.cc",
brettw4897a612015-03-02 23:13:15946 "test/layer_tree_json_parser_unittest.cc",
mithro6be81902015-12-04 05:58:46947 "test/mock_helper_unittest.cc",
brettwd649f6b2015-08-18 20:58:51948 "test/ordered_simple_task_runner_unittest.cc",
brettw4897a612015-03-02 23:13:15949 "test/test_web_graphics_context_3d_unittest.cc",
ericrkd2ff2a132016-04-11 22:16:00950 "tiles/gpu_image_decode_controller_unittest.cc",
vmpstrf8c96db2016-09-19 20:04:51951 "tiles/image_manager_unittest.cc",
ericrkc7ebaa12016-06-09 21:05:55952 "tiles/mipmap_util_unittest.cc",
danakj920156852015-05-18 20:22:29953 "tiles/picture_layer_tiling_set_unittest.cc",
954 "tiles/picture_layer_tiling_unittest.cc",
vmpstr64cdba32016-03-03 00:38:40955 "tiles/software_image_decode_controller_unittest.cc",
danakj920156852015-05-18 20:22:29956 "tiles/tile_manager_unittest.cc",
957 "tiles/tile_priority_unittest.cc",
brettw4897a612015-03-02 23:13:15958 "trees/blocking_task_runner_unittest.cc",
959 "trees/damage_tracker_unittest.cc",
brettw4897a612015-03-02 23:13:15960 "trees/layer_tree_host_common_unittest.cc",
961 "trees/layer_tree_host_impl_unittest.cc",
962 "trees/layer_tree_host_pixeltest_blending.cc",
963 "trees/layer_tree_host_pixeltest_filters.cc",
964 "trees/layer_tree_host_pixeltest_masks.cc",
965 "trees/layer_tree_host_pixeltest_readback.cc",
danakjd63f8a62016-08-24 03:26:48966 "trees/layer_tree_host_pixeltest_scrollbars.cc",
brettw4897a612015-03-02 23:13:15967 "trees/layer_tree_host_pixeltest_synchronous.cc",
danakje0b54782015-05-29 22:47:52968 "trees/layer_tree_host_pixeltest_tiles.cc",
brettw4897a612015-03-02 23:13:15969 "trees/layer_tree_host_unittest.cc",
970 "trees/layer_tree_host_unittest_animation.cc",
971 "trees/layer_tree_host_unittest_context.cc",
972 "trees/layer_tree_host_unittest_copyrequest.cc",
973 "trees/layer_tree_host_unittest_damage.cc",
brettw4897a612015-03-02 23:13:15974 "trees/layer_tree_host_unittest_occlusion.cc",
975 "trees/layer_tree_host_unittest_picture.cc",
976 "trees/layer_tree_host_unittest_proxy.cc",
khushalsagarb54107d02015-12-10 20:20:56977 "trees/layer_tree_host_unittest_record_gpu_histogram.cc",
khushalsagarb0d86912016-01-30 02:47:17978 "trees/layer_tree_host_unittest_remote_server.cc",
brettw4897a612015-03-02 23:13:15979 "trees/layer_tree_host_unittest_scroll.cc",
nyquist4f5e8afd2016-01-14 17:40:36980 "trees/layer_tree_host_unittest_serialization.cc",
brettw4897a612015-03-02 23:13:15981 "trees/layer_tree_host_unittest_video.cc",
982 "trees/layer_tree_impl_unittest.cc",
983 "trees/occlusion_tracker_unittest.cc",
984 "trees/occlusion_unittest.cc",
985 "trees/property_tree_unittest.cc",
khushalsagar37694212016-01-15 20:46:48986 "trees/proxy_common_unittest.cc",
khushalsagar8297ae992016-09-14 20:51:23987 "trees/swap_promise_manager_unittest.cc",
brettw4897a612015-03-02 23:13:15988 "trees/tree_synchronizer_unittest.cc",
brettw@chromium.orgd05751a22014-05-29 20:54:24989
brettw4897a612015-03-02 23:13:15990 # Surfaces test files.
danakj1120f4c2016-09-15 02:05:32991 "surfaces/direct_compositor_frame_sink_unittest.cc",
brettwd649f6b2015-08-18 20:58:51992 "surfaces/display_scheduler_unittest.cc",
993 "surfaces/display_unittest.cc",
brettw4897a612015-03-02 23:13:15994 "surfaces/surface_aggregator_unittest.cc",
brettwd649f6b2015-08-18 20:58:51995 "surfaces/surface_factory_unittest.cc",
lfg8d07c91d2015-08-07 16:13:20996 "surfaces/surface_hittest_unittest.cc",
kylechar0de37322016-11-03 15:25:57997 "surfaces/surface_manager_ref_unittest.cc",
enne4e3c9d52016-03-09 00:25:12998 "surfaces/surface_manager_unittest.cc",
fsamuel34396562016-10-06 15:01:21999 "surfaces/surface_sequence_generator_unittest.cc",
brettw4897a612015-03-02 23:13:151000 "surfaces/surface_unittest.cc",
1001 "surfaces/surfaces_pixeltest.cc",
brettw@chromium.orgd05751a22014-05-29 20:54:241002
brettw4897a612015-03-02 23:13:151003 # Setup.
1004 "test/cc_test_suite.cc",
1005 "test/run_all_unittests.cc",
1006 ]
brettw@chromium.orgd05751a22014-05-29 20:54:241007
brettwbc8b2a22015-07-28 18:24:421008 configs += [ "//build/config:precompiled_headers" ]
agrievee41ae1902016-04-25 14:12:511009 if (!is_android) {
1010 data = [
1011 "test/data/",
1012 ]
1013 }
dpranke177c1e22015-07-22 23:07:431014
brettw4897a612015-03-02 23:13:151015 deps = [
1016 ":cc",
1017 ":test_support",
1018 "//base/test:test_support",
fsamuelf76098e2016-05-18 17:26:511019 "//cc/ipc",
fsamuel410c9602016-05-31 21:50:201020 "//cc/ipc:test_interfaces",
dtrainorddb0b492015-10-19 20:14:441021 "//cc/proto",
brettw4897a612015-03-02 23:13:151022 "//cc/surfaces",
1023 "//cc/surfaces:surface_id",
1024 "//gpu",
1025 "//gpu:test_support",
1026 "//gpu/command_buffer/client:gles2_interface",
1027 "//gpu/command_buffer/common:gles2_utils",
1028 "//media",
fsamuel410c9602016-05-31 21:50:201029 "//mojo/edk/system",
1030 "//mojo/public/cpp/bindings",
brettw4897a612015-03-02 23:13:151031 "//testing/gmock",
1032 "//testing/gtest",
Nico Weber9d6e12942016-04-19 18:51:091033 "//ui/events:events_base",
brettw4897a612015-03-02 23:13:151034 "//ui/gfx",
brettw4897a612015-03-02 23:13:151035 "//ui/gfx:test_support",
agrieved7a71c882015-11-20 19:53:281036 "//ui/gfx/geometry",
brettw4897a612015-03-02 23:13:151037 "//ui/gl",
sadrulba162cd2015-07-20 22:34:261038 "//ui/gl:test_support",
brettw4897a612015-03-02 23:13:151039 ]
dpranke177c1e22015-07-22 23:07:431040
vmpstr9116a70f2015-10-14 23:48:341041 data_deps = [
1042 "//third_party/mesa:osmesa",
1043 ]
brettw@chromium.orgd05751a22014-05-29 20:54:241044}
1045
1046test("cc_perftests") {
brettw@chromium.org6e44c302014-07-22 21:51:371047 sources = [
loysoa4a59a42016-02-10 06:49:261048 "animation/animation_host_perftest.cc",
fsamuelbb47aac2016-07-08 01:05:531049 "ipc/cc_serialization_perftest.cc",
brettw@chromium.org6e44c302014-07-22 21:51:371050 "layers/layer_perftest.cc",
1051 "layers/picture_layer_impl_perftest.cc",
danakj4e214032016-09-08 19:08:231052 "output/bsp_tree_perftest.cc",
vmpstr0b044512015-05-29 02:58:031053 "quads/draw_quad_perftest.cc",
prashant.nb4d4f492016-04-29 12:51:281054 "raster/raster_buffer_provider_perftest.cc",
danakj920156852015-05-18 20:22:291055 "raster/task_graph_runner_perftest.cc",
1056 "raster/texture_compressor_perftest.cc",
jbauman39be2012015-04-16 01:33:081057 "surfaces/surface_aggregator_perftest.cc",
brettw@chromium.org6e44c302014-07-22 21:51:371058 "test/cc_test_suite.cc",
1059 "test/run_all_perftests.cc",
danakj920156852015-05-18 20:22:291060 "tiles/tile_manager_perftest.cc",
brettw@chromium.org6e44c302014-07-22 21:51:371061 "trees/layer_tree_host_common_perftest.cc",
1062 "trees/layer_tree_host_perftest.cc",
brettw@chromium.org6e44c302014-07-22 21:51:371063 ]
dpranke8ec93a3a2015-02-20 23:36:081064
brettw@chromium.org6e44c302014-07-22 21:51:371065 deps = [
1066 ":cc",
1067 ":test_support",
1068 "//base",
jamesr16c04ff2014-11-24 22:24:571069 "//base/test:test_support",
fsamuelf76098e2016-05-18 17:26:511070 "//cc/ipc",
fsamuelbb47aac2016-07-08 01:05:531071 "//cc/ipc:interfaces",
jbauman39be2012015-04-16 01:33:081072 "//cc/surfaces",
1073 "//cc/surfaces:surface_id",
brettw@chromium.org6e44c302014-07-22 21:51:371074 "//gpu",
brettw@chromium.orgc7990db2014-07-23 22:35:101075 "//gpu:test_support",
oetuaho@nvidia.com845c4e32014-08-13 11:50:401076 "//gpu/command_buffer/common:gles2_utils",
brettw@chromium.org6e44c302014-07-22 21:51:371077 "//media",
fsamuelbb47aac2016-07-08 01:05:531078 "//mojo/edk/system",
1079 "//mojo/public/cpp/bindings",
brettw@chromium.org6e44c302014-07-22 21:51:371080 "//skia",
1081 "//testing/gmock",
1082 "//testing/gtest",
1083 "//testing/perf",
1084 "//ui/gfx",
1085 "//ui/gfx/geometry",
jamesr16c04ff2014-11-24 22:24:571086 "//ui/gl",
sadrulba162cd2015-07-20 22:34:261087 "//ui/gl:test_support",
brettw@chromium.org6e44c302014-07-22 21:51:371088 ]
krasinca63e412016-05-12 02:53:251089
1090 # This target should not require the Chrome executable to run.
1091 assert_no_deps = [ "//chrome" ]
jbudorickbdd15902016-09-15 21:05:421092
1093 data = [
1094 "test/data/",
eyaich7c79b912016-10-29 00:39:251095
1096 # Needed for isolate script to execute.
1097 "//testing/scripts/common.py",
1098 "//testing/xvfb.py",
1099 "//testing/scripts/run_gtest_perf_test.py",
eyaich082a30c2016-11-04 20:20:571100 "//tools/perf/generate_legacy_perf_dashboard_json.py",
jbudorickbdd15902016-09-15 21:05:421101 ]
brettw@chromium.org6e44c302014-07-22 21:51:371102}