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 190 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
201 'resource_update_queue.h', | 201 'resource_update_queue.h', |
202 'scheduler.cc', | 202 'scheduler.cc', |
203 'scheduler.h', | 203 'scheduler.h', |
204 'scheduler_state_machine.cc', | 204 'scheduler_state_machine.cc', |
205 'scheduler_state_machine.h', | 205 'scheduler_state_machine.h', |
206 'scoped_ptr_deque.h', | 206 'scoped_ptr_deque.h', |
207 'scoped_ptr_hash_map.h', | 207 'scoped_ptr_hash_map.h', |
208 'scoped_ptr_vector.h', | 208 'scoped_ptr_vector.h', |
209 'scoped_resource.cc', | 209 'scoped_resource.cc', |
210 'scoped_resource.h', | 210 'scoped_resource.h', |
211 'scoped_thread_proxy.cc', | |
212 'scoped_thread_proxy.h', | |
213 'scrollbar_animation_controller.cc', | 211 'scrollbar_animation_controller.cc', |
214 'scrollbar_animation_controller.h', | 212 'scrollbar_animation_controller.h', |
215 'scrollbar_animation_controller_linear_fade.cc', | 213 'scrollbar_animation_controller_linear_fade.cc', |
216 'scrollbar_animation_controller_linear_fade.h', | 214 'scrollbar_animation_controller_linear_fade.h', |
217 'scrollbar_geometry_fixed_thumb.cc', | 215 'scrollbar_geometry_fixed_thumb.cc', |
218 'scrollbar_geometry_fixed_thumb.h', | 216 'scrollbar_geometry_fixed_thumb.h', |
219 'scrollbar_geometry_stub.cc', | 217 'scrollbar_geometry_stub.cc', |
220 'scrollbar_geometry_stub.h', | 218 'scrollbar_geometry_stub.h', |
221 'scrollbar_layer.cc', | 219 'scrollbar_layer.cc', |
222 'scrollbar_layer.h', | 220 'scrollbar_layer.h', |
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
325 ], | 323 ], |
326 'all_dependent_settings': { | 324 'all_dependent_settings': { |
327 'include_dirs': [ | 325 'include_dirs': [ |
328 # TODO(jamesr): Remove once https://webkit.org/b/105259 lands + rolls | 326 # TODO(jamesr): Remove once https://webkit.org/b/105259 lands + rolls |
329 '<(webkit_src_dir)/Source/Platform/chromium' | 327 '<(webkit_src_dir)/Source/Platform/chromium' |
330 ] | 328 ] |
331 } | 329 } |
332 }, | 330 }, |
333 ], | 331 ], |
334 } | 332 } |
OLD | NEW |