diff options
author | chrisha@chromium.org <chrisha@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-03-01 04:58:51 +0000 |
---|---|---|
committer | chrisha@chromium.org <chrisha@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-03-01 04:58:51 +0000 |
commit | 3c81d5fd631b27b710e957a9a8c1981301c8782b (patch) | |
tree | e8446a27beab278e4a7118d24f1d7d5fa2f79999 /DEPS | |
parent | fbb350f5684eb14bc558dec1a67811a0524efbfd (diff) | |
download | chromium_src-3c81d5fd631b27b710e957a9a8c1981301c8782b.zip chromium_src-3c81d5fd631b27b710e957a9a8c1981301c8782b.tar.gz chromium_src-3c81d5fd631b27b710e957a9a8c1981301c8782b.tar.bz2 |
Roll Syzygy to r2051.
This brings in the 0.7.10.0 version of the toolchain, with some SyzyASAN quarantine improvements.
BUG=
Review URL: https://codereview.chromium.org/184663006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@254353 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -356,7 +356,7 @@ deps_os = { # Binary level profile guided optimizations. This points to the # latest release binaries for the toolchain. "src/third_party/syzygy/binaries": - (Var("googlecode_url") % "sawbuck") + "/trunk/syzygy/binaries@2045", + (Var("googlecode_url") % "sawbuck") + "/trunk/syzygy/binaries@2051", # Binaries for nacl sdk. "src/third_party/nacl_sdk_binaries": |