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

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

Issue 2765773002: Adds KeyEvent::properties (Closed)
Patch Set: 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
Index: ui/events/mojo/BUILD.gn
diff --git a/ui/events/mojo/BUILD.gn b/ui/events/mojo/BUILD.gn
index 3e871fda5dcae02cc7d1f8137ac181901adf0dee..73878cbacb90d6ebce694ff4e3027d596a153327 100644
--- a/ui/events/mojo/BUILD.gn
+++ b/ui/events/mojo/BUILD.gn
@@ -29,17 +29,3 @@ mojom("test_interfaces") {
":interfaces",
]
}
-
-source_set("struct_traits") {
sky 2017/03/21 03:32:22 Ken says you shouldn't need a separate target for
- sources = [
- "latency_info_struct_traits.cc",
- "latency_info_struct_traits.h",
- ]
- deps = [
- ":interfaces_shared_cpp_sources",
- "//mojo/common",
- "//mojo/public/cpp/bindings",
- "//ui/events:events_base",
- "//ui/gfx/geometry/mojo:struct_traits",
- ]
-}
« ui/events/event.h ('K') | « ui/events/event.cc ('k') | ui/events/mojo/event.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698