diff options
author | nirnimesh@chromium.org <nirnimesh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-09 18:10:25 +0000 |
---|---|---|
committer | nirnimesh@chromium.org <nirnimesh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-09 18:10:25 +0000 |
commit | 2e981ac35da47f84ee5a197e4a54a9f69a3b825d (patch) | |
tree | e69d3b06a1a4cfd474a3fbc98ffb2085822e9f1f /DEPS | |
parent | a677692d41dc6843fd85e4507f8ec2a1f378be4a (diff) | |
download | chromium_src-2e981ac35da47f84ee5a197e4a54a9f69a3b825d.zip chromium_src-2e981ac35da47f84ee5a197e4a54a9f69a3b825d.tar.gz chromium_src-2e981ac35da47f84ee5a197e4a54a9f69a3b825d.tar.bz2 |
- Update README.chromium to mention change to swig libs in third_party
- Provide platform-specific macros to swig.
- Update DEPS to use right swig updates
To be committed _after_ accompanying CL: http://codereview.chromium.org/661334
BUG=32285
TEST=None
Review URL: http://codereview.chromium.org/661342
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41048 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ vars = { "ffmpeg_revision": "40718", "skia_revision": "504", "chromium_git": "http://src.chromium.org/git", - "swig_revision": "37274", + "swig_revision": "40423", "nacl_revision": "1653", } |