| Index: components/cronet/android/BUILD.gn
|
| diff --git a/components/cronet/android/BUILD.gn b/components/cronet/android/BUILD.gn
|
| index 99f4a657dcef1877a6e8f723d1972393df5a9702..5b12d658360d21847bf47f6f6b99e82037ed2740 100644
|
| --- a/components/cronet/android/BUILD.gn
|
| +++ b/components/cronet/android/BUILD.gn
|
| @@ -191,6 +191,7 @@ template("cronet_static_tmpl") {
|
| cronet_static_tmpl("cronet_static") {
|
| deps = [
|
| "//net",
|
| + "//net:extras",
|
| "//url",
|
| ]
|
|
|
| @@ -213,6 +214,7 @@ shared_library("cronet") {
|
| deps = [
|
| ":cronet_static",
|
| "//base",
|
| + "//net:extras",
|
| "//net:net",
|
| ]
|
| ldflags = [ "-Wl,--version-script=" +
|
| @@ -432,6 +434,7 @@ shared_library("cronet_tests") {
|
| "//base:i18n",
|
| "//base/test:test_support",
|
| "//net",
|
| + "//net:extras",
|
| "//net:simple_quic_tools",
|
| "//net:test_support",
|
| "//third_party/icu",
|
| @@ -682,6 +685,7 @@ test("cronet_unittests") {
|
| "//base/test:test_support",
|
| "//components/metrics",
|
| "//net",
|
| + "//net:extras",
|
| "//testing/gtest",
|
| ]
|
|
|
|
|