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

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

Issue 773283006: Run gn format on all BUILD.gn files (gn version 306668) (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years 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/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" ]
}
}
« benchmarks/startup/BUILD.gn ('K') | « ui/events/ozone/BUILD.gn ('k') | ui/gfx/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698