Index: ios/BUILD.gn |
diff --git a/ios/BUILD.gn b/ios/BUILD.gn |
index 5a799b22926cb9ec08e7dff001aaa74dfdf74684..3fdec43dba1d6a257589f8cfda739e2cf34aefef 100644 |
--- a/ios/BUILD.gn |
+++ b/ios/BUILD.gn |
@@ -29,6 +29,11 @@ group("all") { |
] |
if (!is_component_build) { |
- deps += [ "//components/cronet/ios:cronet_package" ] |
+ deps += [ |
+ "//components/cronet/ios:cronet_package", |
+ "//ios/crnet:crnet_framework", |
+ "//ios/crnet/crnet_consumer", |
+ "//ios/crnet/test:crnet_test", |
+ ] |
} |
} |