| Index: ios/clean/chrome/browser/ui/tools/BUILD.gn
|
| diff --git a/ios/clean/chrome/browser/ui/tools/BUILD.gn b/ios/clean/chrome/browser/ui/tools/BUILD.gn
|
| index e348eb94b6a00ef293c9ce7e40576d5dbefc696f..beee4a947099dda171323253068351bbbccf469c 100644
|
| --- a/ios/clean/chrome/browser/ui/tools/BUILD.gn
|
| +++ b/ios/clean/chrome/browser/ui/tools/BUILD.gn
|
| @@ -46,3 +46,23 @@ source_set("tools_ui") {
|
| "//ios/third_party/material_components_ios",
|
| ]
|
| }
|
| +
|
| +source_set("unit_tests") {
|
| + testonly = true
|
| +
|
| + sources = [
|
| + "tools_coordinator_unittest.mm",
|
| + "tools_mediator_unittest.mm",
|
| + ]
|
| +
|
| + configs += [ "//build/config/compiler:enable_arc" ]
|
| +
|
| + deps = [
|
| + ":tools",
|
| + ":tools_ui",
|
| + "//base/test:test_support",
|
| + "//ios/chrome/test/base",
|
| + "//testing/gtest",
|
| + "//third_party/ocmock",
|
| + ]
|
| +}
|
|
|