| Index: cc/blink/cc_blink.gyp
|
| diff --git a/cc/blink/cc_blink.gyp b/cc/blink/cc_blink.gyp
|
| index dc01cae456ae4bdc73b02014a95107fb53be9a1c..6192abbaf60d435d59cd855d48d4b63a402cf05a 100644
|
| --- a/cc/blink/cc_blink.gyp
|
| +++ b/cc/blink/cc_blink.gyp
|
| @@ -27,6 +27,8 @@
|
| 'sources': [
|
| 'cc_blink_export.h',
|
| 'context_provider_web_context.h',
|
| + 'mutation_conversions.cc',
|
| + 'mutation_conversions.h',
|
| 'scrollbar_impl.cc',
|
| 'scrollbar_impl.h',
|
| 'web_animation_curve_common.cc',
|
| @@ -37,6 +39,10 @@
|
| 'web_compositor_animation_player_impl.h',
|
| 'web_compositor_animation_timeline_impl.cc',
|
| 'web_compositor_animation_timeline_impl.h',
|
| + 'web_compositor_mutable_state_impl.cc',
|
| + 'web_compositor_mutable_state_impl.h',
|
| + 'web_compositor_mutable_state_provider_impl.cc',
|
| + 'web_compositor_mutable_state_provider_impl.h',
|
| 'web_compositor_support_impl.cc',
|
| 'web_compositor_support_impl.h',
|
| 'web_content_layer_impl.cc',
|
| @@ -59,6 +65,8 @@
|
| 'web_layer_impl.h',
|
| 'web_layer_impl_fixed_bounds.cc',
|
| 'web_layer_impl_fixed_bounds.h',
|
| + 'web_mutator_client_impl.cc',
|
| + 'web_mutator_client_impl.h',
|
| 'web_scroll_offset_animation_curve_impl.cc',
|
| 'web_scroll_offset_animation_curve_impl.h',
|
| 'web_scrollbar_layer_impl.cc',
|
|
|