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 132 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
143 'render_pass_draw_quad.h', | 143 'render_pass_draw_quad.h', |
144 'render_pass_sink.h', | 144 'render_pass_sink.h', |
145 'render_surface.cc', | 145 'render_surface.cc', |
146 'render_surface.h', | 146 'render_surface.h', |
147 'render_surface_filters.cc', | 147 'render_surface_filters.cc', |
148 'render_surface_filters.h', | 148 'render_surface_filters.h', |
149 'render_surface_impl.cc', | 149 'render_surface_impl.cc', |
150 'render_surface_impl.h', | 150 'render_surface_impl.h', |
151 'renderer.cc', | 151 'renderer.cc', |
152 'renderer.h', | 152 'renderer.h', |
| 153 'rendering_stats.cc', |
153 'rendering_stats.h', | 154 'rendering_stats.h', |
154 'resource.cc', | 155 'resource.cc', |
155 'resource.h', | 156 'resource.h', |
156 'resource_provider.cc', | 157 'resource_provider.cc', |
157 'resource_provider.h', | 158 'resource_provider.h', |
158 'resource_update.cc', | 159 'resource_update.cc', |
159 'resource_update.h', | 160 'resource_update.h', |
160 'resource_update_controller.cc', | 161 'resource_update_controller.cc', |
161 'resource_update_controller.h', | 162 'resource_update_controller.h', |
162 'resource_update_queue.cc', | 163 'resource_update_queue.cc', |
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
276 '<(webkit_src_dir)/Source/Platform/chromium', | 277 '<(webkit_src_dir)/Source/Platform/chromium', |
277 '<@(cc_stubs_dirs)', | 278 '<@(cc_stubs_dirs)', |
278 ], | 279 ], |
279 'sources': [ | 280 'sources': [ |
280 '<@(cc_source_files)', | 281 '<@(cc_source_files)', |
281 'stubs/config.h', | 282 'stubs/config.h', |
282 ], | 283 ], |
283 }, | 284 }, |
284 ], | 285 ], |
285 } | 286 } |
OLD | NEW |