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 'append_quads_data.h', | 13 'append_quads_data.h', |
14 'bitmap_content_layer_updater.cc', | 14 'bitmap_content_layer_updater.cc', |
15 'bitmap_content_layer_updater.h', | 15 'bitmap_content_layer_updater.h', |
16 'bitmap_skpicture_content_layer_updater.cc', | 16 'bitmap_skpicture_content_layer_updater.cc', |
17 'bitmap_skpicture_content_layer_updater.h', | 17 'bitmap_skpicture_content_layer_updater.h', |
18 'caching_bitmap_content_layer_updater.cc', | 18 'caching_bitmap_content_layer_updater.cc', |
19 'caching_bitmap_content_layer_updater.h', | 19 'caching_bitmap_content_layer_updater.h', |
20 'checkerboard_draw_quad.cc', | 20 'checkerboard_draw_quad.cc', |
21 'checkerboard_draw_quad.h', | 21 'checkerboard_draw_quad.h', |
22 'completion_event.h', | 22 'completion_event.h', |
| 23 'compositor_frame_metadata.cc', |
| 24 'compositor_frame_metadata.h', |
23 'content_layer.cc', | 25 'content_layer.cc', |
24 'content_layer.h', | 26 'content_layer.h', |
25 'content_layer_client.h', | 27 'content_layer_client.h', |
26 'content_layer_updater.cc', | 28 'content_layer_updater.cc', |
27 'content_layer_updater.h', | 29 'content_layer_updater.h', |
28 'contents_scaling_layer.cc', | 30 'contents_scaling_layer.cc', |
29 'contents_scaling_layer.h', | 31 'contents_scaling_layer.h', |
30 'damage_tracker.cc', | 32 'damage_tracker.cc', |
31 'damage_tracker.h', | 33 'damage_tracker.h', |
32 'debug_border_draw_quad.cc', | 34 'debug_border_draw_quad.cc', |
(...skipping 241 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
274 'include_dirs': [ | 276 'include_dirs': [ |
275 '<(webkit_src_dir)/Source/Platform/chromium', | 277 '<(webkit_src_dir)/Source/Platform/chromium', |
276 '<@(cc_stubs_dirs)', | 278 '<@(cc_stubs_dirs)', |
277 ], | 279 ], |
278 'sources': [ | 280 'sources': [ |
279 '<@(cc_source_files)', | 281 '<@(cc_source_files)', |
280 ], | 282 ], |
281 }, | 283 }, |
282 ], | 284 ], |
283 } | 285 } |
OLD | NEW |