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

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

Issue 2792823002: [ios] Unittest for TabGridMediator. (Closed)
Patch Set: Update 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/tab_grid/tab_grid_mediator.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/clean/chrome/browser/ui/tab_grid/BUILD.gn
diff --git a/ios/clean/chrome/browser/ui/tab_grid/BUILD.gn b/ios/clean/chrome/browser/ui/tab_grid/BUILD.gn
index ec4ad7dd787353ec8d72471d24798e02a423b2c8..ef9472e80a8384a2a5a7fb1ae740a61ec617fcf6 100644
--- a/ios/clean/chrome/browser/ui/tab_grid/BUILD.gn
+++ b/ios/clean/chrome/browser/ui/tab_grid/BUILD.gn
@@ -65,3 +65,26 @@ source_set("tab_grid_ui") {
"//ui/base",
]
}
+
+source_set("unit_tests") {
+ testonly = true
+
+ sources = [
+ "tab_grid_mediator_unittest.mm",
+ ]
+
+ configs += [ "//build/config/compiler:enable_arc" ]
+
+ deps = [
+ ":tab_grid",
+ ":tab_grid_ui",
+ "//base",
+ "//base/test:test_support",
+ "//ios/chrome/test/base",
+ "//ios/shared/chrome/browser/tabs",
+ "//ios/shared/chrome/browser/tabs:test_support",
+ "//ios/web:test_support",
+ "//testing/gtest",
+ "//third_party/ocmock",
+ ]
+}
« no previous file with comments | « no previous file | ios/clean/chrome/browser/ui/tab_grid/tab_grid_mediator.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698