Index: content/common/BUILD.gn |
diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn |
index b302866db084aa19e232563ad8c7188edd5be8fc..dc33507e483e6d3612f04119190a89a6e35e89ea 100644 |
--- a/content/common/BUILD.gn |
+++ b/content/common/BUILD.gn |
@@ -15,21 +15,19 @@ source_set("common") { |
sources = rebase_path(content_common_gypi_values.private_common_sources, |
".", "//content") |
- forward_dependent_configs_from = [ |
- "//gpu/command_buffer/common", |
- "//third_party/WebKit/public:blink_headers", |
- ] |
- |
configs += [ |
"//content:content_implementation", |
] |
+ public_deps = [ |
+ "//gpu/command_buffer/common", |
+ "//third_party/WebKit/public:blink_headers", |
+ ] |
deps = [ |
"//base", |
"//build/util:webkit_version", |
"//components/tracing", |
"//gpu/command_buffer/client:gles2_interface", |
- "//gpu/command_buffer/common", |
"//net", |
"//skia", |
"//third_party/icu", |
@@ -40,7 +38,6 @@ source_set("common") { |
"//ui/gfx/ipc", |
"//ui/shell_dialogs", |
"//url", |
- "//third_party/WebKit/public:blink_headers", |
"//third_party/libjingle", |
] |