diff options
author | mseaborn@chromium.org <mseaborn@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-21 00:11:21 +0000 |
---|---|---|
committer | mseaborn@chromium.org <mseaborn@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-21 00:11:21 +0000 |
commit | 2aac0d454f30285c3bfe6f93afe20716c9b22867 (patch) | |
tree | 1b8ab93fa4a8955202f895edb7733504bee8c349 /DEPS | |
parent | 48e99a17eb78cb1446a532f6809ffc22b00a4c66 (diff) | |
download | chromium_src-2aac0d454f30285c3bfe6f93afe20716c9b22867.zip chromium_src-2aac0d454f30285c3bfe6f93afe20716c9b22867.tar.gz chromium_src-2aac0d454f30285c3bfe6f93afe20716c9b22867.tar.bz2 |
NaCl: Update revision in DEPS, r11816 -> r11819
This pulls in the following Native Client changes:
r11817: (jfb) Test synchronization primitives as written in C++.
r11818: (mcgrathr) Test that calls farther than 32MB away work, update ARM toolchain
r11819: (mseaborn) IRT: Replace __attribute__((constructor)) with explicit call in _start()
BUG=none
TEST=browser_tests and nacl_integration
TBR=bradnelson@chromium.org
Review URL: https://codereview.chromium.org/19815004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@212805 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": "11816", + "nacl_revision": "11819", # After changing nacl_revision, run 'glient sync' and check native_client/DEPS # to update other nacl_*_revision's. "nacl_tools_revision": "11437", # native_client/DEPS: tools_rev |