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

Unified Diff: components/cronet/cronet_static.gypi

Issue 1412243012: Initial implementation of CronetBidirectionalStream. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address Paul's comments. 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
Index: components/cronet/cronet_static.gypi
diff --git a/components/cronet/cronet_static.gypi b/components/cronet/cronet_static.gypi
index 22d2a6f484873a60db1026e31d9c3b85431865ff..c7ebdd6fd4f1b3ae9b40af9ed35a7e8a9afd2754 100644
--- a/components/cronet/cronet_static.gypi
+++ b/components/cronet/cronet_static.gypi
@@ -7,6 +7,7 @@
'dependencies': [
'../base/base.gyp:base',
'../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
+ 'cronet_features',
'cronet_jni_headers',
'cronet_url_request_java',
'cronet_version',
@@ -72,5 +73,15 @@
],
}
],
+ # If Bidirectional Stream support is enabled, add the following
pauljensen 2016/01/12 16:55:42 following->following sources.
mef 2016/01/14 21:07:55 Done.
+ # Dependencies are target-specific and are not included here.
+ ['enable_bidirectional_stream==1',
+ {
+ 'sources': [
+ 'android/cronet_bidirectional_stream_adapter.cc',
+ 'android/cronet_bidirectional_stream_adapter.h',
+ ],
+ }
+ ],
],
}

Powered by Google App Engine
This is Rietveld 408576698