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

Unified Diff: client/proto/build.sh

Issue 2953253003: Replace custom blob gRPC API with ByteStream (Closed)
Patch Set: Import ndb directly to test code 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
« no previous file with comments | « client/isolateserver.py ('k') | client/proto/bytestream.proto » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « client/isolateserver.py ('k') | client/proto/bytestream.proto » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698