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

Unified Diff: ui/events/BUILD.gn

Issue 704363002: XXX test gn format everything (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 6 years, 1 month 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/display/BUILD.gn ('k') | ui/events/devices/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/BUILD.gn
diff --git a/ui/events/BUILD.gn b/ui/events/BUILD.gn
index a342aabedb248dfe9306511dd28f9ec96a4320da..ea4fa4ec2fa2db02732f723ac914e1269efac5f4 100644
--- a/ui/events/BUILD.gn
+++ b/ui/events/BUILD.gn
@@ -14,7 +14,9 @@ static_library("dom4_keycode_converter") {
"keycodes/dom4/keycode_converter_data.h",
]
- deps = [ "//base" ]
+ deps = [
+ "//base",
+ ]
}
component("events_base") {
@@ -138,9 +140,7 @@ component("events") {
}
if (use_ozone) {
- sources += [
- "ozone/events_ozone.cc",
- ]
+ sources += [ "ozone/events_ozone.cc" ]
}
if (use_aura) {
@@ -311,9 +311,7 @@ test("events_unittests") {
"//ui/gfx:test_support",
]
- include_dirs = [
- "//testing/gmock/include",
- ]
+ include_dirs = [ "//testing/gmock/include" ]
if (use_x11) {
configs += [ "//build/config/linux:x11" ]
@@ -340,8 +338,6 @@ test("events_unittests") {
}
if (use_aura) {
- sources += [
- "gestures/gesture_provider_aura_unittest.cc",
- ]
+ sources += [ "gestures/gesture_provider_aura_unittest.cc" ]
}
}
« no previous file with comments | « ui/display/BUILD.gn ('k') | ui/events/devices/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698