diff options
author | mseaborn@chromium.org <mseaborn@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-29 17:05:45 +0000 |
---|---|---|
committer | mseaborn@chromium.org <mseaborn@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-29 17:05:45 +0000 |
commit | 3dd3baf679742920df2125c1cbcb00e2d7462c6c (patch) | |
tree | 42ca6338efa134c335af8e3769998268276fbb0f /DEPS | |
parent | cb15e8dc50e0e2c5ba3d1654320e1dd6dcab800e (diff) | |
download | chromium_src-3dd3baf679742920df2125c1cbcb00e2d7462c6c.zip chromium_src-3dd3baf679742920df2125c1cbcb00e2d7462c6c.tar.gz chromium_src-3dd3baf679742920df2125c1cbcb00e2d7462c6c.tar.bz2 |
NaCl: Update revision in DEPS, r9555 -> r9589
This pulls in the following Native Client changes:
r9556: (mseaborn) Debug stub: x86: Use HLT for the initial breakpoint instead of INT3
r9557: (robertm) Get rid of some svn helpers which are no longer needed.
r9558: (halyavin) Remove optimization in cygwin that leads to race conditions.
r9559: (halyavin) Update scripts to build new cygwin version.
r9560: (ncbray) Enable glibc and pnacl testing on morenacl bots.
r9561: (dschuff) revert clang to before regparm change
r9562: (khim) Delete chartest machinery from gen_dfa.cc
r9563: (mseaborn) Fix breakage of GDB tests on the ASan bots, introduced by r9556
r9564: (mseaborn) Update LLVM revision in pnacl/DEPS
r9565: (jfb) ARM validator: fixes, and consistency.
r9566: (dalecurtis) Add media dep to NaCl in preparation of shared target.
r9567: (mseaborn) Enable run_faulted_thread_queue_test on Mac OS X (missed in r9555)
r9569: (mseaborn) Enable various tests under ASan
r9570: (khim) Merge duplicated definitions in ragel_tester.c and validator_test.c
r9571: (mseaborn) Fix breakage on ASan bots introduced by r9569: re-disable one test
r9572: (khim) Add documentation for the dynamic code modifications.
r9573: (khim) Simplify decoder_test.c
r9574: (dschuff) Update LLVM rev to get tp alignment removal
r9575: (robertm) Add a mechanism to the pnacl driver...
r9576: (kschimpf) Remove LEA jump pattern from x86-64 validator.
r9577: (robertm) Add new -allow-asm flag to newlib build.
r9578: (kschimpf) Update the ARM validator to not accept NEON (i.e. simd) instructions.
r9579: (ncbray) Remove PyAuto from the NaCl repo.
r9580: (robertm) Roll pnacl toolchain deps to pull -allow-asm flags
r9581: (shcherbina) production validator_x86 tests: get rid of @<offset> directives in hex files
r9582: (robertm) Add pnacl --allow-asm flag where necessary
r9583: (halyavin) Update gdb revision.
r9584: (khim) Call callback on BAD_CALL_ALIGNMENT warning
r9585: (khim) Disable old_naclcall_or_nacljmp
r9586: (dschuff) Support preprocessor diagnostic arguments
r9587: (dschuff) Roll archived translator pexe and archived frontend revs to green tc test bots
r9588: (bradnelson) Dropping debug crt copying on windows.
r9589: (bradnelson) Build chrome and nacl parts of the build separately.
BUG=none
TEST=nacl_integration
Review URL: https://chromiumcodereview.appspot.com/10891019
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153903 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": "http://git.chromium.org/git", "chromiumos_git": "http://git.chromium.org/chromiumos", "swig_revision": "69281", - "nacl_revision": "9555", + "nacl_revision": "9589", # After changing nacl_revision, run 'glient sync' and check native_client/DEPS # to update other nacl_*_revision's. "nacl_tools_revision": "9330", # native_client/DEPS: tools_rev |