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

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

Issue 2146643002: [Cronet] Integrate CrNet functionality into Cronet on iOS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove prototype CronetEngine from this CL. Created 4 years, 4 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') | components/cronet/ios/Cronet.h » ('J')
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 c7e4a232aac8cfa27f00606169d4dc889174f2dd..2636bef0aadb1e7fa5d94ecb163dc88cc22f7e5d 100644
--- a/components/cronet/ios/BUILD.gn
+++ b/components/cronet/ios/BUILD.gn
@@ -33,6 +33,7 @@ source_set("cronet_sources") {
"//components/metrics:metrics",
"//components/metrics/proto:proto",
"//components/prefs:prefs",
+ "//ios/net:net",
"//net",
"//url",
]
@@ -42,6 +43,8 @@ source_set("cronet_sources") {
"../histogram_manager.h",
"../url_request_context_config.cc",
"../url_request_context_config.h",
+ "Cronet.h",
+ "Cronet.mm",
"cronet_bidirectional_stream.cc",
"cronet_bidirectional_stream.h",
"cronet_c_for_grpc.cc",
@@ -81,7 +84,7 @@ ios_framework_bundle("cronet_framework") {
sources = [
"Cronet.h",
- "Cronet.mm",
+ "cronet_c_for_grpc.h",
kapishnikov 2016/08/10 17:47:40 "cronet_c_for_grpc.h" & "Cronet.h" are included in
mef 2016/08/11 21:22:15 ios_framework_bundle requires for some reason sour
]
configs -= [ "//build/config/compiler:default_symbols" ]
@@ -105,6 +108,7 @@ test("cronet_test") {
testonly = true
sources = [
"test/cronet_bidirectional_stream_test.mm",
+ "test/cronet_http_test.mm",
"test/cronet_test_runner.mm",
"test/quic_test_server.cc",
"test/quic_test_server.h",
« no previous file with comments | « no previous file | components/cronet/ios/Cronet.h » ('j') | components/cronet/ios/Cronet.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698