diff options
author | mseaborn@chromium.org <mseaborn@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-08-20 17:26:43 +0000 |
---|---|---|
committer | mseaborn@chromium.org <mseaborn@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-08-20 17:26:43 +0000 |
commit | f41299085c6c05fdd754dcec8918b492944b5340 (patch) | |
tree | ee91c9fcb5495064b7648415556fe916314a1938 /DEPS | |
parent | ed7d2be27e2da30e0bd02e7a2e81836494216244 (diff) | |
download | chromium_src-f41299085c6c05fdd754dcec8918b492944b5340.zip chromium_src-f41299085c6c05fdd754dcec8918b492944b5340.tar.gz chromium_src-f41299085c6c05fdd754dcec8918b492944b5340.tar.bz2 |
NaCl: Update revision in DEPS, r12013 -> r12029
This pulls in the following Native Client changes:
r12014: (phosek) Make NaClVmmapCheckExistingMapping internal
r12015: (phosek) Provide nacl_exception_private library for tests that do not use the IRT
r12016: (stichnot) Add timestamps to 'make check-all' output for Windows debugging.
r12017: (phosek) Set CPU time clock test as a large test
r12018: (phosek) Add test for mmap() filling problem
r12019: (mcgrathr) Switch ASan builds to use standard Clang build
r12021: (mseaborn) IRT: Fix irt_exception_handling functions to return positive errno values
r12022: (jvoung) Update PNaCl LLVM DEPS. Minor cleanup.
r12023: (mcgrathr) Disable Lucid Clang and ASan bots for now
r12024: (mcgrathr) Set DYLD_LIBRARY_PATH for Mac ASan
r12025: (mcgrathr) Update chrome_rev
r12027: (mseaborn) Simplify arch-specific initialisation of NaClAppThread/NaClThreadContext
r12028: (petarj) [MIPS] Fix unaligned data test regressions
r12029: (bradnelson) Adding buildbot selector entries for toolchain + pnacl on precise.
BUG=none
TEST=browser_tests and nacl_integration
Review URL: https://codereview.chromium.org/22792006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@218512 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ vars = { "chromiumos_git": "https://chromium.googlesource.com/chromiumos", "skia_git": "https://skia.googlesource.com", "swig_revision": "69281", - "nacl_revision": "12013", + "nacl_revision": "12029", # After changing nacl_revision, run 'glient sync' and check native_client/DEPS # to update other nacl_*_revision's. "nacl_tools_revision": "11437", # native_client/DEPS: tools_rev |