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

Unified Diff: DEPS

Issue 2170663003: No symlink. The bots are not running hooks anyway. (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 | skia » ('j') | 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 ee605b2697301a4016547e6af377e29e9bc03d44..b383934a629a202bf59d2104b6629085d2b5002f 100644
--- a/DEPS
+++ b/DEPS
@@ -72,7 +72,7 @@ hooks = [{
'--no_auth',
'--bucket', 'chromium-gn',
'--platform=linux*',
- '-s', 'skia/buildtools/linux64/gn.sha1'],
+ '-s', 'buildtools/linux64/gn.sha1'],
},{
'pattern': '.',
'action': ['download_from_google_storage',
@@ -81,7 +81,7 @@ hooks = [{
'--no_auth',
'--bucket', 'chromium-gn',
'--platform=darwin',
- '-s', 'skia/buildtools/mac/gn.sha1'],
+ '-s', 'buildtools/mac/gn.sha1'],
},{
'pattern': '.',
'action': ['download_from_google_storage',
@@ -90,7 +90,7 @@ hooks = [{
'--no_auth',
'--bucket', 'chromium-gn',
'--platform=win32',
- '-s', 'skia/buildtools/win/gn.exe.sha1'],
+ '-s', 'buildtools/win/gn.exe.sha1'],
}]
recursedeps = [ "common" ]
« no previous file with comments | « no previous file | skia » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698