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

Unified Diff: content/test/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/shell/BUILD.gn ('k') | crypto/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/BUILD.gn
diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
index 3acecb05252e9fc5c6103f03d99c69e90bb8086b..313c9b7bd3fb997500ec6d71091971f258c9931c 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -15,6 +15,7 @@ content_tests_gypi_values = exec_script(
# GYP version //content/content_tests.gypi:test_support_content
static_library("test_support") {
testonly = true
+ public_deps = []
deps = [
"//cc/blink",
"//content/public/app:both",
@@ -42,6 +43,9 @@ static_library("test_support") {
sources = rebase_path(content_tests_gypi_values.test_support_content_sources,
".", "//content")
+ public_deps += [
+ "//third_party/WebKit/public:blink",
+ ]
deps += [
"//content/browser/speech/proto",
"//content/public/child:child_sources",
@@ -58,16 +62,11 @@ static_library("test_support") {
"//ppapi:ppapi_unittest_shared",
"//storage/browser",
"//storage/common",
- "//third_party/WebKit/public:blink",
"//ui/surface",
"//v8",
"//webkit/common/gpu",
]
- forward_dependent_configs_from = [
- "//third_party/WebKit/public:blink",
- ]
-
if (enable_plugins) {
deps += [ "//content/ppapi_plugin" ]
}
« no previous file with comments | « content/shell/BUILD.gn ('k') | crypto/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698