| 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 import("//testing/test.gni") | 5 import("//testing/test.gni") |
| 6 | 6 |
| 7 # GYP version: //cc/blink/cc_blink.gyp:cc_blink | 7 # GYP version: //cc/blink/cc_blink.gyp:cc_blink |
| 8 component("blink") { | 8 component("blink") { |
| 9 output_name = "cc_blink" | 9 output_name = "cc_blink" |
| 10 | 10 |
| (...skipping 25 matching lines...) Expand all Loading... |
| 36 "web_filter_operations_impl.cc", | 36 "web_filter_operations_impl.cc", |
| 37 "web_filter_operations_impl.h", | 37 "web_filter_operations_impl.h", |
| 38 "web_float_animation_curve_impl.cc", | 38 "web_float_animation_curve_impl.cc", |
| 39 "web_float_animation_curve_impl.h", | 39 "web_float_animation_curve_impl.h", |
| 40 "web_image_layer_impl.cc", | 40 "web_image_layer_impl.cc", |
| 41 "web_image_layer_impl.h", | 41 "web_image_layer_impl.h", |
| 42 "web_layer_impl.cc", | 42 "web_layer_impl.cc", |
| 43 "web_layer_impl.h", | 43 "web_layer_impl.h", |
| 44 "web_layer_impl_fixed_bounds.cc", | 44 "web_layer_impl_fixed_bounds.cc", |
| 45 "web_layer_impl_fixed_bounds.h", | 45 "web_layer_impl_fixed_bounds.h", |
| 46 "web_nine_patch_layer_impl.cc", | |
| 47 "web_nine_patch_layer_impl.h", | |
| 48 "web_scroll_offset_animation_curve_impl.cc", | 46 "web_scroll_offset_animation_curve_impl.cc", |
| 49 "web_scroll_offset_animation_curve_impl.h", | 47 "web_scroll_offset_animation_curve_impl.h", |
| 50 "web_scrollbar_layer_impl.cc", | 48 "web_scrollbar_layer_impl.cc", |
| 51 "web_scrollbar_layer_impl.h", | 49 "web_scrollbar_layer_impl.h", |
| 52 "web_to_cc_animation_delegate_adapter.cc", | 50 "web_to_cc_animation_delegate_adapter.cc", |
| 53 "web_to_cc_animation_delegate_adapter.h", | 51 "web_to_cc_animation_delegate_adapter.h", |
| 54 "web_transform_animation_curve_impl.cc", | 52 "web_transform_animation_curve_impl.cc", |
| 55 "web_transform_animation_curve_impl.h", | 53 "web_transform_animation_curve_impl.h", |
| 56 "web_transform_operations_impl.cc", | 54 "web_transform_operations_impl.cc", |
| 57 "web_transform_operations_impl.h", | 55 "web_transform_operations_impl.h", |
| (...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 95 "//skia", | 93 "//skia", |
| 96 "//testing/gtest", | 94 "//testing/gtest", |
| 97 "//third_party/WebKit/public:blink", | 95 "//third_party/WebKit/public:blink", |
| 98 "//ui/gfx/geometry", | 96 "//ui/gfx/geometry", |
| 99 "//ui/gfx:test_support", | 97 "//ui/gfx:test_support", |
| 100 "//cc", | 98 "//cc", |
| 101 "//cc:test_support", | 99 "//cc:test_support", |
| 102 ] | 100 ] |
| 103 } | 101 } |
| 104 } | 102 } |
| OLD | NEW |