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

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

Issue 2941053002: [ObjC ARC] Converts ios/chrome/browser/find_in_page:unit_tests_nonarc to ARC. (Closed)
Patch Set: Consolidated build.gn Created 3 years, 6 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 ff13a5183d686137d531f0d956901ebf63fa0ac2..88e20e3dc3aaaa26ce04100a11fc008dea5b043f 100644
--- a/ios/chrome/browser/find_in_page/BUILD.gn
+++ b/ios/chrome/browser/find_in_page/BUILD.gn
@@ -37,11 +37,12 @@ source_set("unit_tests") {
testonly = true
configs += [ "//build/config/compiler:enable_arc" ]
sources = [
+ "find_in_page_js_unittest.mm",
"find_tab_helper_unittest.mm",
+ "js_findinpage_manager_unittest.mm",
]
deps = [
":find_in_page",
- ":unit_tests_nonarc",
"//base",
"//base/test:test_support",
"//ios/chrome/browser/web:test_support",
@@ -51,19 +52,3 @@ source_set("unit_tests") {
"//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",
- "//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