diff options
author | mseaborn@chromium.org <mseaborn@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-02-27 19:14:09 +0000 |
---|---|---|
committer | mseaborn@chromium.org <mseaborn@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-02-27 19:14:09 +0000 |
commit | 564e67868e1da38e0f023335494aa9c539e6b201 (patch) | |
tree | 34546aefc9ee784b503093d390dd7bd11ddd56f4 /DEPS | |
parent | 9c57176ea89fc17f7347d4d601977db9cbc418ca (diff) | |
download | chromium_src-564e67868e1da38e0f023335494aa9c539e6b201.zip chromium_src-564e67868e1da38e0f023335494aa9c539e6b201.tar.gz chromium_src-564e67868e1da38e0f023335494aa9c539e6b201.tar.bz2 |
NaCl: Update revision in DEPS, r7813 -> r7866
This pulls in the following Native Client changes:
r7814: (jvoung) Remove glibc-skipping-goo from pnacl extension packer, now that
r7815: (sehr) Update toolchain newlib revision to get changes for clock_monotonic, etc.
r7816: (pdox) PNaCl driver cleanup/enhancements:
r7817: (dschuff) Buildbot selector change to run main waterfall tests on pandaboard
r7818: (pdox) * Update UPSTREAM_REV to pull in: http://codereview.chromium.org/9416047/
r7819: (pdox) Fix mistake in last CL (r7818).
r7820: (pdox) pnacl-translate corner case fix: only get the bitcode type and metadata if there is a bitcode file.
r7821: (pdox) Roll toolchain DEPS to 7819.
r7823: (pasko) validator_ragel: disallow some legacy instructions
r7824: (pasko) validator_ragel: Unify validator test diagnostics.
r7825: (bradnelson) Adding untrusted crash dump / stack trace tests.
r7826: (khim) Allow all REX prefixes even if bits are not actually used
r7827: (dschuff) Fix panda bot name to match buildbot triggering pattern
r7828: (bradnelson) Renaming json string writer and eliminating assign in condition.
r7829: (bradnelson) Adding do nothing annotator stubs for now validator bots.
r7830: (jvoung) Modify pnacl-nmf generator to say "pnacl-translate" when translation is needed. This should not break things yet, even though we haven't rolled chrome, since we are currently only using the NMF generator on glibc browser tests, which are actually disabled.
r7831: (sehr) Remove the now useless experimental JS flag from the browser tester.
r7832: (mseaborn) Syscalls: Deduplicate some syscall setup code
r7833: (mseaborn) Move NaClSignalHandlerInit()'s test crash into a separate function
r7834: (mseaborn) Remove the unused global lock nacl_thread_mu
r7835: (pdox) Switch to using the LLVM gold plugin as a fully linked-in object rather than DSO.
r7836: (pdox) Fix PNaCl windows bot name in buildbot_selector.py
r7837: (bsy) a couple of simple clock_get{res,time} tests.
r7838: (sehr) Fix overlooked incorrect method specification in SRPC server declarations.
r7839: (jvoung) Remove ppapi_example_font from nacl since it was disabled in chrome, as part of https://chromiumcodereview.appspot.com/9360045/
r7840: (pdox) Fix PNaCl Mac bot by doing -L<dir> instead of -L <dir>.
r7841: (pdox) Pull librt.so from GlibC into PNaCl's build.
r7842: (pdox) In llvm-install-plugin(), use the full path to the LLVM libraries instead of -l.
r7843: (pdox) 'which' is unnecessary, since the shell already searches PATH.
r7844: (pdox) PNaCl: Update UPSTREAM_REV to activate:
r7845: (pdox) * redirect.bat: Remove fixed-location PATH hack. Instead, the driver now expects "python" to be in the %PATH%.
r7846: (pdox) Make the pnacl_irt_shim build Windows friendly.
r7847: (pasko) validator_ragel: some fly-by .def comment fixes
r7848: (khim) Don't allow modifications of %bp/%sp/%bpl/%spl
r7849: (mseaborn) Enable inbrowser_test_runner in more cases
r7850: (mseaborn) Exception handling: Test exceptions on a non-main thread
r7851: (khim) Fix %ah/%spl mixup
r7852: (mseaborn) x86-64 validator: Disallow "/6" aliases of the SHL instruction
r7853: (pdox) More fixes to make the Windows PNaCl bot functional.
r7854: (pdox) Add pnacl/git and pnacl/src directories with svn:ignore set to *.
r7855: (bsy) changed """" to """.
r7856: (pdox) Tweak hg-migrate to deal with pre-existing pnacl/src directory.
r7857: (mseaborn) Exception handling: Run some exception tests inside the browser
r7858: (pdox) Roll toolchain DEPS to 7853.
r7860: (pdox) Add help text for ar, ranlib, nm.
r7861: (pdox) In nacl_text_pad_test, -DPNACL_AS=1 needs to be an AS preprocessor flag, not an AS flag.
r7862: (halyavin) Add url parameter to SelLdrLauncher::Start so that it can be passed to chrome.
r7863: (pdox) Second try at fixing error on sel_ldr_sled_tests on PNaCl Windows bot.
r7864: (pasko) validator_ragel: Add ncval tests from the old validator
r7865: (kschimpf) Clean up API functions for use with private tests enuminst, so that
r7866: (kschimpf) Fix typo for function defined by CL 9416037, revision 7865.
BUG=none
TEST=nacl_integration
Review URL: https://chromiumcodereview.appspot.com/9455061
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@123777 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": "108983", "chromium_git": "http://git.chromium.org/git", "swig_revision": "69281", - "nacl_revision": "7813", + "nacl_revision": "7866", # After changing nacl_revision, run 'glient sync' and check native_client/DEPS # to update other nacl_*_revision's. "nacl_tools_revision": "7139", # native_client/DEPS: tools_rev |