aboutsummaryrefslogtreecommitdiffhomepage
path: root/DEPS
diff options
context:
space:
mode:
authorGravatar mtklein <mtklein@chromium.org>2016-07-21 13:54:39 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-07-21 13:54:39 -0700
commit901257a3ba1d094280b4e1e0868bc0bcd137145a (patch)
tree5e9183194f3fd284c5c267abbf5db61519f5f0e0 /DEPS
parent43d707ca931a45f5399d9acf2bdb1a19567a6e67 (diff)
GN: remove hooks again
NOTRY=true TBR=jcgregorio@google.com BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2168933004 Review-Url: https://codereview.chromium.org/2168933004
Diffstat (limited to 'DEPS')
-rw-r--r--DEPS29
1 files changed, 0 insertions, 29 deletions
diff --git a/DEPS b/DEPS
index b383934a62..3b05d2eddf 100644
--- a/DEPS
+++ b/DEPS
@@ -64,33 +64,4 @@ deps_os = {
}
}
-hooks = [{
- 'pattern': '.',
- 'action': ['download_from_google_storage',
- '--quiet',
- '--no_resume',
- '--no_auth',
- '--bucket', 'chromium-gn',
- '--platform=linux*',
- '-s', 'buildtools/linux64/gn.sha1'],
-},{
- 'pattern': '.',
- 'action': ['download_from_google_storage',
- '--quiet',
- '--no_resume',
- '--no_auth',
- '--bucket', 'chromium-gn',
- '--platform=darwin',
- '-s', 'buildtools/mac/gn.sha1'],
-},{
- 'pattern': '.',
- 'action': ['download_from_google_storage',
- '--quiet',
- '--no_resume',
- '--no_auth',
- '--bucket', 'chromium-gn',
- '--platform=win32',
- '-s', 'buildtools/win/gn.exe.sha1'],
-}]
-
recursedeps = [ "common" ]