diff options
author | siggi@chromium.org <siggi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-31 02:54:37 +0000 |
---|---|---|
committer | siggi@chromium.org <siggi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-31 02:54:37 +0000 |
commit | 1bda9f86c0899f07df96671884e6e5713b84ff01 (patch) | |
tree | 66f8cc63f65cb35e2234e685e582f8e228697234 /DEPS | |
parent | a92ac79c402f03bffea563eec59abe4a014303b1 (diff) | |
download | chromium_src-1bda9f86c0899f07df96671884e6e5713b84ff01.zip chromium_src-1bda9f86c0899f07df96671884e6e5713b84ff01.tar.gz chromium_src-1bda9f86c0899f07df96671884e6e5713b84ff01.tar.bz2 |
Roll Syzygy deps to r596.
R=maruel@chromium.org
BUG=None
TEST=M18 official release build does not fail.
Review URL: http://codereview.chromium.org/8986008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@116055 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -367,7 +367,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@543", + (Var("googlecode_url") % "sawbuck") + "/trunk/syzygy/binaries@596", # Binaries for nacl sdk. "src/third_party/nacl_sdk_binaries": |