Pull the OpenType sanitiser library from code.google.com/ots/, as per our discussion on the (internal) group. 

Review URL: http://codereview.chromium.org/363001

BUG=17818
TEST=none 


git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31878 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/DEPS b/DEPS
index fa709cd..d1e473e 100644
--- a/DEPS
+++ b/DEPS
@@ -63,6 +63,9 @@
   "src/third_party/WebKit/WebKit/chromium":
     Var("webkit_trunk") + "/WebKit/chromium@" + Var("webkit_revision"),
 
+  "src/third_party/ots":
+    "http://ots.googlecode.com/svn/trunk@4",
+
   "src/third_party/tcmalloc/tcmalloc":
     "http://google-perftools.googlecode.com/svn/trunk@77",