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 25 matching lines...) Expand all Loading... |
36 'debug_rect_history.cc', | 36 'debug_rect_history.cc', |
37 'debug_rect_history.h', | 37 'debug_rect_history.h', |
38 'delay_based_time_source.cc', | 38 'delay_based_time_source.cc', |
39 'delay_based_time_source.h', | 39 'delay_based_time_source.h', |
40 'delegated_renderer_layer.cc', | 40 'delegated_renderer_layer.cc', |
41 'delegated_renderer_layer.h', | 41 'delegated_renderer_layer.h', |
42 'delegated_renderer_layer_impl.cc', | 42 'delegated_renderer_layer_impl.cc', |
43 'delegated_renderer_layer_impl.h', | 43 'delegated_renderer_layer_impl.h', |
44 'direct_renderer.cc', | 44 'direct_renderer.cc', |
45 'direct_renderer.h', | 45 'direct_renderer.h', |
| 46 'draw_properties.h', |
46 'draw_quad.cc', | 47 'draw_quad.cc', |
47 'draw_quad.h', | 48 'draw_quad.h', |
48 'font_atlas.cc', | 49 'font_atlas.cc', |
49 'font_atlas.h', | 50 'font_atlas.h', |
50 'frame_rate_controller.cc', | 51 'frame_rate_controller.cc', |
51 'frame_rate_controller.h', | 52 'frame_rate_controller.h', |
52 'frame_rate_counter.cc', | 53 'frame_rate_counter.cc', |
53 'frame_rate_counter.h', | 54 'frame_rate_counter.h', |
54 'geometry_binding.cc', | 55 'geometry_binding.cc', |
55 'geometry_binding.h', | 56 'geometry_binding.h', |
(...skipping 232 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
288 ], | 289 ], |
289 'all_dependent_settings': { | 290 'all_dependent_settings': { |
290 'include_dirs': [ | 291 'include_dirs': [ |
291 # Needed for <public/WebTransformationMatrix.h> in layer.h | 292 # Needed for <public/WebTransformationMatrix.h> in layer.h |
292 '<(webkit_src_dir)/Source/Platform/chromium', | 293 '<(webkit_src_dir)/Source/Platform/chromium', |
293 ], | 294 ], |
294 } | 295 } |
295 }, | 296 }, |
296 ], | 297 ], |
297 } | 298 } |
OLD | NEW |