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

Unified Diff: ui/base/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/base/BUILD.gn
diff --git a/ui/base/BUILD.gn b/ui/base/BUILD.gn
index 7fddc3bc1ace1336b844204ce5cd708d2e2c392f..9beb13cfe7780a54529167333b92542aadfcc3e0 100644
--- a/ui/base/BUILD.gn
+++ b/ui/base/BUILD.gn
@@ -571,6 +571,8 @@ component("base") {
"cursor/cursor_ozone.cc",
"cursor/ozone/bitmap_cursor_factory_ozone.cc",
"cursor/ozone/bitmap_cursor_factory_ozone.h",
+ "cursor/ozone/cursor_data_factory_ozone.cc",
+ "cursor/ozone/cursor_data_factory_ozone.h",
]
deps += [

Powered by Google App Engine
This is Rietveld 408576698