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

Unified Diff: ios/chrome/browser/find_in_page/BUILD.gn

Issue 2711513002: [ios] Simplifies the Find In Page JS unittest. (Closed)
Patch Set: Rebased. Created 3 years, 10 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/chrome/browser/find_in_page/find_in_page_js_unittest.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/find_in_page/BUILD.gn
diff --git a/ios/chrome/browser/find_in_page/BUILD.gn b/ios/chrome/browser/find_in_page/BUILD.gn
index 2ea3d5a96b7778976432064b208954773447db01..e13b876a2786474981372385078c6d560b1ca11b 100644
--- a/ios/chrome/browser/find_in_page/BUILD.gn
+++ b/ios/chrome/browser/find_in_page/BUILD.gn
@@ -41,8 +41,27 @@ source_set("unit_tests") {
]
deps = [
":find_in_page",
+ ":unit_tests_nonarc",
"//base",
"//ios/web",
"//ios/web:test_support",
+ "//testing/gtest",
+ ]
+}
+
+source_set("unit_tests_nonarc") {
+ testonly = true
+ sources = [
+ "find_in_page_js_unittest.mm",
+ "js_findinpage_manager_unittest.mm",
+ ]
+ deps = [
+ ":find_in_page",
+ "//base",
+ "//base/test:test_support",
+ "//ios/chrome/browser/web:test_support",
+ "//ios/web",
+ "//ios/web:test_support",
+ "//testing/gtest",
]
}
« no previous file with comments | « no previous file | ios/chrome/browser/find_in_page/find_in_page_js_unittest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698