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

Unified Diff: ui/compositor/BUILD.gn

Issue 2737513003: Fix compositor_unittests with Ozone X11. (Closed)
Patch Set: Group. Created 3 years, 9 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
« no previous file with comments | « no previous file | ui/compositor/test/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/compositor/BUILD.gn
diff --git a/ui/compositor/BUILD.gn b/ui/compositor/BUILD.gn
index a3c781b10f113adf6bc6e5b1bad17d1000615838..69322653f8292c0bdd66418cd431ec1fd825a700 100644
--- a/ui/compositor/BUILD.gn
+++ b/ui/compositor/BUILD.gn
@@ -165,6 +165,8 @@ static_library("test_support") {
if (use_ozone) {
sources += [ "test/test_compositor_host_ozone.cc" ]
+
+ deps += [ "//ui/ozone" ]
} else if (use_x11) {
sources += [ "test/test_compositor_host_x11.cc" ]
}
« no previous file with comments | « no previous file | ui/compositor/test/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698