summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoryusukes@google.com <yusukes@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-13 02:15:59 +0000
committeryusukes@google.com <yusukes@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-13 02:15:59 +0000
commitd7bdd38851d9f435577f37bb7cd8028d4a22330f (patch)
tree6b9bcce246801c0060dc6dbae13ece1250d709c1
parente7dadfcbac3fb76aa14119a54cd3ff34c8917ca2 (diff)
downloadchromium_src-d7bdd38851d9f435577f37bb7cd8028d4a22330f.zip
chromium_src-d7bdd38851d9f435577f37bb7cd8028d4a22330f.tar.gz
chromium_src-d7bdd38851d9f435577f37bb7cd8028d4a22330f.tar.bz2
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
-rw-r--r--DEPS3
-rw-r--r--build/all.gyp1
-rw-r--r--build/features_override.gypi1
3 files changed, 5 insertions, 0 deletions
diff --git a/DEPS b/DEPS
index fa709cd..d1e473e 100644
--- a/DEPS
+++ b/DEPS
@@ -63,6 +63,9 @@ deps = {
"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",
diff --git a/build/all.gyp b/build/all.gyp
index 9e23774..524b26f 100644
--- a/build/all.gyp
+++ b/build/all.gyp
@@ -31,6 +31,7 @@
'../third_party/lzma_sdk/lzma_sdk.gyp:*',
'../third_party/modp_b64/modp_b64.gyp:*',
'../third_party/npapi/npapi.gyp:*',
+ '../third_party/ots/ots.gyp:*',
'../third_party/sqlite/sqlite.gyp:*',
'../third_party/WebKit/WebKit/chromium/WebKit.gyp:*',
'../third_party/zlib/zlib.gyp:*',
diff --git a/build/features_override.gypi b/build/features_override.gypi
index dfa3869..4a6f94d 100644
--- a/build/features_override.gypi
+++ b/build/features_override.gypi
@@ -21,6 +21,7 @@
'ENABLE_JSC_MULTIPLE_THREADS=0',
'ENABLE_ICONDATABASE=0',
'ENABLE_NOTIFICATIONS=1',
+ 'ENABLE_OPENTYPE_SANITIZER=1',
'ENABLE_ORIENTATION_EVENTS=0',
'ENABLE_XSLT=1',
'ENABLE_XPATH=1',