diff options
author | mseaborn@chromium.org <mseaborn@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-21 05:18:01 +0000 |
---|---|---|
committer | mseaborn@chromium.org <mseaborn@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-21 05:18:01 +0000 |
commit | f5dd8900e5739bacb06c227a98ae8191565fd386 (patch) | |
tree | 64d48926316fac2f34df675a8491720a9690d04b | |
parent | 6f81882c27bb9ca98839e5e58ce08b0d28cb0341 (diff) | |
download | chromium_src-f5dd8900e5739bacb06c227a98ae8191565fd386.zip chromium_src-f5dd8900e5739bacb06c227a98ae8191565fd386.tar.gz chromium_src-f5dd8900e5739bacb06c227a98ae8191565fd386.tar.bz2 |
NaCl: Update revision in DEPS, r8290 -> r8344
This pulls in the following Native Client changes:
r8291: (robertm) Make static linking explicit for sled tests.
r8292: (robertm) Enable gold as the final pnacl linker for static and non-sandboxed builds
r8293: (pasko) Simplify GYP definitions for validator_x86
r8294: (dschuff) Don't run sandboxed translation tests under qemu. Instead just build them on x86 and translate/run them on hardware.
r8295: (dschuff) Use standalone sandboxed translator in SPEC script.
r8296: (ncbray) Straighten conditionals in validator interface.
r8297: (mseaborn) Remove uses of the "sdl=none" Scons option
r8298: (dschuff) Roll toolchain DEPS 8275 -> 8290
r8300: (robertm) Break up the scons tests phase in the pnacl toolchain tests bots into
r8301: (robertm) hack to work around a bug in clang that prevents building gold
r8302: (mseaborn) sel_universal: Remove PPAPI-related code
r8303: (kschimpf) Add validator_snapshots to the checkout.
r8304: (kschimpf) Add more Arm instruction formats.
r8306: (kschimpf) Define a baseline of legal x86-64 instructions, which then can be used
r8307: (ncbray) Eliminate bundle_size parameter from validator interface.
r8308: (eaeltsin) Debug stub test: enable on Win64
r8309: (eaeltsin) Debug stub test: fix style nits
r8310: (bbudge) Update Chrome revision in NaCl DEPS.
r8312: (khim) Inject irt_syscalls.h and nacl_stat.h in toolchain
r8313: (mseaborn) Scons: Remove manifest_map cache from the manifest file generator
r8314: (halyavin) Debug stub: Send exit code to the debugger
r8315: (mseaborn) Debug stub: Remove the GDB_RSP_ABI_* #defines
r8316: (mseaborn) Remove references to SDL from the Scons build
r8317: (bbudge) Update Chrome revision in NaCl DEPS.
r8319: (bbudge) Revert 8317 - Update Chrome revision in NaCl DEPS.
r8321: (jvoung) Make a few more pso stubs (for libc and libpthread), so that the bitcode
r8322: (robertm) roll toolchain deps to pull in rev 8302
r8324: (dschuff) Add self-consistency tests to callingconv_case_by_case with bitcode
r8325: (robertm) Make sure that flags like "-static" are passed through to the translator
r8326: (bsy) interval checks: prevent mmap/munmap of regions where I/O is pending
r8327: (robertm) Revert rev 8322 https://chromiumcodereview.appspot.com/10095030
r8329: (eaeltsin) Debug stub: adjust instruction pointer when stopped on temporary breakpoint
r8330: (robertm) Fix pnacl translation driver for the case where the environment is prepulated
r8331: (eaeltsin) Debug stub: fix for arm, where we don't have breakpoints
r8332: (mseaborn) Scons: Remove duplication of VALIDATOR_LIBS list and use library_deps.py instead
r8333: (bbudge) Update Chrome revision in NaCl DEPS.
r8335: (pasko) Bump REVISIONS for nacl-glibc
r8336: (khim) Add simple TLS fix to 32bit validator
r8337: (kschimpf) Finish separation of testing from sel_ldr validation. Also, automate
r8338: (khim) Fix download_SRC.sh
r8339: (mcgrathr) buildbot: --asan implies --clang
r8340: (robertm) Do not build the irt with pnacl's sandboxed translator as this just
r8341: (jvoung) Bump gold rev for stub tweaks: http://codereview.chromium.org/10127001/
r8342: (jvoung) Tweak pnacl linker hack to be more compatible with gold.
r8343: (mseaborn) Remove the Windows handle_pass library, which is now unused
r8344: (ncbray) Eliminate sb_kind parameter from validator interface.
BUG=none
TEST=nacl_integration
Review URL: https://chromiumcodereview.appspot.com/10144009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133336 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | DEPS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -8,10 +8,10 @@ vars = { "webkit_revision": "114777", "chromium_git": "http://git.chromium.org/git", "swig_revision": "69281", - "nacl_revision": "8290", + "nacl_revision": "8344", # After changing nacl_revision, run 'glient sync' and check native_client/DEPS # to update other nacl_*_revision's. - "nacl_tools_revision": "8151", # native_client/DEPS: tools_rev + "nacl_tools_revision": "8228", # native_client/DEPS: tools_rev # These hashes need to be updated when nacl_toolchain_revision is changed. # After changing nacl_toolchain_revision, run 'gclient runhooks' to get the |