summaryrefslogtreecommitdiffstats
path: root/DEPS
diff options
context:
space:
mode:
authormseaborn@chromium.org <mseaborn@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-08-17 18:47:02 +0000
committermseaborn@chromium.org <mseaborn@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-08-17 18:47:02 +0000
commiteaddf035cc32c554b51a99aa0b4c2b2ce51ac287 (patch)
treeea9d6e259494d3d3ceb133d946448ed9a7ecac51 /DEPS
parent7ab04bec33898b8ab3e73cc79ae431c0207fa87d (diff)
downloadchromium_src-eaddf035cc32c554b51a99aa0b4c2b2ce51ac287.zip
chromium_src-eaddf035cc32c554b51a99aa0b4c2b2ce51ac287.tar.gz
chromium_src-eaddf035cc32c554b51a99aa0b4c2b2ce51ac287.tar.bz2
NaCl: Update revision in DEPS, r6424 -> r6447
This pulls in the following Native Client changes: r6425: (jvoung) Add tests for pnacl coordinator's error handling and tweak the error messages r6426: (jvoung) Fix a bug in llc size tracker that made it only track the size of the first arch in the argument list. r6427: (pdox) Add -r (-relocatable) support to pnacl-ld. r6428: (ncbray) Defensively initialize NaClSrpcChannel data structures with NULL pointers. r6429: (mseaborn) Ensure nacl_thread[] entry is not left set if thread creation fails r6430: (khim) Bump DEPS to pull GLIBC with .so version != 6. r6431: (eugenis) Update libc sonames in valgrind interceptors. r6432: (mseaborn) x86-32 sandbox: Factor out duplicated code in nacl_syscall_32.S r6433: (mark) Set mac_real_dsym to 1 for ppGoogleNaClPluginChrome.plugin in Breakpad-enabled r6434: (dschuff) Update Chrome DEPS in NaCl r6435: (kschimpf) Make 'ncval' and 'ncval_annotate' command line tools (for all platforms)... r6436: (ncbray) nacl_integration: clean up SCons invocations r6437: (kschimpf) Separate the (partial) decoder of the x86_32 validator into a separate library. r6438: (mcgrathr) Get rid of IRT's private sbrk r6439: (jvoung) Disable the bad_pexe_undefined_syms in pnacl_bad_test.html until r6440: (krasin) service_runtime: remove unused max_data_alloc field from NaClApp. r6441: (kschimpf) Generates a set of decoder tables targeted to the needs of the r6442: (jvoung) Fix typo in toolchain perf graph format. Otherwise we can't track r6444: (krasin) service_runtime: remove unused NaClClosure and nacl_closure.c. r6445: (thestig) Cleanup - base/scoped_ptr.h -> base/memory/scoped_ptr.h. r6446: (dschuff) Loosen perf regression bounds on Linux MakeDynText time r6447: (mcgrathr) Make chrome_browser_tests work with irt=0 again BUG=none TEST=nacl_integration Review URL: http://codereview.chromium.org/7655007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97172 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 1f8190e..1e947f5e 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": "bc3a3db0dbae9305ae78b726a6d683dda2a08bf8",
- "nacl_irt_hash_x86_64": "c76c4754e435dadd3c64c5600e3bf79119d211ca",
- "nacl_revision": "6424",
+ "nacl_irt_hash_x86_32": "c52ee520445831da8399e5c5bf05890a3f7edc19",
+ "nacl_irt_hash_x86_64": "250f60b241a9b36320ae82f88ee15d6fbd2b46f2",
+ "nacl_revision": "6447",
# 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": "96558", # native_client/DEPS: chrome_ppapi_rev
+ "nacl_chrome_ppapi_revision": "96903", # native_client/DEPS: chrome_ppapi_rev
"nacl_tools_revision": "5360", # native_client/DEPS: tools_rev
"libjingle_revision": "77",
"libvpx_revision": "96377",