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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « cc/BUILD.gn ('k') | chrome/browser/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/blink/BUILD.gn
diff --git a/cc/blink/BUILD.gn b/cc/blink/BUILD.gn
index b0e9a59f9dd2fc72e0ad78807ae1e8c3752f9cab..9fd2f333ae5b77a9f452caf11ffea152d6e59405 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",
« 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