Revert 281905 "Revert of NaCl: Update revision in DEPS, r13441 -..."

> Revert of NaCl: Update revision in DEPS, r13441 -> r13452 (https://codereview.chromium.org/371413003/)
> 
> Reason for revert:
> Suspect this is causing PPAPINaClNewlibTest.FileIO to crash on Mac:
> 
> http://build.chromium.org/p/chromium.memory/builders/Mac%20ASan%20Tests%20%283%29/builds/3112
> 
> Original issue's description:
> > NaCl: Update revision in DEPS, r13441 -> r13452
> > 
> > This pulls in the following Native Client changes:
> > 
> > r13442: (dyen) Added support for log uploading for commands in toolchain_build.
> > r13443: (noelallen) Rolls DEPS file to get deps aware toolchains.
> > r13445: (dyen) Added a log_url field to package archs and recalculated revision hashes.
> > r13446: (ncbray) Factor arg parsing in sel_ldr into its own function.
> > r13447: (ncbray) Add my chromium account to OWNERS with my google account.
> > r13448: (dyen) Fixed repo_tools invalid reference to pynacl.
> > r13449: (thakis) Undo cros-specific hack now that r13435 seems to have stuck.
> > r13450: (ncbray) Consolidate sel_ldr's configuration logic.
> > r13451: (dyen) Package Version script now supports downloading build logs.
> > r13452: (hamaji) Non-SFI Mode: Add isatty interface
> > 
> > BUG=none
> > TEST=browser_tests and nacl_integration
> > CQ_EXTRA_TRYBOTS=tryserver.chromium:linux_rel_precise32,linux_arm_cross_compile,linux_nacl_sdk_build
> > 
> > Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=281849
> 
> TBR=bradnelson@google.com,ncbray@chromium.org,mseaborn@chromium.org
> NOTREECHECKS=true
> NOTRY=true
> BUG=none
> 
> Review URL: https://codereview.chromium.org/379663002

Reverting this causes new failure. Hence reverting the revert.

TBR=samuong@chromium.org

Review URL: https://codereview.chromium.org/379153002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282009 0039d316-1c4b-4281-b951-d872f2087c98
parent d6bdd54a
...@@ -35,7 +35,7 @@ vars = { ...@@ -35,7 +35,7 @@ vars = {
"skia_git": "https://skia.googlesource.com", "skia_git": "https://skia.googlesource.com",
"boringssl_git": "https://boringssl.googlesource.com", "boringssl_git": "https://boringssl.googlesource.com",
"swig_revision": "230490", "swig_revision": "230490",
"nacl_revision": "13441", "nacl_revision": "13452",
# After changing nacl_revision, run 'glient sync' and check native_client/DEPS # After changing nacl_revision, run 'glient sync' and check native_client/DEPS
# to update other nacl_*_revision's. # to update other nacl_*_revision's.
"nacl_tools_revision": "13077", # native_client/DEPS: tools_rev "nacl_tools_revision": "13077", # native_client/DEPS: tools_rev
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment