| OLD | NEW |
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 'targets': [ | 6 'targets': [ |
| 7 { | 7 { |
| 8 # GN version: //cc/blink | 8 # GN version: //cc/blink |
| 9 'target_name': 'cc_blink', | 9 'target_name': 'cc_blink', |
| 10 'type': '<(component)', | 10 'type': '<(component)', |
| (...skipping 18 matching lines...) Expand all Loading... |
| 29 'scrollbar_impl.cc', | 29 'scrollbar_impl.cc', |
| 30 'scrollbar_impl.h', | 30 'scrollbar_impl.h', |
| 31 'web_animation_curve_common.cc', | 31 'web_animation_curve_common.cc', |
| 32 'web_animation_curve_common.h', | 32 'web_animation_curve_common.h', |
| 33 'web_animation_impl.cc', | 33 'web_animation_impl.cc', |
| 34 'web_animation_impl.h', | 34 'web_animation_impl.h', |
| 35 'web_compositor_support_impl.cc', | 35 'web_compositor_support_impl.cc', |
| 36 'web_compositor_support_impl.h', | 36 'web_compositor_support_impl.h', |
| 37 'web_content_layer_impl.cc', | 37 'web_content_layer_impl.cc', |
| 38 'web_content_layer_impl.h', | 38 'web_content_layer_impl.h', |
| 39 'web_display_item_list_impl.cc', |
| 40 'web_display_item_list_impl.h', |
| 39 'web_external_bitmap_impl.cc', | 41 'web_external_bitmap_impl.cc', |
| 40 'web_external_bitmap_impl.h', | 42 'web_external_bitmap_impl.h', |
| 41 'web_external_texture_layer_impl.cc', | 43 'web_external_texture_layer_impl.cc', |
| 42 'web_external_texture_layer_impl.h', | 44 'web_external_texture_layer_impl.h', |
| 43 'web_filter_animation_curve_impl.cc', | 45 'web_filter_animation_curve_impl.cc', |
| 44 'web_filter_animation_curve_impl.h', | 46 'web_filter_animation_curve_impl.h', |
| 45 'web_filter_operations_impl.cc', | 47 'web_filter_operations_impl.cc', |
| 46 'web_filter_operations_impl.h', | 48 'web_filter_operations_impl.h', |
| 47 'web_float_animation_curve_impl.cc', | 49 'web_float_animation_curve_impl.cc', |
| 48 'web_float_animation_curve_impl.h', | 50 'web_float_animation_curve_impl.h', |
| (...skipping 12 matching lines...) Expand all Loading... |
| 61 'web_to_cc_animation_delegate_adapter.cc', | 63 'web_to_cc_animation_delegate_adapter.cc', |
| 62 'web_to_cc_animation_delegate_adapter.h', | 64 'web_to_cc_animation_delegate_adapter.h', |
| 63 'web_transform_animation_curve_impl.cc', | 65 'web_transform_animation_curve_impl.cc', |
| 64 'web_transform_animation_curve_impl.h', | 66 'web_transform_animation_curve_impl.h', |
| 65 'web_transform_operations_impl.cc', | 67 'web_transform_operations_impl.cc', |
| 66 'web_transform_operations_impl.h', | 68 'web_transform_operations_impl.h', |
| 67 ], | 69 ], |
| 68 }, | 70 }, |
| 69 ] | 71 ] |
| 70 } | 72 } |
| OLD | NEW |