| Index: ios/third_party/ochamcrest/BUILD.gn
|
| diff --git a/ios/third_party/ochamcrest/BUILD.gn b/ios/third_party/ochamcrest/BUILD.gn
|
| index 402942789aa5e2ad7edc9d6b8fa6d814fc85059a..8c4c20f7cca6f081fe9731b5844f27c1ead9701d 100644
|
| --- a/ios/third_party/ochamcrest/BUILD.gn
|
| +++ b/ios/third_party/ochamcrest/BUILD.gn
|
| @@ -4,7 +4,14 @@
|
|
|
| import("//build/config/ios/rules.gni")
|
|
|
| -ios_framework_bundle("ochamcrest") {
|
| +group("ochamcrest") {
|
| + testonly = true
|
| + public_deps = [
|
| + ":OCHamcrest.framework",
|
| + ]
|
| +}
|
| +
|
| +ios_framework_bundle("OCHamcrest.framework") {
|
| testonly = true
|
| output_name = "OCHamcrest"
|
| sources = [
|
|
|