diff options
| author | mseaborn@chromium.org <mseaborn@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-30 02:03:11 +0000 | 
|---|---|---|
| committer | mseaborn@chromium.org <mseaborn@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-30 02:03:11 +0000 | 
| commit | 924fb48e3d3a3ea15a7dbec1e917ae29ac894b59 (patch) | |
| tree | bff43bcd06dc0f6817aa61e78ddc902d1169de2f /DEPS | |
| parent | 2def95c5f0b6ecb34cb39a3733c3517bfe115194 (diff) | |
| download | chromium_src-924fb48e3d3a3ea15a7dbec1e917ae29ac894b59.zip chromium_src-924fb48e3d3a3ea15a7dbec1e917ae29ac894b59.tar.gz chromium_src-924fb48e3d3a3ea15a7dbec1e917ae29ac894b59.tar.bz2  | |
NaCl: Update revision in DEPS, r6237 -> r6258
This pulls in the following Native Client changes:
r6239: (pdox) 1) Add a new mode to utman for downloading "upstream" repository...
r6242: (mseaborn) Remove references to obsolete multimedia system calls
r6244: (noelallen) Speed up FFS test.
r6245: (mseaborn) Add missing forward struct declaration to nacl_syscall_handlers.h
r6246: (robertm) Enabled some more ppapi_tests and documented why others are commented out.
r6247: (khim) Bump GLibC revision (and disabled broken tests).
r6248: (ncbray) sel_universal now obeys the force_sel_ldr SCons argument.
r6249: (khim) Bump toolhcain revision.
r6250: (sehr) Rework the SRPC channel error flows.
r6251: (mcgrathr) Support IRT use in multiple_sandboxes test
r6252: (nfullagar) Return invalid descriptor instead of SRPC error.
r6253: (mcgrathr) Disable multiple_sandboxes test on 32-bit
r6257: (pdox) Move libgcc_eh back to native code (native_client/ changes)
r6258: (mcgrathr) Grok -defsym in pnacl-ld, -Wl,... in pnacl-translator
BUG=none
TEST=trybots
Review URL: http://codereview.chromium.org/7453033
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94815 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
| -rw-r--r-- | DEPS | 6 | 
1 files changed, 3 insertions, 3 deletions
@@ -9,9 +9,9 @@ vars = {    "swig_revision": "69281",    # These hashes need to be updated when nacl_revision is changed.    # After changing nacl_revision, run 'gclient runhooks' to get the new values. -  "nacl_irt_hash_x86_32": "06549a325a509ba357c90011403b9b752b97a3b9", -  "nacl_irt_hash_x86_64": "96403eda6196ba957c3afed715f0261214747868", -  "nacl_revision": "6237", +  "nacl_irt_hash_x86_32": "9ddf67e9dbee44432566143508911215e1b66550", +  "nacl_irt_hash_x86_64": "81f4afdc072252d6d6da4d511d083fcbb82382c7", +  "nacl_revision": "6258",    # After changing nacl_revision, run 'glient sync' and check native_client/DEPS    # to update other nacl_*_revision's.    # TODO(brettw) We should use the "From" syntax to avoid hardcoding the  | 
