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

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

Issue 595073002: Replace forward_dependent_configs with public_deps (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 | « cc/BUILD.gn ('k') | chrome/browser/BUILD.gn » ('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 # 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 = [
10 "//skia",
11 ]
9 deps = [ 12 deps = [
10 "//base", 13 "//base",
11 "//base/third_party/dynamic_annotations", 14 "//base/third_party/dynamic_annotations",
12 "//cc", 15 "//cc",
13 "//gpu", 16 "//gpu",
14 "//skia",
15 "//third_party/WebKit/public:blink", 17 "//third_party/WebKit/public:blink",
16 "//ui/gfx", 18 "//ui/gfx",
17 "//ui/gfx/geometry", 19 "//ui/gfx/geometry",
18 ] 20 ]
19 21
20 defines = [ "CC_BLINK_IMPLEMENTATION" ] 22 defines = [ "CC_BLINK_IMPLEMENTATION" ]
21 23
22 forward_dependent_configs_from = [ "//skia" ]
23
24 sources = [ 24 sources = [
25 "cc_blink_export.h", 25 "cc_blink_export.h",
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",
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 "//cc", 77 "//cc",
78 "//cc:test_support", 78 "//cc:test_support",
79 ] 79 ]
80 80
81 sources = [ 81 sources = [
82 "web_animation_unittest.cc", 82 "web_animation_unittest.cc",
83 "web_float_animation_curve_unittest.cc", 83 "web_float_animation_curve_unittest.cc",
84 "web_layer_impl_fixed_bounds_unittest.cc", 84 "web_layer_impl_fixed_bounds_unittest.cc",
85 ] 85 ]
86 } 86 }
OLDNEW
« no previous file with comments | « cc/BUILD.gn ('k') | chrome/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698