summaryrefslogtreecommitdiffstats
path: root/DEPS
diff options
context:
space:
mode:
authormseaborn@chromium.org <mseaborn@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-08-15 20:48:07 +0000
committermseaborn@chromium.org <mseaborn@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-08-15 20:48:07 +0000
commit78bbde03bb2cfc2c2416e5ddfbdeb72de90261e7 (patch)
treeac02c09991fcc3cbaa362f1df72310fd52f41f03 /DEPS
parent7c85437ca6d8f1e16c0327a09eab3aa4cee4df1b (diff)
downloadchromium_src-78bbde03bb2cfc2c2416e5ddfbdeb72de90261e7.zip
chromium_src-78bbde03bb2cfc2c2416e5ddfbdeb72de90261e7.tar.gz
chromium_src-78bbde03bb2cfc2c2416e5ddfbdeb72de90261e7.tar.bz2
NaCl: Update revision in DEPS, r6403 -> r6416
This pulls in the following Native Client changes: r6404: (bradnelson) Matching proxy to change in ppapi. r6405: (bradnelson) Forgot to re-run srpcgen. r6406: (pdox) Have "scons install_lib" build and install shared libraries in addition to archives. r6407: (pdox) Add an explicit replication to ${LIB_DIR}. r6408: (scottmg) Copy implementation NaClGenerateThunk from x64 to x86_32. Currently unused, r6409: (polina) tests/toolchain/abi_types: Rename functions to better r6410: (ncbray) Increase the time the browser tester waits when retrying directory removal. r6411: (bradnelson) Pulling in newer chrome in hopes of fixing failing browser tests. r6412: (kschimpf) Move x86 (full) decoder to its own directory. r6413: (jvoung) Build 32bit plugin for pnacl windows 64 builder before running browser tests. r6414: (mseaborn) Mac: Add target to test that sel_ldr code can be linked into a dylib r6415: (ncbray) Add support for parameterizing nacltest.js tests via the query string. r6416: (jvoung) Add a helper function to track size of translator binaries. BUG=none TEST=trybots Review URL: http://codereview.chromium.org/7618023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96821 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r--DEPS8
1 files changed, 4 insertions, 4 deletions
diff --git a/DEPS b/DEPS
index e5b2374..eeaf7e7 100644
--- a/DEPS
+++ b/DEPS
@@ -9,14 +9,14 @@ vars = {
"swig_revision": "69281",
# These hashes need to be updated when nacl_revision is changed.
# After changing nacl_revision, run 'gclient runhooks' to get the new values.
- "nacl_irt_hash_x86_32": "9ec60fa5c1359afc5a23a1dbab27b3b6ca9064bf",
- "nacl_irt_hash_x86_64": "e1155a7ff18e547676e851fec0b75172c61ad4cb",
- "nacl_revision": "6403",
+ "nacl_irt_hash_x86_32": "05b19a95dbaa460ca72969268332aa678823ed01",
+ "nacl_irt_hash_x86_64": "7ec40d9483348dbecff8c32aa7176cc734f0708d",
+ "nacl_revision": "6416",
# After changing nacl_revision, run 'glient sync' and check native_client/DEPS
# to update other nacl_*_revision's.
# TODO(brettw) We should use the "From" syntax to avoid hardcoding the
# revisions here, but it makes checkdeps confused. We should fix checkdeps.
- "nacl_chrome_ppapi_revision": "93797", # native_client/DEPS: chrome_ppapi_rev
+ "nacl_chrome_ppapi_revision": "96558", # native_client/DEPS: chrome_ppapi_rev
"nacl_tools_revision": "5360", # native_client/DEPS: tools_rev
"libjingle_revision": "77",
"libvpx_revision": "96377",