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', |
11 'animation_curve.h', | 11 'animation_curve.h', |
12 'animation_events.h', | 12 'animation_events.h', |
13 'animation_registrar.h', | |
14 'append_quads_data.h', | 13 'append_quads_data.h', |
15 'bitmap_content_layer_updater.cc', | 14 'bitmap_content_layer_updater.cc', |
16 'bitmap_content_layer_updater.h', | 15 'bitmap_content_layer_updater.h', |
17 'bitmap_skpicture_content_layer_updater.cc', | 16 'bitmap_skpicture_content_layer_updater.cc', |
18 'bitmap_skpicture_content_layer_updater.h', | 17 'bitmap_skpicture_content_layer_updater.h', |
19 'caching_bitmap_content_layer_updater.cc', | 18 'caching_bitmap_content_layer_updater.cc', |
20 'caching_bitmap_content_layer_updater.h', | 19 'caching_bitmap_content_layer_updater.h', |
21 'checkerboard_draw_quad.cc', | 20 'checkerboard_draw_quad.cc', |
22 'checkerboard_draw_quad.h', | 21 'checkerboard_draw_quad.h', |
23 'completion_event.h', | 22 'completion_event.h', |
(...skipping 278 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
302 ], | 301 ], |
303 'all_dependent_settings': { | 302 'all_dependent_settings': { |
304 'include_dirs': [ | 303 'include_dirs': [ |
305 # Needed for <public/WebTransformationMatrix.h> in layer.h | 304 # Needed for <public/WebTransformationMatrix.h> in layer.h |
306 '<(webkit_src_dir)/Source/Platform/chromium', | 305 '<(webkit_src_dir)/Source/Platform/chromium', |
307 ], | 306 ], |
308 } | 307 } |
309 }, | 308 }, |
310 ], | 309 ], |
311 } | 310 } |
OLD | NEW |