Index: content/test/BUILD.gn |
diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn |
index 42b36db8a8c247862226de3b2caa928e835d77ff..0dfa7eecec5992d08445d42c98e1df0ca0cebfa3 100644 |
--- a/content/test/BUILD.gn |
+++ b/content/test/BUILD.gn |
@@ -18,8 +18,8 @@ static_library("test_support") { |
deps = [ |
"//cc/blink", |
"//content/public/app:both", |
- "//content/public/browser", |
- "//content/public/common", |
+ "//content/public/browser:browser_sources", |
+ "//content/public/common:common_sources", |
"//net:test_support", |
"//skia", |
"//storage/common", |
@@ -44,10 +44,10 @@ static_library("test_support") { |
deps += [ |
"//content/browser/speech/proto", |
- "//content/child", |
+ "//content/public/child:child_sources", |
"//content/gpu", |
- "//content/public/renderer", |
- "//content/public/utility", |
+ "//content/public/renderer:renderer_sources", |
+ "//content/public/utility:utility_sources", |
"//cc", |
"//cc:test_support", |
"//media", |