diff options
author | sebmarchand@chromium.org <sebmarchand@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-09-29 15:26:49 +0000 |
---|---|---|
committer | sebmarchand@chromium.org <sebmarchand@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-09-29 15:26:49 +0000 |
commit | 75ae948317ddf6f7a2d1c62d53fda4d77e11b3cf (patch) | |
tree | c22fe19d940755b36b960e498aee5bfea4d82362 /DEPS | |
parent | c99dfee7cbd919ec8c5e9d6a86a482694e2e5c12 (diff) | |
download | chromium_src-75ae948317ddf6f7a2d1c62d53fda4d77e11b3cf.zip chromium_src-75ae948317ddf6f7a2d1c62d53fda4d77e11b3cf.tar.gz chromium_src-75ae948317ddf6f7a2d1c62d53fda4d77e11b3cf.tar.bz2 |
Roll Syzygy DEPS to latest release build (0.7.0.1, built from r1810, checked in at r1811).
As we've renamed asan_rtl.dll* to syzyasan_rtl.dll* in this version this CL also update the references to asan_rtl.dll*
R=chrisha@chromium.org, thakis@chromium.org
BUG=294373
Review URL: https://codereview.chromium.org/25067002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@225888 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -315,7 +315,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@1770", + (Var("googlecode_url") % "sawbuck") + "/trunk/syzygy/binaries@1811", # Binaries for nacl sdk. "src/third_party/nacl_sdk_binaries": |