diff options
author | mseaborn@chromium.org <mseaborn@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-14 00:02:53 +0000 |
---|---|---|
committer | mseaborn@chromium.org <mseaborn@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-14 00:02:53 +0000 |
commit | 90b19db3454368ef725533133bde859fbb2474d4 (patch) | |
tree | 3c3dc767676297ace291081da18dfbec953033ba /DEPS | |
parent | d1ecfe5f87f330a6366decc62b6c0f1608822d1a (diff) | |
download | chromium_src-90b19db3454368ef725533133bde859fbb2474d4.zip chromium_src-90b19db3454368ef725533133bde859fbb2474d4.tar.gz chromium_src-90b19db3454368ef725533133bde859fbb2474d4.tar.bz2 |
NaCl: Update revision in DEPS, r11321 -> r11338
This pulls in the following Native Client changes:
r11322: (jvoung) Update pnacl LLVM deps.
r11324: (jfb) Update third_party DEPS to pull bloat and webtreemap.
r11326: (jfb) Script to auto-update PNaCl tool revisions
r11327: (mseaborn) Minidumper: Extend to dump the stack contents
r11328: (jfb) Update TOOL_REVISIONS for PNaCl 11284->11322
r11329: (jvoung) Skip ABI verification for tests of __builtin_{frame,return}_address.
r11330: (jvoung) Bump llvm deps for:
r11331: (eliben) Add an option to the llvm-configure-ninja command to set the build type explicitly (Release or Debug)
r11332: (mcgrathr) toolchain_build: Update gcc revision
r11333: (bsy) Check that dup and imc operations that result in duplicated descriptors maintain synchronization
r11334: (mseaborn) Remove presubmit errors about #ifs in src/untrusted
r11335: (mseaborn) Minidumper: Get the nexe's build ID from PT_NOTE when available
r11336: (jvoung) Expect worse of runtime_ammp on the panda board (after r11293).
r11337: (dschuff) Disable sel_ldr halt sled tests under pnacl
r11338: (jvoung) Add a way to specialize flags to append in gcc torture tests.
BUG=none
TEST=nacl_integration
Review URL: https://codereview.chromium.org/15132008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@199857 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -12,10 +12,10 @@ vars = { "chromium_git": "https://chromium.googlesource.com", "chromiumos_git": "https://chromium.googlesource.com/chromiumos", "swig_revision": "69281", - "nacl_revision": "11321", + "nacl_revision": "11338", # After changing nacl_revision, run 'glient sync' and check native_client/DEPS # to update other nacl_*_revision's. - "nacl_tools_revision": "11040", # native_client/DEPS: tools_rev + "nacl_tools_revision": "11323", # native_client/DEPS: tools_rev "gtm_revision": "608", "libjingle_revision": "316", |