diff options
Diffstat (limited to 'cc/blink/BUILD.gn')
-rw-r--r-- | cc/blink/BUILD.gn | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cc/blink/BUILD.gn b/cc/blink/BUILD.gn index b0e9a59..9fd2f33 100644 --- a/cc/blink/BUILD.gn +++ b/cc/blink/BUILD.gn @@ -6,12 +6,14 @@ component("blink") { output_name = "cc_blink" + public_deps = [ + "//skia", + ] deps = [ "//base", "//base/third_party/dynamic_annotations", "//cc", "//gpu", - "//skia", "//third_party/WebKit/public:blink", "//ui/gfx", "//ui/gfx/geometry", @@ -19,8 +21,6 @@ component("blink") { defines = [ "CC_BLINK_IMPLEMENTATION" ] - forward_dependent_configs_from = [ "//skia" ] - sources = [ "cc_blink_export.h", "scrollbar_impl.cc", |