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

Unified Diff: device/vibration/BUILD.gn

Issue 755143005: gn format // regressions (Closed) Base URL: https://chromium.googlesource.com/chromium/src.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: 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",
]
-}
+}

Powered by Google App Engine
This is Rietveld 408576698