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

Unified Diff: client/proto/build.sh

Issue 2953253003: Replace custom blob gRPC API with ByteStream (Closed)
Patch Set: Rebase to latest Created 3 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
Index: client/proto/build.sh
diff --git a/client/proto/build.sh b/client/proto/build.sh
index 09c3b762a792b0341dfa2da5deb300895ecc90c0..6c2f729f2db4199e2d13d80cdc1b6beb201e04a4 100755
--- a/client/proto/build.sh
+++ b/client/proto/build.sh
@@ -11,5 +11,5 @@
python -m grpc.tools.protoc \
--python_out=. \
--grpc_python_out=. \
- isolate_bot.proto \
+ bytestream.proto \
-I.

Powered by Google App Engine
This is Rietveld 408576698