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

Unified Diff: content/test/BUILD.gn

Issue 2873243002: Move components/display_compositor to components/viz/display_compositor (Closed)
Patch Set: Rebase 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 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",
« no previous file with comments | « content/browser/renderer_host/render_widget_host_view_aura_unittest.cc ('k') | services/ui/surfaces/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698