OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 { | 5 { |
6 'variables': { | 6 'variables': { |
7 'chromium_code': 1, | 7 'chromium_code': 1, |
8 'cc_source_files': [ | 8 'cc_source_files': [ |
9 'animation/animation.cc', | 9 'animation/animation.cc', |
10 'animation/animation.h', | 10 'animation/animation.h', |
11 'animation/animation_curve.cc', | 11 'animation/animation_curve.cc', |
12 'animation/animation_curve.h', | 12 'animation/animation_curve.h', |
13 'animation/animation_events.cc', | 13 'animation/animation_events.cc', |
14 'animation/animation_events.h', | 14 'animation/animation_events.h', |
15 'animation/animation_id_provider.cc', | 15 'animation/animation_id_provider.cc', |
16 'animation/animation_id_provider.h', | 16 'animation/animation_id_provider.h', |
17 'animation/animation_registrar.cc', | 17 'animation/animation_registrar.cc', |
18 'animation/animation_registrar.h', | 18 'animation/animation_registrar.h', |
| 19 'animation/keyframed_animation_curve.cc', |
| 20 'animation/keyframed_animation_curve.h', |
| 21 'animation/layer_animation_controller.cc', |
| 22 'animation/layer_animation_controller.h', |
| 23 'animation/layer_animation_event_observer.h', |
| 24 'animation/layer_animation_value_observer.h', |
| 25 'animation/scrollbar_animation_controller.h', |
| 26 'animation/scrollbar_animation_controller_linear_fade.cc', |
| 27 'animation/scrollbar_animation_controller_linear_fade.h', |
| 28 'animation/timing_function.cc', |
| 29 'animation/timing_function.h', |
| 30 'animation/transform_operation.cc', |
| 31 'animation/transform_operation.h', |
| 32 'animation/transform_operations.cc', |
| 33 'animation/transform_operations.h', |
| 34 'base/completion_event.h', |
| 35 'base/hash_pair.h', |
| 36 'base/math_util.cc', |
| 37 'base/math_util.h', |
| 38 'base/region.cc', |
| 39 'base/region.h', |
| 40 'base/scoped_ptr_algorithm.h', |
| 41 'base/scoped_ptr_deque.h', |
| 42 'base/scoped_ptr_hash_map.h', |
| 43 'base/scoped_ptr_vector.h', |
| 44 'base/switches.cc', |
| 45 'base/switches.h', |
| 46 'base/thread.h', |
| 47 'base/thread_impl.cc', |
| 48 'base/thread_impl.h', |
| 49 'base/tiling_data.cc', |
| 50 'base/tiling_data.h', |
| 51 'base/util.h', |
| 52 'base/worker_pool.cc', |
| 53 'base/worker_pool.h', |
| 54 'debug/debug_colors.cc', |
| 55 'debug/debug_colors.h', |
| 56 'debug/debug_rect_history.cc', |
| 57 'debug/debug_rect_history.h', |
| 58 'debug/devtools_instrumentation.h', |
| 59 'debug/fake_web_graphics_context_3d.cc', |
| 60 'debug/fake_web_graphics_context_3d.h', |
| 61 'debug/frame_rate_counter.cc', |
| 62 'debug/frame_rate_counter.h', |
| 63 'debug/latency_info.cc', |
| 64 'debug/latency_info.h', |
| 65 'debug/layer_tree_debug_state.cc', |
| 66 'debug/layer_tree_debug_state.h', |
| 67 'debug/overdraw_metrics.cc', |
| 68 'debug/overdraw_metrics.h', |
| 69 'debug/paint_time_counter.cc', |
| 70 'debug/paint_time_counter.h', |
| 71 'debug/rendering_stats.cc', |
| 72 'debug/rendering_stats.h', |
| 73 'debug/rendering_stats_instrumentation.cc', |
| 74 'debug/rendering_stats_instrumentation.h', |
| 75 'debug/ring_buffer.h', |
| 76 'input/input_handler.h', |
| 77 'input/page_scale_animation.cc', |
| 78 'input/page_scale_animation.h', |
| 79 'input/pinch_zoom_scrollbar.cc', |
| 80 'input/pinch_zoom_scrollbar.h', |
| 81 'input/pinch_zoom_scrollbar_geometry.cc', |
| 82 'input/pinch_zoom_scrollbar_geometry.h', |
| 83 'input/pinch_zoom_scrollbar_painter.cc', |
| 84 'input/pinch_zoom_scrollbar_painter.h', |
| 85 'input/top_controls_manager.cc', |
| 86 'input/top_controls_manager.h', |
| 87 'input/top_controls_manager_client.h', |
19 'layers/append_quads_data.h', | 88 'layers/append_quads_data.h', |
20 'resources/bitmap_content_layer_updater.cc', | 89 'layers/content_layer.cc', |
21 'resources/bitmap_content_layer_updater.h', | 90 'layers/content_layer.h', |
22 'resources/bitmap_skpicture_content_layer_updater.cc', | 91 'layers/content_layer_client.h', |
23 'resources/bitmap_skpicture_content_layer_updater.h', | 92 'layers/contents_scaling_layer.cc', |
24 'resources/caching_bitmap_content_layer_updater.cc', | 93 'layers/contents_scaling_layer.h', |
25 'resources/caching_bitmap_content_layer_updater.h', | 94 'layers/delegated_renderer_layer.cc', |
26 'quads/checkerboard_draw_quad.cc', | 95 'layers/delegated_renderer_layer.h', |
27 'quads/checkerboard_draw_quad.h', | 96 'layers/delegated_renderer_layer_impl.cc', |
28 'base/completion_event.h', | 97 'layers/delegated_renderer_layer_impl.h', |
| 98 'layers/draw_properties.h', |
| 99 'layers/heads_up_display_layer.cc', |
| 100 'layers/heads_up_display_layer.h', |
| 101 'layers/heads_up_display_layer_impl.cc', |
| 102 'layers/heads_up_display_layer_impl.h', |
| 103 'layers/image_layer.cc', |
| 104 'layers/image_layer.h', |
| 105 'layers/io_surface_layer.cc', |
| 106 'layers/io_surface_layer.h', |
| 107 'layers/io_surface_layer_impl.cc', |
| 108 'layers/io_surface_layer_impl.h', |
| 109 'layers/layer.cc', |
| 110 'layers/layer.h', |
| 111 'layers/layer_impl.cc', |
| 112 'layers/layer_impl.h', |
| 113 'layers/layer_iterator.cc', |
| 114 'layers/layer_iterator.h', |
| 115 'layers/layer_lists.h', |
| 116 'layers/layer_position_constraint.cc', |
| 117 'layers/layer_position_constraint.h', |
| 118 'layers/nine_patch_layer.cc', |
| 119 'layers/nine_patch_layer.h', |
| 120 'layers/nine_patch_layer_impl.cc', |
| 121 'layers/nine_patch_layer_impl.h', |
| 122 'layers/paint_properties.h', |
| 123 'layers/picture_image_layer.cc', |
| 124 'layers/picture_image_layer.h', |
| 125 'layers/picture_image_layer_impl.cc', |
| 126 'layers/picture_image_layer_impl.h', |
| 127 'layers/picture_layer.cc', |
| 128 'layers/picture_layer.h', |
| 129 'layers/picture_layer_impl.cc', |
| 130 'layers/picture_layer_impl.h', |
| 131 'layers/quad_sink.h', |
| 132 'layers/render_pass_sink.h', |
| 133 'layers/render_surface.cc', |
| 134 'layers/render_surface.h', |
| 135 'layers/render_surface_impl.cc', |
| 136 'layers/render_surface_impl.h', |
| 137 'layers/scrollbar_geometry_fixed_thumb.cc', |
| 138 'layers/scrollbar_geometry_fixed_thumb.h', |
| 139 'layers/scrollbar_geometry_stub.cc', |
| 140 'layers/scrollbar_geometry_stub.h', |
| 141 'layers/scrollbar_layer.cc', |
| 142 'layers/scrollbar_layer.h', |
| 143 'layers/scrollbar_layer_impl.cc', |
| 144 'layers/scrollbar_layer_impl.h', |
| 145 'layers/scrollbar_layer_impl_base.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/texture_layer.cc', |
| 151 'layers/texture_layer.h', |
| 152 'layers/texture_layer_client.h', |
| 153 'layers/texture_layer_impl.cc', |
| 154 'layers/texture_layer_impl.h', |
| 155 'layers/tiled_layer.cc', |
| 156 'layers/tiled_layer.h', |
| 157 'layers/tiled_layer_impl.cc', |
| 158 'layers/tiled_layer_impl.h', |
| 159 'layers/video_frame_provider.h', |
| 160 'layers/video_frame_provider_client_impl.cc', |
| 161 'layers/video_frame_provider_client_impl.h', |
| 162 'layers/video_layer.cc', |
| 163 'layers/video_layer.h', |
| 164 'layers/video_layer_impl.cc', |
| 165 'layers/video_layer_impl.h', |
29 'output/compositor_frame.cc', | 166 'output/compositor_frame.cc', |
30 'output/compositor_frame.h', | 167 'output/compositor_frame.h', |
31 'output/compositor_frame_ack.cc', | 168 'output/compositor_frame_ack.cc', |
32 'output/compositor_frame_ack.h', | 169 'output/compositor_frame_ack.h', |
33 'output/compositor_frame_metadata.cc', | 170 'output/compositor_frame_metadata.cc', |
34 'output/compositor_frame_metadata.h', | 171 'output/compositor_frame_metadata.h', |
35 'quads/content_draw_quad_base.cc', | |
36 'quads/content_draw_quad_base.h', | |
37 'layers/content_layer.cc', | |
38 'layers/content_layer.h', | |
39 'layers/content_layer_client.h', | |
40 'resources/content_layer_updater.cc', | |
41 'resources/content_layer_updater.h', | |
42 'layers/contents_scaling_layer.cc', | |
43 'layers/contents_scaling_layer.h', | |
44 'output/context_provider.h', | 172 'output/context_provider.h', |
45 'trees/damage_tracker.cc', | |
46 'trees/damage_tracker.h', | |
47 'quads/debug_border_draw_quad.cc', | |
48 'quads/debug_border_draw_quad.h', | |
49 'debug/debug_colors.cc', | |
50 'debug/debug_colors.h', | |
51 'debug/debug_rect_history.cc', | |
52 'debug/debug_rect_history.h', | |
53 'scheduler/delay_based_time_source.cc', | |
54 'scheduler/delay_based_time_source.h', | |
55 'output/delegated_frame_data.h', | 173 'output/delegated_frame_data.h', |
56 'output/delegated_frame_data.cc', | 174 'output/delegated_frame_data.cc', |
57 'layers/delegated_renderer_layer.cc', | |
58 'layers/delegated_renderer_layer.h', | |
59 'layers/delegated_renderer_layer_impl.cc', | |
60 'layers/delegated_renderer_layer_impl.h', | |
61 'output/delegating_renderer.cc', | 175 'output/delegating_renderer.cc', |
62 'output/delegating_renderer.h', | 176 'output/delegating_renderer.h', |
63 'debug/devtools_instrumentation.h', | |
64 'output/direct_renderer.cc', | 177 'output/direct_renderer.cc', |
65 'output/direct_renderer.h', | 178 'output/direct_renderer.h', |
66 'layers/draw_properties.h', | |
67 'quads/draw_quad.cc', | |
68 'quads/draw_quad.h', | |
69 'debug/fake_web_graphics_context_3d.cc', | |
70 'debug/fake_web_graphics_context_3d.h', | |
71 'scheduler/frame_rate_controller.cc', | |
72 'scheduler/frame_rate_controller.h', | |
73 'debug/frame_rate_counter.cc', | |
74 'debug/frame_rate_counter.h', | |
75 'output/geometry_binding.cc', | 179 'output/geometry_binding.cc', |
76 'output/geometry_binding.h', | 180 'output/geometry_binding.h', |
77 'output/gl_frame_data.h', | 181 'output/gl_frame_data.h', |
78 'output/gl_frame_data.cc', | 182 'output/gl_frame_data.cc', |
79 'output/gl_renderer.cc', | 183 'output/gl_renderer.cc', |
80 'output/gl_renderer.h', | 184 'output/gl_renderer.h', |
81 'output/gl_renderer_draw_cache.cc', | 185 'output/gl_renderer_draw_cache.cc', |
82 'output/gl_renderer_draw_cache.h', | 186 'output/gl_renderer_draw_cache.h', |
83 'base/hash_pair.h', | 187 'output/output_surface.cc', |
84 'layers/heads_up_display_layer.cc', | 188 'output/output_surface.h', |
85 'layers/heads_up_display_layer.h', | 189 'output/output_surface_client.h', |
86 'layers/heads_up_display_layer_impl.cc', | 190 'output/program_binding.cc', |
87 'layers/heads_up_display_layer_impl.h', | 191 'output/program_binding.h', |
| 192 'output/render_surface_filters.cc', |
| 193 'output/render_surface_filters.h', |
| 194 'output/renderer.cc', |
| 195 'output/renderer.h', |
| 196 'output/shader.cc', |
| 197 'output/shader.h', |
| 198 'output/software_frame_data.cc', |
| 199 'output/software_frame_data.h', |
| 200 'output/software_output_device.cc', |
| 201 'output/software_output_device.h', |
| 202 'output/software_renderer.cc', |
| 203 'output/software_renderer.h', |
| 204 'output/texture_copier.cc', |
| 205 'output/texture_copier.h', |
| 206 'quads/checkerboard_draw_quad.cc', |
| 207 'quads/checkerboard_draw_quad.h', |
| 208 'quads/content_draw_quad_base.cc', |
| 209 'quads/content_draw_quad_base.h', |
| 210 'quads/debug_border_draw_quad.cc', |
| 211 'quads/debug_border_draw_quad.h', |
| 212 'quads/draw_quad.cc', |
| 213 'quads/draw_quad.h', |
| 214 'quads/io_surface_draw_quad.cc', |
| 215 'quads/io_surface_draw_quad.h', |
| 216 'quads/picture_draw_quad.cc', |
| 217 'quads/picture_draw_quad.h', |
| 218 'quads/render_pass.cc', |
| 219 'quads/render_pass.h', |
| 220 'quads/render_pass_draw_quad.cc', |
| 221 'quads/render_pass_draw_quad.h', |
| 222 'quads/shared_quad_state.cc', |
| 223 'quads/shared_quad_state.h', |
| 224 'quads/solid_color_draw_quad.cc', |
| 225 'quads/solid_color_draw_quad.h', |
| 226 'quads/stream_video_draw_quad.cc', |
| 227 'quads/stream_video_draw_quad.h', |
| 228 'quads/texture_draw_quad.cc', |
| 229 'quads/texture_draw_quad.h', |
| 230 'quads/tile_draw_quad.cc', |
| 231 'quads/tile_draw_quad.h', |
| 232 'quads/yuv_video_draw_quad.cc', |
| 233 'quads/yuv_video_draw_quad.h', |
| 234 'resources/bitmap_content_layer_updater.cc', |
| 235 'resources/bitmap_content_layer_updater.h', |
| 236 'resources/bitmap_skpicture_content_layer_updater.cc', |
| 237 'resources/bitmap_skpicture_content_layer_updater.h', |
| 238 'resources/caching_bitmap_content_layer_updater.cc', |
| 239 'resources/caching_bitmap_content_layer_updater.h', |
| 240 'resources/content_layer_updater.cc', |
| 241 'resources/content_layer_updater.h', |
88 'resources/image_layer_updater.cc', | 242 'resources/image_layer_updater.cc', |
89 'resources/image_layer_updater.h', | 243 'resources/image_layer_updater.h', |
90 'layers/image_layer.cc', | |
91 'layers/image_layer.h', | |
92 'input/input_handler.h', | |
93 'quads/io_surface_draw_quad.cc', | |
94 'quads/io_surface_draw_quad.h', | |
95 'layers/io_surface_layer.cc', | |
96 'layers/io_surface_layer.h', | |
97 'layers/io_surface_layer_impl.cc', | |
98 'layers/io_surface_layer_impl.h', | |
99 'animation/keyframed_animation_curve.cc', | |
100 'animation/keyframed_animation_curve.h', | |
101 'debug/latency_info.cc', | |
102 'debug/latency_info.h', | |
103 'layers/layer.cc', | |
104 'layers/layer.h', | |
105 'animation/layer_animation_controller.cc', | |
106 'animation/layer_animation_controller.h', | |
107 'animation/layer_animation_event_observer.h', | |
108 'animation/layer_animation_value_observer.h', | |
109 'layers/layer_impl.cc', | |
110 'layers/layer_impl.h', | |
111 'layers/layer_iterator.cc', | |
112 'layers/layer_iterator.h', | |
113 'layers/layer_lists.h', | |
114 'resources/layer_painter.h', | 244 'resources/layer_painter.h', |
115 'layers/layer_position_constraint.cc', | |
116 'layers/layer_position_constraint.h', | |
117 'resources/layer_quad.cc', | 245 'resources/layer_quad.cc', |
118 'resources/layer_quad.h', | 246 'resources/layer_quad.h', |
119 'trees/layer_sorter.cc', | |
120 'trees/layer_sorter.h', | |
121 'resources/layer_tiling_data.cc', | 247 'resources/layer_tiling_data.cc', |
122 'resources/layer_tiling_data.h', | 248 'resources/layer_tiling_data.h', |
123 'debug/layer_tree_debug_state.cc', | |
124 'debug/layer_tree_debug_state.h', | |
125 'trees/layer_tree_host.cc', | |
126 'trees/layer_tree_host.h', | |
127 'trees/layer_tree_host_client.h', | |
128 'trees/layer_tree_host_common.cc', | |
129 'trees/layer_tree_host_common.h', | |
130 'trees/layer_tree_host_impl.cc', | |
131 'trees/layer_tree_host_impl.h', | |
132 'trees/layer_tree_impl.cc', | |
133 'trees/layer_tree_impl.h', | |
134 'trees/layer_tree_settings.cc', | |
135 'trees/layer_tree_settings.h', | |
136 'resources/layer_updater.cc', | 249 'resources/layer_updater.cc', |
137 'resources/layer_updater.h', | 250 'resources/layer_updater.h', |
138 'resources/managed_memory_policy.cc', | 251 'resources/managed_memory_policy.cc', |
139 'resources/managed_memory_policy.h', | 252 'resources/managed_memory_policy.h', |
140 'resources/managed_tile_state.cc', | 253 'resources/managed_tile_state.cc', |
141 'resources/managed_tile_state.h', | 254 'resources/managed_tile_state.h', |
142 'base/math_util.cc', | |
143 'base/math_util.h', | |
144 'resources/memory_history.cc', | 255 'resources/memory_history.cc', |
145 'resources/memory_history.h', | 256 'resources/memory_history.h', |
146 'layers/nine_patch_layer.cc', | |
147 'layers/nine_patch_layer.h', | |
148 'layers/nine_patch_layer_impl.cc', | |
149 'layers/nine_patch_layer_impl.h', | |
150 'trees/occlusion_tracker.cc', | |
151 'trees/occlusion_tracker.h', | |
152 'output/output_surface.cc', | |
153 'output/output_surface.h', | |
154 'output/output_surface_client.h', | |
155 'debug/overdraw_metrics.cc', | |
156 'debug/overdraw_metrics.h', | |
157 'layers/paint_properties.h', | |
158 'input/page_scale_animation.cc', | |
159 'input/page_scale_animation.h', | |
160 'debug/paint_time_counter.cc', | |
161 'debug/paint_time_counter.h', | |
162 'resources/picture.cc', | 257 'resources/picture.cc', |
163 'resources/picture.h', | 258 'resources/picture.h', |
164 'quads/picture_draw_quad.cc', | |
165 'quads/picture_draw_quad.h', | |
166 'layers/picture_image_layer.cc', | |
167 'layers/picture_image_layer.h', | |
168 'layers/picture_image_layer_impl.cc', | |
169 'layers/picture_image_layer_impl.h', | |
170 'layers/picture_layer.cc', | |
171 'layers/picture_layer.h', | |
172 'layers/picture_layer_impl.cc', | |
173 'layers/picture_layer_impl.h', | |
174 'resources/picture_layer_tiling.cc', | 259 'resources/picture_layer_tiling.cc', |
175 'resources/picture_layer_tiling.h', | 260 'resources/picture_layer_tiling.h', |
176 'resources/picture_layer_tiling_set.cc', | 261 'resources/picture_layer_tiling_set.cc', |
177 'resources/picture_layer_tiling_set.h', | 262 'resources/picture_layer_tiling_set.h', |
178 'resources/picture_pile.cc', | 263 'resources/picture_pile.cc', |
179 'resources/picture_pile.h', | 264 'resources/picture_pile.h', |
180 'resources/picture_pile_base.cc', | 265 'resources/picture_pile_base.cc', |
181 'resources/picture_pile_base.h', | 266 'resources/picture_pile_base.h', |
182 'resources/picture_pile_impl.cc', | 267 'resources/picture_pile_impl.cc', |
183 'resources/picture_pile_impl.h', | 268 'resources/picture_pile_impl.h', |
184 'input/pinch_zoom_scrollbar.cc', | |
185 'input/pinch_zoom_scrollbar.h', | |
186 'input/pinch_zoom_scrollbar_geometry.cc', | |
187 'input/pinch_zoom_scrollbar_geometry.h', | |
188 'input/pinch_zoom_scrollbar_painter.cc', | |
189 'input/pinch_zoom_scrollbar_painter.h', | |
190 'resources/platform_color.h', | 269 'resources/platform_color.h', |
191 'resources/prioritized_resource.cc', | 270 'resources/prioritized_resource.cc', |
192 'resources/prioritized_resource.h', | 271 'resources/prioritized_resource.h', |
193 'resources/prioritized_resource_manager.cc', | 272 'resources/prioritized_resource_manager.cc', |
194 'resources/prioritized_resource_manager.h', | 273 'resources/prioritized_resource_manager.h', |
195 'resources/priority_calculator.cc', | 274 'resources/priority_calculator.cc', |
196 'resources/priority_calculator.h', | 275 'resources/priority_calculator.h', |
197 'output/program_binding.cc', | |
198 'output/program_binding.h', | |
199 'trees/proxy.cc', | |
200 'trees/proxy.h', | |
201 'trees/quad_culler.cc', | |
202 'trees/quad_culler.h', | |
203 'layers/quad_sink.h', | |
204 'resources/raster_worker_pool.cc', | 276 'resources/raster_worker_pool.cc', |
205 'resources/raster_worker_pool.h', | 277 'resources/raster_worker_pool.h', |
206 'scheduler/rate_limiter.cc', | |
207 'scheduler/rate_limiter.h', | |
208 'base/region.cc', | |
209 'base/region.h', | |
210 'quads/render_pass.cc', | |
211 'quads/render_pass.h', | |
212 'quads/render_pass_draw_quad.cc', | |
213 'quads/render_pass_draw_quad.h', | |
214 'layers/render_pass_sink.h', | |
215 'layers/render_surface.cc', | |
216 'layers/render_surface.h', | |
217 'output/render_surface_filters.cc', | |
218 'output/render_surface_filters.h', | |
219 'layers/render_surface_impl.cc', | |
220 'layers/render_surface_impl.h', | |
221 'output/renderer.cc', | |
222 'output/renderer.h', | |
223 'debug/rendering_stats.cc', | |
224 'debug/rendering_stats.h', | |
225 'debug/rendering_stats_instrumentation.cc', | |
226 'debug/rendering_stats_instrumentation.h', | |
227 'resources/resource.cc', | 278 'resources/resource.cc', |
228 'resources/resource.h', | 279 'resources/resource.h', |
229 'resources/resource_pool.cc', | 280 'resources/resource_pool.cc', |
230 'resources/resource_pool.h', | 281 'resources/resource_pool.h', |
231 'resources/resource_provider.cc', | 282 'resources/resource_provider.cc', |
232 'resources/resource_provider.h', | 283 'resources/resource_provider.h', |
233 'resources/resource_update.cc', | 284 'resources/resource_update.cc', |
234 'resources/resource_update.h', | 285 'resources/resource_update.h', |
235 'resources/resource_update_controller.cc', | 286 'resources/resource_update_controller.cc', |
236 'resources/resource_update_controller.h', | 287 'resources/resource_update_controller.h', |
237 'resources/resource_update_queue.cc', | 288 'resources/resource_update_queue.cc', |
238 'resources/resource_update_queue.h', | 289 'resources/resource_update_queue.h', |
239 'debug/ring_buffer.h', | 290 'resources/scoped_resource.cc', |
| 291 'resources/scoped_resource.h', |
| 292 'resources/skpicture_content_layer_updater.cc', |
| 293 'resources/skpicture_content_layer_updater.h', |
| 294 'resources/sync_point_helper.cc', |
| 295 'resources/sync_point_helper.h', |
| 296 'resources/texture_mailbox.cc', |
| 297 'resources/texture_mailbox.h', |
| 298 'resources/tile.cc', |
| 299 'resources/tile.h', |
| 300 'resources/tile_manager.cc', |
| 301 'resources/tile_manager.h', |
| 302 'resources/tile_priority.cc', |
| 303 'resources/tile_priority.h', |
| 304 'resources/transferable_resource.cc', |
| 305 'resources/transferable_resource.h', |
| 306 'resources/video_resource_updater.cc', |
| 307 'resources/video_resource_updater.h', |
| 308 'scheduler/delay_based_time_source.cc', |
| 309 'scheduler/delay_based_time_source.h', |
| 310 'scheduler/frame_rate_controller.cc', |
| 311 'scheduler/frame_rate_controller.h', |
| 312 'scheduler/rate_limiter.cc', |
| 313 'scheduler/rate_limiter.h', |
240 'scheduler/scheduler.cc', | 314 'scheduler/scheduler.cc', |
241 'scheduler/scheduler.h', | 315 'scheduler/scheduler.h', |
242 'scheduler/scheduler_settings.cc', | 316 'scheduler/scheduler_settings.cc', |
243 'scheduler/scheduler_settings.h', | 317 'scheduler/scheduler_settings.h', |
244 'scheduler/scheduler_state_machine.cc', | 318 'scheduler/scheduler_state_machine.cc', |
245 'scheduler/scheduler_state_machine.h', | 319 'scheduler/scheduler_state_machine.h', |
246 'base/scoped_ptr_algorithm.h', | 320 'scheduler/texture_uploader.cc', |
247 'base/scoped_ptr_deque.h', | 321 'scheduler/texture_uploader.h', |
248 'base/scoped_ptr_hash_map.h', | 322 'scheduler/time_source.h', |
249 'base/scoped_ptr_vector.h', | 323 'scheduler/vsync_time_source.cc', |
250 'resources/scoped_resource.cc', | 324 'scheduler/vsync_time_source.h', |
251 'resources/scoped_resource.h', | 325 'trees/damage_tracker.cc', |
252 'animation/scrollbar_animation_controller.h', | 326 'trees/damage_tracker.h', |
253 'animation/scrollbar_animation_controller_linear_fade.cc', | 327 'trees/layer_sorter.cc', |
254 'animation/scrollbar_animation_controller_linear_fade.h', | 328 'trees/layer_sorter.h', |
255 'layers/scrollbar_geometry_fixed_thumb.cc', | 329 'trees/layer_tree_host.cc', |
256 'layers/scrollbar_geometry_fixed_thumb.h', | 330 'trees/layer_tree_host.h', |
257 'layers/scrollbar_geometry_stub.cc', | 331 'trees/layer_tree_host_client.h', |
258 'layers/scrollbar_geometry_stub.h', | 332 'trees/layer_tree_host_common.cc', |
259 'layers/scrollbar_layer.cc', | 333 'trees/layer_tree_host_common.h', |
260 'layers/scrollbar_layer.h', | 334 'trees/layer_tree_host_impl.cc', |
261 'layers/scrollbar_layer_impl.cc', | 335 'trees/layer_tree_host_impl.h', |
262 'layers/scrollbar_layer_impl.h', | 336 'trees/layer_tree_impl.cc', |
263 'layers/scrollbar_layer_impl_base.h', | 337 'trees/layer_tree_impl.h', |
264 'output/shader.cc', | 338 'trees/layer_tree_settings.cc', |
265 'output/shader.h', | 339 'trees/layer_tree_settings.h', |
266 'quads/shared_quad_state.cc', | 340 'trees/occlusion_tracker.cc', |
267 'quads/shared_quad_state.h', | 341 'trees/occlusion_tracker.h', |
| 342 'trees/proxy.cc', |
| 343 'trees/proxy.h', |
| 344 'trees/quad_culler.cc', |
| 345 'trees/quad_culler.h', |
268 'trees/single_thread_proxy.cc', | 346 'trees/single_thread_proxy.cc', |
269 'trees/single_thread_proxy.h', | 347 'trees/single_thread_proxy.h', |
270 'resources/skpicture_content_layer_updater.cc', | |
271 'resources/skpicture_content_layer_updater.h', | |
272 'output/software_frame_data.cc', | |
273 'output/software_frame_data.h', | |
274 'output/software_output_device.cc', | |
275 'output/software_output_device.h', | |
276 'output/software_renderer.cc', | |
277 'output/software_renderer.h', | |
278 'quads/solid_color_draw_quad.cc', | |
279 'quads/solid_color_draw_quad.h', | |
280 'layers/solid_color_layer.cc', | |
281 'layers/solid_color_layer.h', | |
282 'layers/solid_color_layer_impl.cc', | |
283 'layers/solid_color_layer_impl.h', | |
284 'quads/stream_video_draw_quad.cc', | |
285 'quads/stream_video_draw_quad.h', | |
286 'base/switches.cc', | |
287 'base/switches.h', | |
288 'output/texture_copier.cc', | |
289 'output/texture_copier.h', | |
290 'quads/texture_draw_quad.cc', | |
291 'quads/texture_draw_quad.h', | |
292 'layers/texture_layer.cc', | |
293 'layers/texture_layer.h', | |
294 'layers/texture_layer_client.h', | |
295 'layers/texture_layer_impl.cc', | |
296 'layers/texture_layer_impl.h', | |
297 'resources/texture_mailbox.cc', | |
298 'resources/texture_mailbox.h', | |
299 'scheduler/texture_uploader.cc', | |
300 'scheduler/texture_uploader.h', | |
301 'base/thread.h', | |
302 'base/thread_impl.cc', | |
303 'base/thread_impl.h', | |
304 'trees/thread_proxy.cc', | 348 'trees/thread_proxy.cc', |
305 'trees/thread_proxy.h', | 349 'trees/thread_proxy.h', |
306 'resources/tile.cc', | |
307 'resources/tile.h', | |
308 'quads/tile_draw_quad.cc', | |
309 'quads/tile_draw_quad.h', | |
310 'resources/tile_manager.cc', | |
311 'resources/tile_manager.h', | |
312 'resources/tile_priority.cc', | |
313 'resources/tile_priority.h', | |
314 'layers/tiled_layer.cc', | |
315 'layers/tiled_layer.h', | |
316 'layers/tiled_layer_impl.cc', | |
317 'layers/tiled_layer_impl.h', | |
318 'base/tiling_data.cc', | |
319 'base/tiling_data.h', | |
320 'scheduler/time_source.h', | |
321 'animation/timing_function.cc', | |
322 'animation/timing_function.h', | |
323 'input/top_controls_manager.cc', | |
324 'input/top_controls_manager.h', | |
325 'input/top_controls_manager_client.h', | |
326 'resources/transferable_resource.cc', | |
327 'resources/transferable_resource.h', | |
328 'animation/transform_operation.cc', | |
329 'animation/transform_operation.h', | |
330 'animation/transform_operations.cc', | |
331 'animation/transform_operations.h', | |
332 'trees/tree_synchronizer.cc', | 350 'trees/tree_synchronizer.cc', |
333 'trees/tree_synchronizer.h', | 351 'trees/tree_synchronizer.h', |
334 'base/util.h', | |
335 'layers/video_frame_provider.h', | |
336 'layers/video_frame_provider_client_impl.cc', | |
337 'layers/video_frame_provider_client_impl.h', | |
338 'layers/video_layer.cc', | |
339 'layers/video_layer.h', | |
340 'layers/video_layer_impl.cc', | |
341 'layers/video_layer_impl.h', | |
342 'resources/video_resource_updater.cc', | |
343 'resources/video_resource_updater.h', | |
344 'scheduler/vsync_time_source.cc', | |
345 'scheduler/vsync_time_source.h', | |
346 'base/worker_pool.cc', | |
347 'base/worker_pool.h', | |
348 'quads/yuv_video_draw_quad.cc', | |
349 'quads/yuv_video_draw_quad.h', | |
350 ], | 352 ], |
351 'conditions': [ | 353 'conditions': [ |
352 ['inside_chromium_build==1', { | 354 ['inside_chromium_build==1', { |
353 'webkit_src_dir': '<(DEPTH)/third_party/WebKit', | 355 'webkit_src_dir': '<(DEPTH)/third_party/WebKit', |
354 }, { | 356 }, { |
355 'webkit_src_dir': '<(DEPTH)/../../..', | 357 'webkit_src_dir': '<(DEPTH)/../../..', |
356 }], | 358 }], |
357 ], | 359 ], |
358 }, | 360 }, |
359 'conditions': [ | 361 'conditions': [ |
(...skipping 22 matching lines...) Expand all Loading... |
382 'CC_IMPLEMENTATION=1', | 384 'CC_IMPLEMENTATION=1', |
383 ], | 385 ], |
384 'sources': [ | 386 'sources': [ |
385 '<@(cc_source_files)', | 387 '<@(cc_source_files)', |
386 ], | 388 ], |
387 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 389 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
388 'msvs_disabled_warnings': [ 4267, ], | 390 'msvs_disabled_warnings': [ 4267, ], |
389 }, | 391 }, |
390 ], | 392 ], |
391 } | 393 } |
OLD | NEW |