Index: DEPS |
diff --git a/DEPS b/DEPS |
index d32105d64d68fa94889e9ba93d77325a28369214..592d3fab34af1b492c4a7ddf16f39ea5ed1b0b79 100644 |
--- a/DEPS |
+++ b/DEPS |
@@ -449,10 +449,6 @@ deps_os = { |
'src/third_party/wds/src': |
Var('chromium_git') + '/external/github.com/01org/wds' + '@' + 'ac3d8210d95f3000bf5c8e16a79dbbbf22d554a5', |
- # gRPC, an RPC framework. For Blimp use only. |
- 'src/third_party/grpc': |
- Var('chromium_git') + '/external/github.com/grpc/grpc' + '@' + '5945dfa700a0566be7ea6691cc8a86ecb4a53924', |
- |
# DevTools node modules. Used on Linux buildbots only. |
'src/third_party/WebKit/Source/devtools/devtools-node-modules': |
Var('chromium_git') + '/external/github.com/ChromeDevTools/devtools-node-modules' + '@' + Var('devtools_node_modules_revision') |
@@ -1038,18 +1034,6 @@ hooks = [ |
], |
}, |
{ |
- 'name': 'blimp_fonts', |
- 'pattern': '.', |
- 'action': [ 'download_from_google_storage', |
- '--no_resume', |
- '--platform=linux*', |
- '--extract', |
- '--no_auth', |
- '--bucket', 'chromium-fonts', |
- '-s', 'src/third_party/blimp_fonts/font_bundle.tar.gz.sha1', |
- ], |
- }, |
- { |
# Pull sanitizer-instrumented third-party libraries if requested via |
# GYP_DEFINES. |
'name': 'instrumented_libraries', |