diff options
author | mseaborn@chromium.org <mseaborn@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-15 00:16:30 +0000 |
---|---|---|
committer | mseaborn@chromium.org <mseaborn@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-15 00:16:30 +0000 |
commit | 18bba1e31fc97fce4899eb02137d6c1c63d21c02 (patch) | |
tree | 6e0c06534d408d78d0a2f992794e7ca42238b975 /DEPS | |
parent | 5a8e0c9fd7053438e6836578be3a45048ff76696 (diff) | |
download | chromium_src-18bba1e31fc97fce4899eb02137d6c1c63d21c02.zip chromium_src-18bba1e31fc97fce4899eb02137d6c1c63d21c02.tar.gz chromium_src-18bba1e31fc97fce4899eb02137d6c1c63d21c02.tar.bz2 |
NaCl: Update revision in DEPS, r10783 -> r10793
This pulls in the following Native Client changes:
r10784: (jvoung) Update pnacl llvm rev to get recent changes.
r10785: (kschimpf) Use generated actual decoders for ARM table:
r10786: (mseaborn) DescWrapper: Use the C IMC interface rather than the C++ IMC interface
r10787: (kschimpf) Use generated baseline decoders for ARM table:
r10788: (mseaborn) Mac x86-64: Enable more tests on the buildbots/trybots
r10789: (mseaborn) Fix build breakage introduced by r10788: Add missing comma in list
r10790: (mark) Mac x86_64: fix crash_in_syscall test
r10791: (krasin) Add Linux-only sel_ldr_seccomp.
r10792: (krasin) Fix build broken by http://src.chromium.org/viewvc/native_client?view=rev&revision=10791
r10793: (phosek) Remove the use of nacl C++ namespace from IMC
BUG=none
TEST=nacl_integration
Review URL: https://codereview.chromium.org/12263033
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182585 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ vars = { "chromium_git": "https://chromium.googlesource.com", "chromiumos_git": "https://chromium.googlesource.com/chromiumos", "swig_revision": "69281", - "nacl_revision": "10783", + "nacl_revision": "10793", # After changing nacl_revision, run 'glient sync' and check native_client/DEPS # to update other nacl_*_revision's. "nacl_tools_revision": "10001", # native_client/DEPS: tools_rev |