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

Unified Diff: content/test/BUILD.gn

Issue 419613002: Fix GN linking issues. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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/renderer/BUILD.gn ('k') | gpu/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 9578b405164d7bc0438d9ecc11625602356619c7..420d9ea37d6ee9f27533b3b92781a36af841ef9d 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -15,6 +15,9 @@ content_tests_gypi_values = exec_script(
# GYP version //content/content_tests.gypi:test_support_content
static_library("test_support") {
deps = [
+ "//content/public/app",
+ "//content/public/browser",
+ "//content/public/common",
"//net:test_support",
"//skia",
"//testing/gmock",
@@ -30,23 +33,19 @@ static_library("test_support") {
"//ui/resources",
"//url",
"//webkit/common",
- "//content/browser/speech/proto",
- "//content/browser",
- "//content/common",
- "//content/app",
]
if (!is_ios) {
- sources = rebase_path(content_tests_gypi_values.layouttest_support_content_sources,
+ sources = rebase_path(content_tests_gypi_values.test_support_content_sources,
".", "//content")
deps += [
+ "//content/browser/speech/proto",
"//content/child",
- "//content/common",
"//content/gpu",
"//content/ppapi_plugin",
- "//content/renderer",
- "//content/utility",
+ "//content/public/renderer",
+ "//content/public/utility",
"//content/worker",
"//cc",
"//cc:test_support",
« no previous file with comments | « content/renderer/BUILD.gn ('k') | gpu/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698