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

Unified Diff: components/pairing/BUILD.gn

Issue 1464873002: Run gn --format over all .gn files (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
Index: components/pairing/BUILD.gn
diff --git a/components/pairing/BUILD.gn b/components/pairing/BUILD.gn
index 12096c8e0547aa435fb8bb1fc34d64e93d3758e9..dfbe94e0672e4d48ddecf34516ebb8d530e36d10 100644
--- a/components/pairing/BUILD.gn
+++ b/components/pairing/BUILD.gn
@@ -29,10 +29,10 @@ source_set("pairing") {
]
deps = [
+ ":proto",
"//base",
"//device/bluetooth",
"//net",
- ":proto",
]
}

Powered by Google App Engine
This is Rietveld 408576698