| Index: ios/chrome/common/BUILD.gn
|
| diff --git a/ios/chrome/common/BUILD.gn b/ios/chrome/common/BUILD.gn
|
| index 688f7fd21fdc73dcc2d540977a0a613e3ba91e45..cb5f778e91b683eb23740c19cf082a97936b86a0 100644
|
| --- a/ios/chrome/common/BUILD.gn
|
| +++ b/ios/chrome/common/BUILD.gn
|
| @@ -19,8 +19,17 @@ source_set("common") {
|
| "//ios/chrome/common/physical_web:physical_web",
|
| ]
|
|
|
| - libs = [
|
| - "CoreGraphics.framework",
|
| - "Foundation.framework",
|
| + libs = [ "QuartzCore.framework" ]
|
| +}
|
| +
|
| +source_set("unit_tests") {
|
| + testonly = true
|
| + sources = [
|
| + "string_util_unittest.mm",
|
| + ]
|
| + deps = [
|
| + ":common",
|
| + "//base",
|
| + "//testing/gtest",
|
| ]
|
| }
|
|
|