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

Unified Diff: DEPS

Issue 2057883002: Add a gRPC repository to DEPS to fetch for Linux platform. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: checlicense bug Created 4 years, 6 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') | tools/checklicenses/checklicenses.py » ('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 ef8b0d7d29853be1c3f48b967e7a11191a23f1e1..ed23767c42cb90608ca3b50f814ee7e4c687fabc 100644
--- a/DEPS
+++ b/DEPS
@@ -429,6 +429,10 @@ deps_os = {
# 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':
« no previous file with comments | « .gitignore ('k') | tools/checklicenses/checklicenses.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698