| 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 123 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 134 'render_pass_sink.h', | 134 'render_pass_sink.h', |
| 135 'render_surface.cc', | 135 'render_surface.cc', |
| 136 'render_surface.h', | 136 'render_surface.h', |
| 137 'render_surface_filters.cc', | 137 'render_surface_filters.cc', |
| 138 'render_surface_filters.h', | 138 'render_surface_filters.h', |
| 139 'render_surface_impl.cc', | 139 'render_surface_impl.cc', |
| 140 'render_surface_impl.h', | 140 'render_surface_impl.h', |
| 141 'renderer.cc', | 141 'renderer.cc', |
| 142 'renderer.h', | 142 'renderer.h', |
| 143 'rendering_stats.h', | 143 'rendering_stats.h', |
| 144 'rendering_stats.cc', |
| 144 'resource_provider.cc', | 145 'resource_provider.cc', |
| 145 'resource_provider.h', | 146 'resource_provider.h', |
| 146 'resource_update.cc', | 147 'resource_update.cc', |
| 147 'resource_update.h', | 148 'resource_update.h', |
| 148 'resource_update_controller.cc', | 149 'resource_update_controller.cc', |
| 149 'resource_update_controller.h', | 150 'resource_update_controller.h', |
| 150 'resource_update_queue.cc', | 151 'resource_update_queue.cc', |
| 151 'resource_update_queue.h', | 152 'resource_update_queue.h', |
| 152 'scheduler.cc', | 153 'scheduler.cc', |
| 153 'scheduler.h', | 154 'scheduler.h', |
| (...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 265 '<@(cc_source_files)', | 266 '<@(cc_source_files)', |
| 266 'stubs/Region.h', | 267 'stubs/Region.h', |
| 267 'stubs/UnitBezier.h', | 268 'stubs/UnitBezier.h', |
| 268 | 269 |
| 269 'stubs/config.h', | 270 'stubs/config.h', |
| 270 'stubs/unit_bezier.h', | 271 'stubs/unit_bezier.h', |
| 271 ], | 272 ], |
| 272 }, | 273 }, |
| 273 ], | 274 ], |
| 274 } | 275 } |
| OLD | NEW |