Chromium Code Reviews| Index: components/BUILD.gn |
| diff --git a/components/BUILD.gn b/components/BUILD.gn |
| index 09cf2b6672292daaa53de72ca08bd95794bcc1ca..96129a4562ecd81be079ef5fe19f7b41f6ac9e64 100644 |
| --- a/components/BUILD.gn |
| +++ b/components/BUILD.gn |
| @@ -15,6 +15,14 @@ if (is_ios) { |
| import("//ios/build/config.gni") |
| } |
| +group("cronet") { |
| + if (is_ios) { |
| + deps = [ |
| + "//components/cronet/ios:cronet_package", |
| + ] |
| + } |
| +} |
| + |
| if (is_ios || is_mac) { |
| bundle_data("components_tests_pak_bundle_data") { |
| public_deps = [ |