| 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 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 }, | 8 }, |
| 9 'targets': [ | 9 'targets': [ |
| 10 { | 10 { |
| (...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 42 'defines': [ | 42 'defines': [ |
| 43 'WEBKIT_COMPOSITOR_BINDINGS_IMPLEMENTATION=1' | 43 'WEBKIT_COMPOSITOR_BINDINGS_IMPLEMENTATION=1' |
| 44 ], | 44 ], |
| 45 'sources': [ | 45 'sources': [ |
| 46 'scrollbar_impl.cc', | 46 'scrollbar_impl.cc', |
| 47 'scrollbar_impl.h', | 47 'scrollbar_impl.h', |
| 48 'web_animation_curve_common.cc', | 48 'web_animation_curve_common.cc', |
| 49 'web_animation_curve_common.h', | 49 'web_animation_curve_common.h', |
| 50 'web_animation_impl.cc', | 50 'web_animation_impl.cc', |
| 51 'web_animation_impl.h', | 51 'web_animation_impl.h', |
| 52 'web_compositing_reasons.cc', | |
| 53 'web_content_layer_impl.cc', | 52 'web_content_layer_impl.cc', |
| 54 'web_content_layer_impl.h', | 53 'web_content_layer_impl.h', |
| 55 'web_external_bitmap_impl.cc', | 54 'web_external_bitmap_impl.cc', |
| 56 'web_external_bitmap_impl.h', | 55 'web_external_bitmap_impl.h', |
| 57 'web_external_texture_layer_impl.cc', | 56 'web_external_texture_layer_impl.cc', |
| 58 'web_external_texture_layer_impl.h', | 57 'web_external_texture_layer_impl.h', |
| 59 'web_filter_animation_curve_impl.cc', | 58 'web_filter_animation_curve_impl.cc', |
| 60 'web_filter_animation_curve_impl.h', | 59 'web_filter_animation_curve_impl.h', |
| 61 'web_filter_operations_impl.cc', | 60 'web_filter_operations_impl.cc', |
| 62 'web_filter_operations_impl.h', | 61 'web_filter_operations_impl.h', |
| (...skipping 14 matching lines...) Expand all Loading... |
| 77 'web_to_cc_animation_delegate_adapter.cc', | 76 'web_to_cc_animation_delegate_adapter.cc', |
| 78 'web_to_cc_animation_delegate_adapter.h', | 77 'web_to_cc_animation_delegate_adapter.h', |
| 79 'web_transform_animation_curve_impl.cc', | 78 'web_transform_animation_curve_impl.cc', |
| 80 'web_transform_animation_curve_impl.h', | 79 'web_transform_animation_curve_impl.h', |
| 81 'web_transform_operations_impl.cc', | 80 'web_transform_operations_impl.cc', |
| 82 'web_transform_operations_impl.h', | 81 'web_transform_operations_impl.h', |
| 83 ], | 82 ], |
| 84 }, | 83 }, |
| 85 ], | 84 ], |
| 86 } | 85 } |
| OLD | NEW |