diff options
author | mseaborn@chromium.org <mseaborn@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-02 01:54:30 +0000 |
---|---|---|
committer | mseaborn@chromium.org <mseaborn@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-02 01:54:30 +0000 |
commit | 33f756f71395015dc3f433a9b34cd1ca62077989 (patch) | |
tree | ded9267f4b8f590bef5cceec7788304343dc94d6 /DEPS | |
parent | d00c75210667ea5948cb0b6b6242dcb75d08c102 (diff) | |
download | chromium_src-33f756f71395015dc3f433a9b34cd1ca62077989.zip chromium_src-33f756f71395015dc3f433a9b34cd1ca62077989.tar.gz chromium_src-33f756f71395015dc3f433a9b34cd1ca62077989.tar.bz2 |
NaCl: Update revision in DEPS, r7866 -> r7919
This pulls in the following Native Client changes:
r7867: (sehr) SelLdrLauncher refactoring.
r7868: (bradchen) Remove redundant defn and use of asm_HasCPUID().
r7869: (mcgrathr) Add test case for sleep function
r7870: (pdox) Move the sandboxed translator build to its own archive.
r7871: (pdox) Roll PNaCl toolchain DEPS to 7870, and commit second part of CL:
r7873: (pdox) Whitespace change to trigger rebuild
r7874: (pdox) Re-enable browser tests on the PNaCl Windows toolchain bots.
r7875: (jvoung) Halt pnacl test example animations when loaded
r7876: (dschuff) For sandboxed translation, use LLC-returned DT_NEEDED values instead of using
r7877: (thakis) Use whitespace instead of ',' to separate declaration modifiers.
r7878: (mcgrathr) Update glibc revision to 32d9fc1
r7879: (mseaborn) Exception handling: Add test for crashes inside trusted code
r7880: (mseaborn) Exception handling: Ensure exception_stack and exception_flag are uint32_t
r7881: (jvoung) Set 'chromium_code' to true in gyp files to get more compiler warnings (when building the nacl plugin in chrome).
r7882: (pasko) validator_ragel: cleanup: Move *.C -> *.cc
r7883: (pasko) validator_ragel: Fix easiest presubmit warnings in gen-decoder
r7884: (dschuff) Fix handle count assertion in NaClMainForChromium
r7885: (dschuff) Remove addition of unused IMC handles
r7886: (mcgrathr) Update gcc revision to c69a5b7
r7887: (mseaborn) Exception handling: Reorganise Windows implementation
r7888: (pdox) PNaCl: Remove library sym-links from the translator directories.
r7889: (jvoung) Bump pnacl binutils rev for tiny commandline change.
r7890: (pasko) validator_ragel: reporting x86-32 error offsets as in x86-64
r7891: (jvoung) Revert "Set 'chromium_code' to true in gyp files to get more compiler warnings
r7892: (kschimpf) Change NCPrintInst to NCPrintInstWithHex to conform with function
r7893: (mcgrathr) Update toolchains
r7895: (sehr) Correct the socket number that the startup information is transmitted on.
r7896: (bradchen) Revert r7893, which breaks appears to break SPEC perlbmk.
r7898: (bradchen) Fix 7896 to properly revert 7893
r7900: (pdox) Roll toolchain DEPS to 7898, and patch perlbmk run scripts to provide a symlink to the "lenums" datafile.
r7902: (bradchen) Re-enable sleep test.
r7903: (kschimpf) Move private test enuminsts into native client.
r7904: (mseaborn) Exception handling: Add support for x86-64 Windows
r7906: (mseaborn) Exception handling: Rename "debug_exception_handler_32.c" to remove "_32" suffix
r7907: (mseaborn) ARM: Remove mallopt() hack now that the bottom 1GB is reserved properly
r7908: (mseaborn) Exception handling: Remove code that exposes &nacl_user and &nap->exception_handler
r7909: (mseaborn) Exception handling: Move exception_stack/exception_flag to NaClAppThread
r7910: (pasko) validator_ragel: 32bit tests borrowed from the old validator
r7911: (jvoung) Bump chrome deps and change scons to use "pnacl-translate" for pnacl bitcode to match. Also use the pnacl-nmf generator by default to get hashes.
r7913: (mcgrathr) Build as PIE in Gyp build.
r7914: (mseaborn) Revert SelLdrLauncher refactoring: r7867, r7884, r7885, r7895
r7915: (mseaborn) Cleanup: Add a header for sel_main_chrome.c
r7916: (kschimpf) Don't report pre/post conditions if instruction wouldn't be valid anyway.
r7917: (kschimpf) Fix API calls to NaClGetExpKidIndex and NaClGetExpParentIndex to properly
r7918: (pdox) PNaCl Driver: Disable logging and multi-threaded I/O by default.
r7919: (mseaborn) Revert r7913: "Build as PIE in Gyp build."
BUG=none
TEST=nacl_integration
Review URL: https://chromiumcodereview.appspot.com/9564018
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124566 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": "109464", "chromium_git": "http://git.chromium.org/git", "swig_revision": "69281", - "nacl_revision": "7866", + "nacl_revision": "7919", # 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 |