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

Unified Diff: ios/chrome/app/safe_mode/BUILD.gn

Issue 2627623002: [ObjC ARC] Converts ios/chrome/app/safe_mode:eg_tests to ARC. (Closed)
Patch Set: Created 3 years, 11 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/app/safe_mode/safe_mode_egtest.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/app/safe_mode/BUILD.gn
diff --git a/ios/chrome/app/safe_mode/BUILD.gn b/ios/chrome/app/safe_mode/BUILD.gn
index 180fb25cbda2b62449dc2d49403d22457a8efc91..bd5b7ea3742246b15367a8ea03fcfd7721fcfb5f 100644
--- a/ios/chrome/app/safe_mode/BUILD.gn
+++ b/ios/chrome/app/safe_mode/BUILD.gn
@@ -37,6 +37,7 @@ source_set("safe_mode") {
}
source_set("eg_tests") {
+ configs += [ "//build/config/compiler:enable_arc" ]
testonly = true
sources = [
"safe_mode_egtest.mm",
« no previous file with comments | « no previous file | ios/chrome/app/safe_mode/safe_mode_egtest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698