| 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 # GYP version: //cc/blink/cc_blink.gyp:cc_blink | 5 # GYP version: //cc/blink/cc_blink.gyp:cc_blink |
| 6 component("blink") { | 6 component("blink") { |
| 7 output_name = "cc_blink" | 7 output_name = "cc_blink" |
| 8 | 8 |
| 9 public_deps = [ | 9 public_deps = [ |
| 10 "//skia", | 10 "//skia", |
| (...skipping 15 matching lines...) Expand all Loading... |
| 26 "scrollbar_impl.cc", | 26 "scrollbar_impl.cc", |
| 27 "scrollbar_impl.h", | 27 "scrollbar_impl.h", |
| 28 "web_animation_curve_common.cc", | 28 "web_animation_curve_common.cc", |
| 29 "web_animation_curve_common.h", | 29 "web_animation_curve_common.h", |
| 30 "web_animation_impl.cc", | 30 "web_animation_impl.cc", |
| 31 "web_animation_impl.h", | 31 "web_animation_impl.h", |
| 32 "web_compositor_support_impl.cc", | 32 "web_compositor_support_impl.cc", |
| 33 "web_compositor_support_impl.h", | 33 "web_compositor_support_impl.h", |
| 34 "web_content_layer_impl.cc", | 34 "web_content_layer_impl.cc", |
| 35 "web_content_layer_impl.h", | 35 "web_content_layer_impl.h", |
| 36 "web_display_item_list_impl.cc", |
| 37 "web_display_item_list_impl.h", |
| 36 "web_external_bitmap_impl.cc", | 38 "web_external_bitmap_impl.cc", |
| 37 "web_external_bitmap_impl.h", | 39 "web_external_bitmap_impl.h", |
| 38 "web_external_texture_layer_impl.cc", | 40 "web_external_texture_layer_impl.cc", |
| 39 "web_external_texture_layer_impl.h", | 41 "web_external_texture_layer_impl.h", |
| 40 "web_filter_animation_curve_impl.cc", | 42 "web_filter_animation_curve_impl.cc", |
| 41 "web_filter_animation_curve_impl.h", | 43 "web_filter_animation_curve_impl.h", |
| 42 "web_filter_operations_impl.cc", | 44 "web_filter_operations_impl.cc", |
| 43 "web_filter_operations_impl.h", | 45 "web_filter_operations_impl.h", |
| 44 "web_float_animation_curve_impl.cc", | 46 "web_float_animation_curve_impl.cc", |
| 45 "web_float_animation_curve_impl.h", | 47 "web_float_animation_curve_impl.h", |
| (...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 80 "//cc:test_support", | 82 "//cc:test_support", |
| 81 ] | 83 ] |
| 82 | 84 |
| 83 sources = [ | 85 sources = [ |
| 84 "web_animation_unittest.cc", | 86 "web_animation_unittest.cc", |
| 85 "web_float_animation_curve_unittest.cc", | 87 "web_float_animation_curve_unittest.cc", |
| 86 "web_layer_impl_fixed_bounds_unittest.cc", | 88 "web_layer_impl_fixed_bounds_unittest.cc", |
| 87 ] | 89 ] |
| 88 } | 90 } |
| 89 } | 91 } |
| OLD | NEW |