Chromium Code Reviews| Index: BUILD.gn |
| diff --git a/BUILD.gn b/BUILD.gn |
| index 7903e89d45f5301890429048a1ca8c1a89befab6..b68c9e5811800e3c747fe4e4cf6040e71ba846f1 100644 |
| --- a/BUILD.gn |
| +++ b/BUILD.gn |
| @@ -247,6 +247,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 |