Index: ui/events/platform/BUILD.gn |
diff --git a/ui/events/platform/BUILD.gn b/ui/events/platform/BUILD.gn |
index 4008a2321fa461c8aac50770ba2afc6acc722639..b9a977fefaf530c305c5fc412ff08d93874c9c9d 100644 |
--- a/ui/events/platform/BUILD.gn |
+++ b/ui/events/platform/BUILD.gn |
@@ -19,17 +19,13 @@ component("platform") { |
"scoped_event_dispatcher.h", |
] |
- defines = [ |
- "EVENTS_IMPLEMENTATION", |
- ] |
+ defines = [ "EVENTS_IMPLEMENTATION" ] |
deps = [ |
"//base", |
] |
if (use_x11) { |
- sources -= [ |
- "platform_event_source_stub.cc", |
- ] |
+ sources -= [ "platform_event_source_stub.cc" ] |
} |
} |