Chromium Code Reviews| Index: ios/chrome/common/BUILD.gn |
| diff --git a/ios/chrome/common/BUILD.gn b/ios/chrome/common/BUILD.gn |
| index 8cb39fa36591ebc8e8d9b3c653510c37cdd3d671..b3e6bed52d0f1729e48298ad70a0a2af40854e77 100644 |
| --- a/ios/chrome/common/BUILD.gn |
| +++ b/ios/chrome/common/BUILD.gn |
| @@ -29,6 +29,8 @@ source_set("common") { |
| source_set("unit_tests") { |
| testonly = true |
| sources = [ |
| + "block_unittest.mm", |
| + "ns_regular_expression_unittest.mm", |
| "string_util_unittest.mm", |
| "x_callback_url_unittest.cc", |
| ] |