summaryrefslogtreecommitdiffstats
path: root/ui/events/platform/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'ui/events/platform/BUILD.gn')
-rw-r--r--ui/events/platform/BUILD.gn5
1 files changed, 4 insertions, 1 deletions
diff --git a/ui/events/platform/BUILD.gn b/ui/events/platform/BUILD.gn
index 3a20219..4008a23 100644
--- a/ui/events/platform/BUILD.gn
+++ b/ui/events/platform/BUILD.gn
@@ -6,6 +6,9 @@ import("//build/config/ui.gni")
component("platform") {
sources = [
+ # Allow this target to include events_export.h without depending on the
+ # events target (which would be circular).
+ "../events_export.h",
"platform_event_dispatcher.h",
"platform_event_observer.h",
"platform_event_source.cc",
@@ -21,7 +24,7 @@ component("platform") {
]
deps = [
- "//base"
+ "//base",
]
if (use_x11) {