| Index: components/cronet/ios/BUILD.gn
|
| diff --git a/components/cronet/ios/BUILD.gn b/components/cronet/ios/BUILD.gn
|
| index a78296e99bcd3a115bbc53c8df3bbb0dd8e565a8..716fa0b47ef7212d96362b7236a846d969a6b4b2 100644
|
| --- a/components/cronet/ios/BUILD.gn
|
| +++ b/components/cronet/ios/BUILD.gn
|
| @@ -14,6 +14,12 @@ import("//url/features.gni")
|
|
|
| assert(!is_component_build, "Cronet requires static library build.")
|
|
|
| +group("cronet_consumer_group") {
|
| + deps = [
|
| + "//components/cronet/ios/cronet_consumer",
|
| + ]
|
| +}
|
| +
|
| process_version("cronet_version_header") {
|
| template_file = "//components/cronet/version.h.in"
|
| sources = [
|
|
|