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

Unified Diff: content/test/BUILD.gn

Issue 2873243002: Move components/display_compositor to components/viz/display_compositor (Closed)
Patch Set: Rebase and fix mac build Created 3 years, 7 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
Index: content/test/BUILD.gn
diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
index 1122904644349d5987e71c67c67ede48dbada4b2..417b70718711c3bef1ebbc84cff72303bc4dd81d 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -241,9 +241,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",
@@ -1446,11 +1446,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",

Powered by Google App Engine
This is Rietveld 408576698