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

Unified Diff: ui/views/mus/BUILD.gn

Issue 2798883003: [ozone,views-mus] Build CursorDataFactoryOzone. (Closed)
Patch Set: Further completion. Created 3 years, 8 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: ui/views/mus/BUILD.gn
diff --git a/ui/views/mus/BUILD.gn b/ui/views/mus/BUILD.gn
index 0c46f41cabed1bca79e6046cc69a269dafd1f81e..fa5e7451e3d21b56fea96c71478700c6838dc1d7 100644
--- a/ui/views/mus/BUILD.gn
+++ b/ui/views/mus/BUILD.gn
@@ -136,6 +136,10 @@ static_library("test_support") {
"//ui/views:test_support_internal",
]
+ if (use_ozone) {
+ deps += [ "//ui/ozone" ]
+ }
+
data_deps = [
":views_mus_tests_catalog",
"//ui/resources:ui_test_pak_data",

Powered by Google App Engine
This is Rietveld 408576698