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

Unified Diff: components/cronet/ios/BUILD.gn

Issue 2611853002: [Cronet] Provide shim from deprecated cronet_c_for_grpc API to bidirectional_stream_c API. (Closed)
Patch Set: Use #define instead of typedef and function forwarders. Created 3 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 | « no previous file | components/cronet/ios/Cronet.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/cronet/ios/BUILD.gn
diff --git a/components/cronet/ios/BUILD.gn b/components/cronet/ios/BUILD.gn
index ba6ad852e3d9f9ced55f63f468a8bd1b95100b32..a449ceba8af166523b60b7f0b96fb8b4463c3fd8 100644
--- a/components/cronet/ios/BUILD.gn
+++ b/components/cronet/ios/BUILD.gn
@@ -53,6 +53,7 @@ source_set("cronet_sources") {
"../url_request_context_config.h",
"Cronet.h",
"Cronet.mm",
+ "cronet_c_for_grpc.h",
"cronet_environment.h",
"cronet_environment.mm",
]
@@ -153,7 +154,10 @@ ios_framework_bundle("cronet_framework") {
"//components/grpc_support",
]
- public_headers = [ "Cronet.h" ]
+ public_headers = [
+ "Cronet.h",
+ "cronet_c_for_grpc.h",
+ ]
public_headers += grpc_public_headers
sources = [
« no previous file with comments | « no previous file | components/cronet/ios/Cronet.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698