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

Unified Diff: components/cronet/tools/cr_cronet.py

Issue 1412243012: Initial implementation of CronetBidirectionalStream. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added isDoneLocked(). Created 4 years, 11 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 | « components/cronet/cronet_static.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/cronet/tools/cr_cronet.py
diff --git a/components/cronet/tools/cr_cronet.py b/components/cronet/tools/cr_cronet.py
index 7d87b6ce4a0596d9c118c941283b193d9bd44a8a..0faaf560e119a3fc251cc9fc38f68af554fb275b 100755
--- a/components/cronet/tools/cr_cronet.py
+++ b/components/cronet/tools/cr_cronet.py
@@ -67,7 +67,8 @@ def main():
print options
print extra_options_list
gyp_defines = 'GYP_DEFINES="OS=android enable_websockets=0 '+ \
- 'disable_file_support=1 disable_ftp_support=1" '
+ 'disable_file_support=1 disable_ftp_support=1 '+ \
+ 'enable_bidirectional_stream=1"'
out_dir = 'out/Debug'
release_arg = ''
extra_options = ' '.join(extra_options_list)
« no previous file with comments | « components/cronet/cronet_static.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698