Index: device/vibration/BUILD.gn |
diff --git a/device/vibration/BUILD.gn b/device/vibration/BUILD.gn |
index 4535b3c66d6add127ba063c27849d6c4a73102d1..867e87f0b76bd58aed30646c7e252180762d4ef6 100644 |
--- a/device/vibration/BUILD.gn |
+++ b/device/vibration/BUILD.gn |
@@ -16,9 +16,7 @@ component("vibration") { |
"vibration_manager_impl_default.cc", |
] |
- defines = [ |
- "DEVICE_VIBRATION_IMPLEMENTATION", |
- ] |
+ defines = [ "DEVICE_VIBRATION_IMPLEMENTATION" ] |
deps = [ |
":mojo_bindings", |
@@ -30,9 +28,7 @@ component("vibration") { |
] |
if (is_android) { |
- sources -= [ |
- "vibration_manager_impl_default.cc", |
- ] |
+ sources -= [ "vibration_manager_impl_default.cc" ] |
deps += [ |
"//device/vibration/android", |
"//device/vibration/android:vibration_jni_headers", |
@@ -44,4 +40,4 @@ mojom("mojo_bindings") { |
sources = [ |
"vibration_manager.mojom", |
] |
-} |
+} |