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

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

Issue 2884723002: [ObjC ARC] Converts ios/chrome/browser/autofill:eg_tests to ARC. (Closed)
Patch Set: Created 3 years, 7 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/autofill/form_input_egtest.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/autofill/BUILD.gn
diff --git a/ios/chrome/browser/autofill/BUILD.gn b/ios/chrome/browser/autofill/BUILD.gn
index 961309903b77ae3dbde5e759a70dcbf7b9dcf4ce..0f0a291525ddb45d37204217b7f5856eb91cd361 100644
--- a/ios/chrome/browser/autofill/BUILD.gn
+++ b/ios/chrome/browser/autofill/BUILD.gn
@@ -110,6 +110,7 @@ source_set("unit_tests") {
}
source_set("eg_tests") {
+ configs += [ "//build/config/compiler:enable_arc" ]
testonly = true
sources = [
"form_input_egtest.mm",
« no previous file with comments | « no previous file | ios/chrome/browser/autofill/form_input_egtest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698