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

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

Issue 862093002: Split the event library into a cross-platform and native part. Part 1. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Rebase to ToT Created 5 years, 11 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 | « ui/events/ipc/latency_info_param_traits.cc ('k') | ui/events/platform/platform_event_builder.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/platform/BUILD.gn
diff --git a/ui/events/platform/BUILD.gn b/ui/events/platform/BUILD.gn
index b9a977fefaf530c305c5fc412ff08d93874c9c9d..bcfec56e74e8b4e798b8a3e778c2dd36852ef8c4 100644
--- a/ui/events/platform/BUILD.gn
+++ b/ui/events/platform/BUILD.gn
@@ -9,6 +9,8 @@ component("platform") {
# Allow this target to include events_export.h without depending on the
# events target (which would be circular).
"../events_export.h",
+ "platform_event_builder.cc",
+ "platform_event_builder.h",
"platform_event_dispatcher.h",
"platform_event_observer.h",
"platform_event_source.cc",
@@ -23,6 +25,10 @@ component("platform") {
deps = [
"//base",
+
+ # TODO(erg): Figure out what to do with this dependency later. Maybe get to
+ # the point where we can remove it before we commit this.
+ "//ui/events",
]
if (use_x11) {
« no previous file with comments | « ui/events/ipc/latency_info_param_traits.cc ('k') | ui/events/platform/platform_event_builder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698