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

Unified Diff: content/common/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 | « content/BUILD.gn ('k') | content/public/browser/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
]
« no previous file with comments | « content/BUILD.gn ('k') | content/public/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698