| 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 28 matching lines...) Expand all Loading... |
| 39 'debug_colors.cc', | 39 'debug_colors.cc', |
| 40 'debug_colors.h', | 40 'debug_colors.h', |
| 41 'debug_rect_history.cc', | 41 'debug_rect_history.cc', |
| 42 'debug_rect_history.h', | 42 'debug_rect_history.h', |
| 43 'delay_based_time_source.cc', | 43 'delay_based_time_source.cc', |
| 44 'delay_based_time_source.h', | 44 'delay_based_time_source.h', |
| 45 'delegated_renderer_layer.cc', | 45 'delegated_renderer_layer.cc', |
| 46 'delegated_renderer_layer.h', | 46 'delegated_renderer_layer.h', |
| 47 'delegated_renderer_layer_impl.cc', | 47 'delegated_renderer_layer_impl.cc', |
| 48 'delegated_renderer_layer_impl.h', | 48 'delegated_renderer_layer_impl.h', |
| 49 'delegating_renderer.cc', |
| 50 'delegating_renderer.h', |
| 49 'direct_renderer.cc', | 51 'direct_renderer.cc', |
| 50 'direct_renderer.h', | 52 'direct_renderer.h', |
| 51 'draw_properties.h', | 53 'draw_properties.h', |
| 52 'draw_quad.cc', | 54 'draw_quad.cc', |
| 53 'draw_quad.h', | 55 'draw_quad.h', |
| 54 'font_atlas.cc', | 56 'font_atlas.cc', |
| 55 'font_atlas.h', | 57 'font_atlas.h', |
| 56 'frame_rate_controller.cc', | 58 'frame_rate_controller.cc', |
| 57 'frame_rate_controller.h', | 59 'frame_rate_controller.h', |
| 58 'frame_rate_counter.cc', | 60 'frame_rate_counter.cc', |
| (...skipping 240 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 299 ], | 301 ], |
| 300 'all_dependent_settings': { | 302 'all_dependent_settings': { |
| 301 'include_dirs': [ | 303 'include_dirs': [ |
| 302 # Needed for <public/WebTransformationMatrix.h> in layer.h | 304 # Needed for <public/WebTransformationMatrix.h> in layer.h |
| 303 '<(webkit_src_dir)/Source/Platform/chromium', | 305 '<(webkit_src_dir)/Source/Platform/chromium', |
| 304 ], | 306 ], |
| 305 } | 307 } |
| 306 }, | 308 }, |
| 307 ], | 309 ], |
| 308 } | 310 } |
| OLD | NEW |