summaryrefslogtreecommitdiffstats
path: root/.DEPS.git
diff options
context:
space:
mode:
authorchrome-admin@google.com <chrome-admin@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2014-05-28 21:08:04 +0000
committerchrome-admin@google.com <chrome-admin@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2014-05-28 21:08:04 +0000
commita232c735320d4c3f4c6d2ea32ed59a9883ccb827 (patch)
treef5bad62796d1ff32d8497c1838903067e6ce5bfe /.DEPS.git
parent692acc4c028d2404306fc2918867e87036877c61 (diff)
downloadchromium_src-a232c735320d4c3f4c6d2ea32ed59a9883ccb827.zip
chromium_src-a232c735320d4c3f4c6d2ea32ed59a9883ccb827.tar.gz
chromium_src-a232c735320d4c3f4c6d2ea32ed59a9883ccb827.tar.bz2
Update .DEPS.git
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@273354 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to '.DEPS.git')
-rw-r--r--.DEPS.git16
1 files changed, 14 insertions, 2 deletions
diff --git a/.DEPS.git b/.DEPS.git
index f47d95a..2d5c710 100644
--- a/.DEPS.git
+++ b/.DEPS.git
@@ -362,8 +362,6 @@ deps_os = {
Var('git_url') + '/chromium/deps/psyco_win32.git@f5af9f6910ee5a8075bbaeed0591469f1661d868',
'src/third_party/swig/win':
Var('git_url') + '/chromium/deps/swig/win.git@986f013ba518541adf5c839811efb35630a31031',
- 'src/third_party/syzygy/binaries':
- Var('git_url') + '/external/sawbuck/syzygy/binaries.git@b31783a808d989e475bd4eb6ca9beab8c28d2b8d',
'src/third_party/yasm/binaries':
Var('git_url') + '/chromium/deps/yasm/binaries.git@52f9b3f4b0aa06da24ef8b123058bb61ee468881',
},
@@ -650,6 +648,20 @@ hooks = [
'action':
[
'python',
+ 'src/build/get_syzygy_binaries.py',
+ '--output-dir=src/third_party/syzygy/binaries',
+ '--revision=b08fb72610963d31cc3eae33f746a04e263bd860',
+ '--overwrite'
+],
+ 'pattern':
+ '.',
+ 'name':
+ 'syzygy-binaries'
+},
+ {
+ 'action':
+ [
+ 'python',
'src/build/gyp_chromium'
],
'pattern':