[build] Fix some FIDL deps

This will be needed when we roll
https://fuchsia-review.googlesource.com/c/fuchsia/+/266591 to GI.

Change-Id: Ib2b4ec32b035c1a095fa43ccdc1b78f4f2855237
diff --git a/examples/ui/lib/BUILD.gn b/examples/ui/lib/BUILD.gn
index 07686fa..f919943 100644
--- a/examples/ui/lib/BUILD.gn
+++ b/examples/ui/lib/BUILD.gn
@@ -17,8 +17,8 @@
   ]
 
   public_deps = [
-    "//src/lib/fxl",
     "//sdk/lib/ui/scenic/cpp",
+    "//src/lib/fxl",
     "//third_party/skia",
   ]
 
@@ -40,6 +40,7 @@
   ]
 
   public_deps = [
+    "//sdk/fidl/fuchsia.fonts",
     "//zircon/public/lib/fit",
   ]
 
@@ -47,7 +48,6 @@
     ":skia_type_converters",
     ":skia_vmo",
     "//src/lib/fxl",
-    "//sdk/fidl/fuchsia.fonts",
     "//third_party/skia",
   ]