Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(46)

Side by Side Diff: cc/blink/BUILD.gn

Issue 1251413002: Remove unused class WebNinePatchLayerImpl. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | cc/blink/cc_blink.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « no previous file | cc/blink/cc_blink.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698