Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(247)

Unified Diff: ios/clean/chrome/browser/ui/tools/BUILD.gn

Issue 2812463002: [ios clean] Creates ToolsMenu UnitTests (Closed)
Patch Set: Rebase Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | ios/clean/chrome/browser/ui/tools/tools_coordinator_unittest.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
+ ]
+}
« no previous file with comments | « no previous file | ios/clean/chrome/browser/ui/tools/tools_coordinator_unittest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698