diff options
author | mseaborn@chromium.org <mseaborn@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-26 20:58:58 +0000 |
---|---|---|
committer | mseaborn@chromium.org <mseaborn@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-26 20:58:58 +0000 |
commit | 72e457db98bc89dcacbf36b856239bb939de9b3d (patch) | |
tree | 4981c1120bb0e125ed5e98af7f316ef6cfa2bb8d /DEPS | |
parent | 8a243afb90a7e782e4d5ffb597da265c4d8f08b2 (diff) | |
download | chromium_src-72e457db98bc89dcacbf36b856239bb939de9b3d.zip chromium_src-72e457db98bc89dcacbf36b856239bb939de9b3d.tar.gz chromium_src-72e457db98bc89dcacbf36b856239bb939de9b3d.tar.bz2 |
NaCl: Update revision in DEPS, r11230 -> r11237
This pulls in the following Native Client changes:
r11231: (mcgrathr) Include nacl_syscalls.h headers from source tree, not toolchain
r11232: (mseaborn) PNaCl: Enable ExpandByVal pass for expanding out passing structs by value
r11233: (khim) Update glibc revision in tools/REVISIONS
r11234: (mcgrathr) Use sys/nacl_imc_api.h from source tree, not toolchain
r11235: (eliben) Get rid of findpython.sh and take python from PATH like we do on Windows.
r11236: (mcgrathr) Use sys/nacl_name_service.h from source tree, not toolchain
r11237: (binji) Fix typo in untrusted.gypi
BUG=none
TEST=nacl_integration
Review URL: https://codereview.chromium.org/14522004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@196827 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": "11230", + "nacl_revision": "11237", # After changing nacl_revision, run 'glient sync' and check native_client/DEPS # to update other nacl_*_revision's. "nacl_tools_revision": "11040", # native_client/DEPS: tools_rev |