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 'cc_source_files': [ | 7 'cc_source_files': [ |
8 'active_animation.cc', | 8 'active_animation.cc', |
9 'active_animation.h', | 9 'active_animation.h', |
10 'animation_curve.cc', | 10 'animation_curve.cc', |
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
107 'managed_memory_policy.cc', | 107 'managed_memory_policy.cc', |
108 'managed_memory_policy.h', | 108 'managed_memory_policy.h', |
109 'math_util.cc', | 109 'math_util.cc', |
110 'math_util.h', | 110 'math_util.h', |
111 'nine_patch_layer.cc', | 111 'nine_patch_layer.cc', |
112 'nine_patch_layer.h', | 112 'nine_patch_layer.h', |
113 'nine_patch_layer_impl.cc', | 113 'nine_patch_layer_impl.cc', |
114 'nine_patch_layer_impl.h', | 114 'nine_patch_layer_impl.h', |
115 'occlusion_tracker.cc', | 115 'occlusion_tracker.cc', |
116 'occlusion_tracker.h', | 116 'occlusion_tracker.h', |
| 117 'output_surface.h', |
| 118 'output_surface_client.h', |
117 'overdraw_metrics.cc', | 119 'overdraw_metrics.cc', |
118 'overdraw_metrics.h', | 120 'overdraw_metrics.h', |
119 'page_scale_animation.cc', | 121 'page_scale_animation.cc', |
120 'page_scale_animation.h', | 122 'page_scale_animation.h', |
121 'picture.cc', | 123 'picture.cc', |
122 'picture.h', | 124 'picture.h', |
123 'picture_layer.cc', | 125 'picture_layer.cc', |
124 'picture_layer.h', | 126 'picture_layer.h', |
125 'picture_layer_impl.cc', | 127 'picture_layer_impl.cc', |
126 'picture_layer_impl.h', | 128 'picture_layer_impl.h', |
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
201 'scrollbar_layer_impl.cc', | 203 'scrollbar_layer_impl.cc', |
202 'scrollbar_layer_impl.h', | 204 'scrollbar_layer_impl.h', |
203 'shader.cc', | 205 'shader.cc', |
204 'shader.h', | 206 'shader.h', |
205 'shared_quad_state.cc', | 207 'shared_quad_state.cc', |
206 'shared_quad_state.h', | 208 'shared_quad_state.h', |
207 'single_thread_proxy.cc', | 209 'single_thread_proxy.cc', |
208 'single_thread_proxy.h', | 210 'single_thread_proxy.h', |
209 'skpicture_content_layer_updater.cc', | 211 'skpicture_content_layer_updater.cc', |
210 'skpicture_content_layer_updater.h', | 212 'skpicture_content_layer_updater.h', |
| 213 'software_output_device.h', |
211 'software_renderer.cc', | 214 'software_renderer.cc', |
212 'software_renderer.h', | 215 'software_renderer.h', |
213 'solid_color_draw_quad.cc', | 216 'solid_color_draw_quad.cc', |
214 'solid_color_draw_quad.h', | 217 'solid_color_draw_quad.h', |
215 'solid_color_layer.cc', | 218 'solid_color_layer.cc', |
216 'solid_color_layer.h', | 219 'solid_color_layer.h', |
217 'solid_color_layer_impl.cc', | 220 'solid_color_layer_impl.cc', |
218 'solid_color_layer_impl.h', | 221 'solid_color_layer_impl.h', |
219 'stream_video_draw_quad.cc', | 222 'stream_video_draw_quad.cc', |
220 'stream_video_draw_quad.h', | 223 'stream_video_draw_quad.h', |
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
292 ], | 295 ], |
293 'all_dependent_settings': { | 296 'all_dependent_settings': { |
294 'include_dirs': [ | 297 'include_dirs': [ |
295 # Needed for <public/WebTransformationMatrix.h> in layer.h | 298 # Needed for <public/WebTransformationMatrix.h> in layer.h |
296 '<(webkit_src_dir)/Source/Platform/chromium', | 299 '<(webkit_src_dir)/Source/Platform/chromium', |
297 ], | 300 ], |
298 } | 301 } |
299 }, | 302 }, |
300 ], | 303 ], |
301 } | 304 } |
OLD | NEW |