aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--DEPS6
l---------skia1
2 files changed, 3 insertions, 4 deletions
diff --git a/DEPS b/DEPS
index ee605b2697..b383934a62 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" ]
diff --git a/skia b/skia
deleted file mode 120000
index 945c9b46d6..0000000000
--- a/skia
+++ /dev/null
@@ -1 +0,0 @@
-. \ No newline at end of file