Index: content/test/BUILD.gn |
diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn |
index ec78a6ca75c6a8cb22de64bf6464847045eaa793..2f02c9e094c586bc39932985f2de5404aff4505e 100644 |
--- a/content/test/BUILD.gn |
+++ b/content/test/BUILD.gn |
@@ -243,9 +243,9 @@ static_library("test_support") { |
"//cc/ipc", |
"//cc/ipc:interfaces", |
"//cc/surfaces", |
- "//components/display_compositor", |
"//components/leveldb/public/interfaces", |
"//components/payments/mojom:mojom_payment_app", |
+ "//components/viz/display_compositor", |
"//content/app:both_for_content_tests", |
"//content/browser:for_content_tests", |
"//content/browser/speech/proto", |
@@ -1444,11 +1444,11 @@ test("content_unittests") { |
"//cc:test_support", |
"//cc/ipc", |
"//cc/surfaces", |
- "//components/display_compositor", |
"//components/leveldb/public/cpp", |
"//components/payments/mojom", |
"//components/payments/mojom:mojom_payment_app", |
"//components/rappor:test_support", |
+ "//components/viz/display_compositor", |
"//components/viz/frame_sinks", |
"//content:resources", |
"//content/app:both_for_content_tests", |