Index: content/test/BUILD.gn |
diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn |
index 3fc5fed24b6673b5c861b57bbb450c84569f4131..3b3d94a6673a30b49f24042a1302f3b7ef001572 100644 |
--- a/content/test/BUILD.gn |
+++ b/content/test/BUILD.gn |
@@ -650,7 +650,6 @@ test("content_unittests") { |
"//content/public/browser", |
"//content/public/child", |
"//content/public/common", |
- "//content/public/common:mojo_bindings", |
"//content/public/renderer", |
"//content/renderer:for_content_tests", |
"//crypto", |
@@ -681,6 +680,7 @@ test("content_unittests") { |
"//testing/gmock", |
"//testing/gtest", |
"//third_party/WebKit/public:blink", |
+ "//third_party/WebKit/public:mojo_bindings", |
"//third_party/icu", |
"//third_party/leveldatabase", |
"//third_party/libjingle", |