Run gn --format over all .gn files

The recent formatter alphebetizing change is causing a lot of noise in
code reviews. Figured it'd be worth a clean-up CL.

Exact command I ran:
find . -name "*.gn*" -exec gn format --in-place "{}" \;

[email protected]
BUG=554928
CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel

Review URL: https://codereview.chromium.org/1464873002

Cr-Commit-Position: refs/heads/master@{#360891}
diff --git a/chrome/browser/extensions/BUILD.gn b/chrome/browser/extensions/BUILD.gn
index 14208a9..c093041 100644
--- a/chrome/browser/extensions/BUILD.gn
+++ b/chrome/browser/extensions/BUILD.gn
@@ -55,13 +55,14 @@
     "//crypto",
     "//device/bluetooth",
     "//device/hid",
+    "//extensions:extensions_resources",
     "//extensions/browser",
     "//extensions/common/api",
     "//extensions/common/api:api_registration",
     "//extensions/strings",
-    "//extensions:extensions_resources",
     "//net",
     "//skia",
+    "//storage/browser",
     "//storage/common",
     "//sync",
     "//third_party/WebKit/public:image_resources",
@@ -80,7 +81,6 @@
     "//ui/resources",
     "//ui/strings",
     "//url",
-    "//storage/browser",
   ]
 
   if (is_chromeos) {
@@ -91,10 +91,10 @@
     sources -= [ "api/music_manager_private/device_id_linux.cc" ]
     configs += [ "//build/config/linux:dbus" ]
     deps += [
-      "//third_party/protobuf:protobuf_lite",
       "//chromeos/ime:gencode",
       "//components/chrome_apps",
       "//remoting/host/it2me:common",
+      "//third_party/protobuf:protobuf_lite",
     ]
   } else {
     sources += [