Chromium Code Reviews| Index: BUILD.gn |
| diff --git a/BUILD.gn b/BUILD.gn |
| index 8cd45da88b93b189ce4dcc1160eba717b0b3fb6d..308243a275da875ffe16145e2c8d80abc7d0b7fc 100644 |
| --- a/BUILD.gn |
| +++ b/BUILD.gn |
| @@ -249,6 +249,10 @@ group("both_gn_and_gyp") { |
| "//ios/web:ios_web_unittests", |
| "//ios/web/shell:ios_web_shell", |
| ] |
| + |
| + if (!is_component_build) { |
| + deps += [ "//components/cronet/ios:cronet_package" ] |
| + } |
| } |
| deps += root_extra_deps |