Add a gRPC repository to DEPS to fetch for Linux platform.
Adding gRPC was approved by Chrome Eng Review, as long as it is used only by
Blimp, which we plan to enforce by fetching it only on Linux, setting up
visibility rules in BUILD.gn files, and checkdeps.
gRPC was approved by [email protected].
BUG=618889
Review-Url: https://codereview.chromium.org/2057883002
Cr-Commit-Position: refs/heads/master@{#400742}
diff --git a/DEPS b/DEPS
index 64e3e45..67824cf 100644
--- a/DEPS
+++ b/DEPS
@@ -416,6 +416,10 @@
# Wireless Display Software. Used on Chrome 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' + '@' + 'c1f618fb61b5258c1718e7ae60a6a7dbf6f912fb',
},
'android': {
'src/third_party/android_protobuf/src':