Rename third_party/freetype-android to third_party/freetype

Now that the FreeType checkouts are unified, we should no longer use
the _android suffix.

TBR'ing jochen for the rename, not adding any new library.

BUG=697015
TBR=jochen

Review-Url: https://codereview.chromium.org/2726873002
Cr-Commit-Position: refs/heads/master@{#454855}
diff --git a/content/shell/BUILD.gn b/content/shell/BUILD.gn
index d31f4685..53caa14 100644
--- a/content/shell/BUILD.gn
+++ b/content/shell/BUILD.gn
@@ -369,7 +369,7 @@
   }
 
   if (is_linux) {
-    deps += [ "//third_party/freetype-android:freetype" ]
+    deps += [ "//third_party/freetype" ]
   }
 
   if (!enable_plugins) {