Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(522)

Unified Diff: DEPS

Issue 2168933004: GN: remove hooks again (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: DEPS
diff --git a/DEPS b/DEPS
index b383934a629a202bf59d2104b6629085d2b5002f..3b05d2eddfb12add0c0c9ad700e374443c2990c4 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" ]
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698