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 147 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
158 'prioritized_resource_manager.h', | 158 'prioritized_resource_manager.h', |
159 'priority_calculator.cc', | 159 'priority_calculator.cc', |
160 'priority_calculator.h', | 160 'priority_calculator.h', |
161 'program_binding.cc', | 161 'program_binding.cc', |
162 'program_binding.h', | 162 'program_binding.h', |
163 'proxy.cc', | 163 'proxy.cc', |
164 'proxy.h', | 164 'proxy.h', |
165 'quad_culler.cc', | 165 'quad_culler.cc', |
166 'quad_culler.h', | 166 'quad_culler.h', |
167 'quad_sink.h', | 167 'quad_sink.h', |
| 168 'raster_worker.cc', |
| 169 'raster_worker.h', |
168 'rate_limiter.cc', | 170 'rate_limiter.cc', |
169 'rate_limiter.h', | 171 'rate_limiter.h', |
170 'region.cc', | 172 'region.cc', |
171 'region.h', | 173 'region.h', |
172 'render_pass.cc', | 174 'render_pass.cc', |
173 'render_pass.h', | 175 'render_pass.h', |
174 'render_pass_draw_quad.cc', | 176 'render_pass_draw_quad.cc', |
175 'render_pass_draw_quad.h', | 177 'render_pass_draw_quad.h', |
176 'render_pass_sink.h', | 178 'render_pass_sink.h', |
177 'render_surface.cc', | 179 'render_surface.cc', |
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
315 ], | 317 ], |
316 'all_dependent_settings': { | 318 'all_dependent_settings': { |
317 'include_dirs': [ | 319 'include_dirs': [ |
318 # Needed for <public/WebTransformationMatrix.h> in layer.h | 320 # Needed for <public/WebTransformationMatrix.h> in layer.h |
319 '<(webkit_src_dir)/Source/Platform/chromium', | 321 '<(webkit_src_dir)/Source/Platform/chromium', |
320 ], | 322 ], |
321 } | 323 } |
322 }, | 324 }, |
323 ], | 325 ], |
324 } | 326 } |
OLD | NEW |