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 100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
111 'managed_memory_policy.h', | 111 'managed_memory_policy.h', |
112 'math_util.cc', | 112 'math_util.cc', |
113 'math_util.h', | 113 'math_util.h', |
114 'nine_patch_layer.cc', | 114 'nine_patch_layer.cc', |
115 'nine_patch_layer.h', | 115 'nine_patch_layer.h', |
116 'nine_patch_layer_impl.cc', | 116 'nine_patch_layer_impl.cc', |
117 'nine_patch_layer_impl.h', | 117 'nine_patch_layer_impl.h', |
118 'occlusion_tracker.cc', | 118 'occlusion_tracker.cc', |
119 'occlusion_tracker.h', | 119 'occlusion_tracker.h', |
120 'output_surface.h', | 120 'output_surface.h', |
| 121 'output_surface_client.h', |
121 'overdraw_metrics.cc', | 122 'overdraw_metrics.cc', |
122 'overdraw_metrics.h', | 123 'overdraw_metrics.h', |
123 'page_scale_animation.cc', | 124 'page_scale_animation.cc', |
124 'page_scale_animation.h', | 125 'page_scale_animation.h', |
125 'picture.cc', | 126 'picture.cc', |
126 'picture.h', | 127 'picture.h', |
127 'picture_layer.cc', | 128 'picture_layer.cc', |
128 'picture_layer.h', | 129 'picture_layer.h', |
129 'picture_layer_impl.cc', | 130 'picture_layer_impl.cc', |
130 'picture_layer_impl.h', | 131 'picture_layer_impl.h', |
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
205 'scrollbar_layer_impl.cc', | 206 'scrollbar_layer_impl.cc', |
206 'scrollbar_layer_impl.h', | 207 'scrollbar_layer_impl.h', |
207 'shader.cc', | 208 'shader.cc', |
208 'shader.h', | 209 'shader.h', |
209 'shared_quad_state.cc', | 210 'shared_quad_state.cc', |
210 'shared_quad_state.h', | 211 'shared_quad_state.h', |
211 'single_thread_proxy.cc', | 212 'single_thread_proxy.cc', |
212 'single_thread_proxy.h', | 213 'single_thread_proxy.h', |
213 'skpicture_content_layer_updater.cc', | 214 'skpicture_content_layer_updater.cc', |
214 'skpicture_content_layer_updater.h', | 215 'skpicture_content_layer_updater.h', |
| 216 'software_output_device.h', |
215 'software_renderer.cc', | 217 'software_renderer.cc', |
216 'software_renderer.h', | 218 'software_renderer.h', |
217 'solid_color_draw_quad.cc', | 219 'solid_color_draw_quad.cc', |
218 'solid_color_draw_quad.h', | 220 'solid_color_draw_quad.h', |
219 'solid_color_layer.cc', | 221 'solid_color_layer.cc', |
220 'solid_color_layer.h', | 222 'solid_color_layer.h', |
221 'solid_color_layer_impl.cc', | 223 'solid_color_layer_impl.cc', |
222 'solid_color_layer_impl.h', | 224 'solid_color_layer_impl.h', |
223 'stream_video_draw_quad.cc', | 225 'stream_video_draw_quad.cc', |
224 'stream_video_draw_quad.h', | 226 'stream_video_draw_quad.h', |
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
297 ], | 299 ], |
298 'all_dependent_settings': { | 300 'all_dependent_settings': { |
299 'include_dirs': [ | 301 'include_dirs': [ |
300 # Needed for <public/WebTransformationMatrix.h> in layer.h | 302 # Needed for <public/WebTransformationMatrix.h> in layer.h |
301 '<(webkit_src_dir)/Source/Platform/chromium', | 303 '<(webkit_src_dir)/Source/Platform/chromium', |
302 ], | 304 ], |
303 } | 305 } |
304 }, | 306 }, |
305 ], | 307 ], |
306 } | 308 } |
OLD | NEW |