| 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 'animation.cc', | 8 'animation.cc', |
| 9 'animation.h', | 9 'animation.h', |
| 10 'animation_curve.cc', | 10 'animation_curve.cc', |
| (...skipping 185 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 196 'resource_pool.cc', | 196 'resource_pool.cc', |
| 197 'resource_pool.h', | 197 'resource_pool.h', |
| 198 'resource_provider.cc', | 198 'resource_provider.cc', |
| 199 'resource_provider.h', | 199 'resource_provider.h', |
| 200 'resource_update.cc', | 200 'resource_update.cc', |
| 201 'resource_update.h', | 201 'resource_update.h', |
| 202 'resource_update_controller.cc', | 202 'resource_update_controller.cc', |
| 203 'resource_update_controller.h', | 203 'resource_update_controller.h', |
| 204 'resource_update_queue.cc', | 204 'resource_update_queue.cc', |
| 205 'resource_update_queue.h', | 205 'resource_update_queue.h', |
| 206 'ring_buffer.h', |
| 206 'scheduler.cc', | 207 'scheduler.cc', |
| 207 'scheduler.h', | 208 'scheduler.h', |
| 208 'scheduler_state_machine.cc', | 209 'scheduler_state_machine.cc', |
| 209 'scheduler_state_machine.h', | 210 'scheduler_state_machine.h', |
| 210 'scoped_ptr_algorithm.h', | 211 'scoped_ptr_algorithm.h', |
| 211 'scoped_ptr_deque.h', | 212 'scoped_ptr_deque.h', |
| 212 'scoped_ptr_hash_map.h', | 213 'scoped_ptr_hash_map.h', |
| 213 'scoped_ptr_vector.h', | 214 'scoped_ptr_vector.h', |
| 214 'scoped_resource.cc', | 215 'scoped_resource.cc', |
| 215 'scoped_resource.h', | 216 'scoped_resource.h', |
| (...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 329 ], | 330 ], |
| 330 'all_dependent_settings': { | 331 'all_dependent_settings': { |
| 331 'include_dirs': [ | 332 'include_dirs': [ |
| 332 # TODO(jamesr): Remove once https://webkit.org/b/105259 lands + rolls | 333 # TODO(jamesr): Remove once https://webkit.org/b/105259 lands + rolls |
| 333 '<(webkit_src_dir)/Source/Platform/chromium' | 334 '<(webkit_src_dir)/Source/Platform/chromium' |
| 334 ] | 335 ] |
| 335 } | 336 } |
| 336 }, | 337 }, |
| 337 ], | 338 ], |
| 338 } | 339 } |
| OLD | NEW |