diff options
author | jcampan@chromium.org <jcampan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-12 21:31:13 +0000 |
---|---|---|
committer | jcampan@chromium.org <jcampan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-12 21:31:13 +0000 |
commit | 8c4cdd4cdae45e1fb81a8b3eaac9639abd6a2b30 (patch) | |
tree | ae17b06e0be7e6cad93e8f515a9e3d5d08dfa00c /chrome/chrome.gyp | |
parent | 4f0db14eee2abfc9d52707761a65912b76eac392 (diff) | |
download | chromium_src-8c4cdd4cdae45e1fb81a8b3eaac9639abd6a2b30.zip chromium_src-8c4cdd4cdae45e1fb81a8b3eaac9639abd6a2b30.tar.gz chromium_src-8c4cdd4cdae45e1fb81a8b3eaac9639abd6a2b30.tar.bz2 |
Moving the CLD code to the renderer so it runs sanboxed.
BUG=
TEST=Run the unit-tests.
Review URL: http://codereview.chromium.org/541013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36045 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome.gyp')
-rwxr-xr-x | chrome/chrome.gyp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp index 61910b5..49003b4 100755 --- a/chrome/chrome.gyp +++ b/chrome/chrome.gyp @@ -1199,7 +1199,6 @@ '../third_party/bsdiff/bsdiff.gyp:*', '../third_party/bspatch/bspatch.gyp:*', '../third_party/bzip2/bzip2.gyp:*', - '../third_party/cld/cld.gyp:cld', '../third_party/codesighs/codesighs.gyp:*', '../third_party/icu/icu.gyp:*', '../third_party/libjpeg/libjpeg.gyp:*', |