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

Unified Diff: client/isolateserver.py

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/isolate_storage.py ('k') | client/proto/build.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/isolateserver.py
diff --git a/client/isolateserver.py b/client/isolateserver.py
index c8feb0961a2e1e3785cf265c122b827c88771537..df446329fa8a7ba4427dc2119d49c0d7a9ac5726 100755
--- a/client/isolateserver.py
+++ b/client/isolateserver.py
@@ -1966,6 +1966,9 @@ def process_isolate_server_options(
parser.error('--isolate-server is required.')
return
+ if 'ISOLATED_GRPC_PROXY' in os.environ:
+ options.is_grpc = True
+
if options.is_grpc:
isolate_storage.set_storage_api_class(isolate_storage.IsolateServerGrpc)
else:
« no previous file with comments | « client/isolate_storage.py ('k') | client/proto/build.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698