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

Unified Diff: content/test/BUILD.gn

Issue 2814623002: Add //content/test:test_runner_support deps on //content/public/renderer (Closed)
Patch Set: Created 3 years, 8 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 | « no previous file | no next file » | 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 3c8b08c203a38a4bda51836ac3a88b76eff3d096..72e53e93da01ed3cb5018801696b3b0abcb38413 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -527,6 +527,7 @@ static_library("test_runner_support") {
]
deps = [
+ "//content/public/renderer",
"//content/renderer:for_content_tests",
"//third_party/WebKit/public:blink",
]
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698