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

Unified Diff: DEPS

Issue 2630633003: Remove all blimp third_party deps. (Closed)
Patch Set: merge origin/master Created 3 years, 11 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 | « .gitignore ('k') | third_party/blimp_fonts/.gitignore » ('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 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',
« no previous file with comments | « .gitignore ('k') | third_party/blimp_fonts/.gitignore » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698