diff options
author | caitkp@chromium.org <caitkp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-01-15 19:09:38 +0000 |
---|---|---|
committer | caitkp@chromium.org <caitkp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-01-15 19:09:38 +0000 |
commit | 9f2b76dc9b5a674207d810b5c4270ee22af9f7a7 (patch) | |
tree | 81affb6a34d283a5eeaf38309d182e9748189064 /DEPS | |
parent | 40d02258f697af90f23ac1083a7c9a8498434b1d (diff) | |
download | chromium_src-9f2b76dc9b5a674207d810b5c4270ee22af9f7a7.zip chromium_src-9f2b76dc9b5a674207d810b5c4270ee22af9f7a7.tar.gz chromium_src-9f2b76dc9b5a674207d810b5c4270ee22af9f7a7.tar.bz2 |
Bring in Syzygy r1991 binaries.
This includes new tools for use by the chrome_elf build process.
BUG=
R=caitkp@chromium.org
Review URL: https://codereview.chromium.org/138683002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244951 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -346,7 +346,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@1909", + (Var("googlecode_url") % "sawbuck") + "/trunk/syzygy/binaries@1992", # Binaries for nacl sdk. "src/third_party/nacl_sdk_binaries": |