Convert some third_party deps to GN

These are required by Blink platform which I'm working on now.

Also adds a missing enum to the GN target name description function.

BUG=

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@269971 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/BUILD.gn b/BUILD.gn
index beadcbc..38648cd 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -38,11 +38,15 @@
     #"//sdch",
     "//skia",
     #"//third_party/WebKit/Source/platform",
+    "//third_party/brotli",
+    "//third_party/iccjpeg",
     "//third_party/icu",
     "//third_party/leveldatabase",
     "//third_party/libpng",
     "//third_party/libusb",
     "//third_party/libwebp",
+    "//third_party/ots",
+    "//third_party/qcms",
     "//third_party/re2",
     "//third_party/smhasher:cityhash",
     "//third_party/smhasher:murmurhash3",