diff options
author | ncbray@google.com <ncbray@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-18 01:22:45 +0000 |
---|---|---|
committer | ncbray@google.com <ncbray@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-18 01:22:45 +0000 |
commit | 1a9dfc9d86144fa01164da3c42afa81098193e9e (patch) | |
tree | acc0b76832209e3528edde77c09af271f596b205 /DEPS | |
parent | ee64fc06a4c0730cbea8a855c8efd8ca771810d8 (diff) | |
download | chromium_src-1a9dfc9d86144fa01164da3c42afa81098193e9e.zip chromium_src-1a9dfc9d86144fa01164da3c42afa81098193e9e.tar.gz chromium_src-1a9dfc9d86144fa01164da3c42afa81098193e9e.tar.bz2 |
Updating nacl_revision in DEPS.
BUG= none
TEST= none
Review URL: http://codereview.chromium.org/7019025
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@85712 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -8,9 +8,10 @@ vars = { "chromium_git": "http://git.chromium.org/git", "swig_revision": "69281", # These hashes need to be updated when nacl_revision is changed. - "nacl_irt_hash_x86_32": "81c70ae0d218dca33c483c8aa50a6c35064df73a", - "nacl_irt_hash_x86_64": "0e001b97bfdc8f26770e9d9b66df6f7a6ee33462", - "nacl_revision": "5312", + # After changing nacl_revision, run gclient sync to get the new values. + "nacl_irt_hash_x86_32": "d390ccb8de25456b30249047247d82ad255e1035", + "nacl_irt_hash_x86_64": "6117b638d97a3a93c32163862f83c2be6ee6751b", + "nacl_revision": "5344", "nacl_tools_revision": "5308", "libjingle_revision": "59", "libvpx_revision": "81610", |