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

Unified Diff: ui/events/mojo/BUILD.gn

Issue 2048633004: Remove type converters for ui::Event. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 | « content/renderer/mus/compositor_mus_connection.cc ('k') | ui/events/mojo/input_events_type_converters.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/mojo/BUILD.gn
diff --git a/ui/events/mojo/BUILD.gn b/ui/events/mojo/BUILD.gn
index cbd7f543c059488528088cd5536e61466abfbb6f..0840e693bd28565c7b2627d2fd2a9d04e1491ffb 100644
--- a/ui/events/mojo/BUILD.gn
+++ b/ui/events/mojo/BUILD.gn
@@ -4,29 +4,6 @@
import("//mojo/public/tools/bindings/mojom.gni")
-# GYP version: mojo/mojo_converters.gypi:mojo_input_events_lib
-component("mojo") {
- output_name = "input_events"
- sources = [
- "input_events_type_converters.cc",
- "mojo_extended_key_event_data.cc",
- "mojo_extended_key_event_data.h",
- "mojo_input_events_export.h",
- ]
-
- defines = [ "MOJO_INPUT_EVENTS_IMPLEMENTATION" ]
-
- deps = [
- "//base",
- "//components/mus/public/interfaces",
- "//mojo/public/c/system:for_component",
- "//ui/events",
- "//ui/events:dom_keycode_converter",
- "//ui/gfx/geometry",
- "//ui/gfx/geometry/mojo",
- ]
-}
-
mojom("interfaces") {
sources = [
"latency_info.mojom",
« no previous file with comments | « content/renderer/mus/compositor_mus_connection.cc ('k') | ui/events/mojo/input_events_type_converters.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698