[Ozone] Have WTH call cursor function in platform_window directly
WTH now calls into platform_window for cursor updates. This also means that
there are no public callers for EventFactoryOzone, so removing it from the
Ozone interface.
BUG=392280
NOTRY=true
Review URL: https://codereview.chromium.org/481073003
Cr-Commit-Position: refs/heads/master@{#290626}
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290626 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/mojo/mojo_services.gypi b/mojo/mojo_services.gypi
index 9064ad9..5eacc2b9 100644
--- a/mojo/mojo_services.gypi
+++ b/mojo/mojo_services.gypi
@@ -288,6 +288,11 @@
'../ui/events/platform/x11/x11_events_platform.gyp:x11_events_platform',
],
}],
+ ['use_ozone==1', {
+ 'dependencies': [
+ '../ui/ozone/ozone.gyp:ozone',
+ ],
+ }],
],
},
{