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 194 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
205 'scrollbar_animation_controller_linear_fade.cc', | 205 'scrollbar_animation_controller_linear_fade.cc', |
206 'scrollbar_animation_controller_linear_fade.h', | 206 'scrollbar_animation_controller_linear_fade.h', |
207 'scrollbar_geometry_fixed_thumb.cc', | 207 'scrollbar_geometry_fixed_thumb.cc', |
208 'scrollbar_geometry_fixed_thumb.h', | 208 'scrollbar_geometry_fixed_thumb.h', |
209 'scrollbar_geometry_stub.cc', | 209 'scrollbar_geometry_stub.cc', |
210 'scrollbar_geometry_stub.h', | 210 'scrollbar_geometry_stub.h', |
211 'scrollbar_layer.cc', | 211 'scrollbar_layer.cc', |
212 'scrollbar_layer.h', | 212 'scrollbar_layer.h', |
213 'scrollbar_layer_impl.cc', | 213 'scrollbar_layer_impl.cc', |
214 'scrollbar_layer_impl.h', | 214 'scrollbar_layer_impl.h', |
| 215 'scrollbar_layer_impl_base.h', |
215 'shader.cc', | 216 'shader.cc', |
216 'shader.h', | 217 'shader.h', |
217 'shared_quad_state.cc', | 218 'shared_quad_state.cc', |
218 'shared_quad_state.h', | 219 'shared_quad_state.h', |
219 'single_thread_proxy.cc', | 220 'single_thread_proxy.cc', |
220 'single_thread_proxy.h', | 221 'single_thread_proxy.h', |
221 'skpicture_content_layer_updater.cc', | 222 'skpicture_content_layer_updater.cc', |
222 'skpicture_content_layer_updater.h', | 223 'skpicture_content_layer_updater.h', |
223 'software_output_device.h', | 224 'software_output_device.h', |
224 'software_renderer.cc', | 225 'software_renderer.cc', |
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
307 ], | 308 ], |
308 'all_dependent_settings': { | 309 'all_dependent_settings': { |
309 'include_dirs': [ | 310 'include_dirs': [ |
310 # Needed for <public/WebTransformationMatrix.h> in layer.h | 311 # Needed for <public/WebTransformationMatrix.h> in layer.h |
311 '<(webkit_src_dir)/Source/Platform/chromium', | 312 '<(webkit_src_dir)/Source/Platform/chromium', |
312 ], | 313 ], |
313 } | 314 } |
314 }, | 315 }, |
315 ], | 316 ], |
316 } | 317 } |
OLD | NEW |