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

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

Issue 2487863003: Revert of Revert "Revert of Moving gRPC support interfaces out of cronet and into a new component. (patchset … (Closed)
Patch Set: Created 4 years, 1 month 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/DEPS ('k') | 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 10d6448a8ab7500f6a0e13d38595e84e06002bce..d0b96e3128ddfee54ef0f4d8feafdedb596c2800 100644
--- a/components/cronet/ios/BUILD.gn
+++ b/components/cronet/ios/BUILD.gn
@@ -8,7 +8,6 @@
import("//build/mac/tweak_info_plist.gni")
import("//build/util/process_version.gni")
import("//build/util/version.gni")
-import("//components/grpc_support/include/headers.gni")
import("//testing/test.gni")
import("//url/features.gni")
@@ -34,7 +33,6 @@
deps = [
":cronet_version_header",
"//base:base",
- "//components/grpc_support",
"//components/metrics:metrics",
"//components/metrics/proto:proto",
"//components/prefs:prefs",
@@ -53,11 +51,13 @@
"../url_request_context_config.h",
"Cronet.h",
"Cronet.mm",
+ "cronet_bidirectional_stream.cc",
+ "cronet_bidirectional_stream.h",
+ "cronet_c_for_grpc.cc",
+ "cronet_c_for_grpc.h",
"cronet_environment.cc",
"cronet_environment.h",
]
-
- include_dirs = [ "//components/grpc_support/include" ]
if (!use_platform_icu_alternatives) {
deps += [ "//base:i18n" ]
@@ -148,17 +148,14 @@
libs = [ "UIKit.Framework" ]
- include_dirs = [ "//components/grpc_support/include" ]
-
- public_deps = [
- "//components/grpc_support",
- ]
-
- public_headers = [ "Cronet.h" ]
- public_headers += grpc_public_headers
-
- sources = [
+ public_headers = [
"Cronet.h",
+ "cronet_c_for_grpc.h",
+ ]
+
+ sources = [
+ "Cronet.h",
+ "cronet_c_for_grpc.h",
]
configs -= [ "//build/config/compiler:default_symbols" ]
« no previous file with comments | « components/cronet/DEPS ('k') | components/cronet/ios/Cronet.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698