diff options
author | mseaborn@chromium.org <mseaborn@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-26 20:10:23 +0000 |
---|---|---|
committer | mseaborn@chromium.org <mseaborn@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-26 20:10:23 +0000 |
commit | c2c05b561f5fd0d39744c87e41177ceeb22b29b7 (patch) | |
tree | c90491ac82aa9a3aa84af7165c51404ec37e5f6c | |
parent | 10ce4cfbc3fcbb9d57c9e85ff8c9a2b8c132d383 (diff) | |
download | chromium_src-c2c05b561f5fd0d39744c87e41177ceeb22b29b7.zip chromium_src-c2c05b561f5fd0d39744c87e41177ceeb22b29b7.tar.gz chromium_src-c2c05b561f5fd0d39744c87e41177ceeb22b29b7.tar.bz2 |
NaCl: Update revision in DEPS, r9023 -> r9036
This pulls in the following Native Client changes:
r9024: (khim) Disable lock for instructions which don't write to memory
r9025: (bsy) make the bootstrap channel invisible to the untrusted code.
r9026: (ncbray) Retry compilation in SCons when a known bug is encountered.
r9027: (pasko) validator_ragel: GYP: eliminate flag modification based on OS.
r9028: (bradnelson) Drop Mac OS X 10.5 bots from the trybot list in PRESUBMIT.py
r9029: (kschimpf) Create OWNERS file for validator_arm.
r9030: (kschimpf) Fix the misc decoder table for the ARM validator.
r9031: (kschimpf) Fix bswap instruction to not allow the 16-bit form
r9032: (mseaborn) Add a test for sel_main_chrome.c
r9033: (mseaborn) Fix sel_main_chrome_test to run under ASAN, to fix a build break from r9032
r9034: (jvoung) Bump pnacl gold rev to pull in Tdata arg usage fix.
r9035: (bradchen) Disallow 0f18 undefined instructions, with more tests.
r9036: (pasko) Small tweaks that popped out with review for validator interfaces
BUG=none
TEST=nacl_integration
Review URL: https://chromiumcodereview.appspot.com/10666053
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@144252 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ vars = { "webkit_revision": "121239", "chromium_git": "http://git.chromium.org/git", "swig_revision": "69281", - "nacl_revision": "9023", + "nacl_revision": "9036", # After changing nacl_revision, run 'glient sync' and check native_client/DEPS # to update other nacl_*_revision's. "nacl_tools_revision": "9016", # native_client/DEPS: tools_rev |