diff options
author | mseaborn@chromium.org <mseaborn@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-12 22:25:46 +0000 |
---|---|---|
committer | mseaborn@chromium.org <mseaborn@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-12 22:25:46 +0000 |
commit | 8239627bb04643214c2d26b15e4d60585c76510e (patch) | |
tree | e0ed1a227aee79a9d8fc459a8152486acec73814 /DEPS | |
parent | 51799e3e853d54bc05018505940f0cd5b4c55b24 (diff) | |
download | chromium_src-8239627bb04643214c2d26b15e4d60585c76510e.zip chromium_src-8239627bb04643214c2d26b15e4d60585c76510e.tar.gz chromium_src-8239627bb04643214c2d26b15e4d60585c76510e.tar.bz2 |
NaCl: Update revision in DEPS, r8222 -> r8249
This pulls in the following Native Client changes:
r8223: (bsy) Change variable name to correspond with reality. Document bug.
r8224: (eaeltsin) Now "G" packet actually sets new register values
r8225: (khim) Add ragel decoder/validator to SCONS
r8226: (khim) Fix lucid_64-newlib-dbg-asan bot.
r8227: (robertm) Enable pnacl sandboxed translator tests for the new toolchain testing bots
r8229: (dschuff) Remove lpbench from known arm testsuite failures
r8230: (jvoung) Add a few tests (common/copy-relocs and tls for now) for pnacl
r8231: (dschuff) Move translator filetype testing back after LLC run
r8232: (robertm) Make the pnacl toolchain test bots more strict by turning warnings into errors.
r8233: (bbudge) Update Chrome revision in NaCl DEPS.
r8235: (bradchen) Update owners files to use "set noparent" as appropriate.
r8236: (robertm) Update pnacl gold rev to pull in this meta data related change:
r8237: (dschuff) Do not install translator driver unless building the translators
r8238: (ncbray) Finish moving the declartion of .scons files in the Chrome repo into Chrome.
r8239: (bbudge) Update Chrome revision in NaCl DEPS.
r8241: (dschuff) Don't clobber translator install directory on the toolchain testing bots because they now use it
r8242: (dschuff) Update Toolchain DEPS
r8244: (dschuff) Revert "Update Toolchain DEPS"
r8246: (dschuff) Update Toolchain DEPS
r8248: (eaeltsin) Debug stub test: move RSP connection implementation to a separate file
r8249: (mseaborn) Exception handling: Windows: Always continue from a breakpoint event
BUG=none
TEST=nacl_integration
Review URL: https://chromiumcodereview.appspot.com/10068024
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132074 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ vars = { "webkit_revision": "113984", "chromium_git": "http://git.chromium.org/git", "swig_revision": "69281", - "nacl_revision": "8222", + "nacl_revision": "8249", # After changing nacl_revision, run 'glient sync' and check native_client/DEPS # to update other nacl_*_revision's. "nacl_tools_revision": "7955", # native_client/DEPS: tools_rev |