Chromium Code Reviews| Index: BUILD.gn |
| diff --git a/BUILD.gn b/BUILD.gn |
| index 3fd7ff08c948891953a2eb32c0f241d0a21f3cdb..227c95f11a02e05dbea91cce7419c37d779a7786 100644 |
| --- a/BUILD.gn |
| +++ b/BUILD.gn |
| @@ -248,6 +248,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 |