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

Unified Diff: ios/chrome/browser/ui/alert_coordinator/BUILD.gn

Issue 2680803003: [ObjC ARC] Converts ios/chrome/browser/ui/alert_coordinator:eg_tests to ARC. (Closed)
Patch Set: 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
Index: ios/chrome/browser/ui/alert_coordinator/BUILD.gn
diff --git a/ios/chrome/browser/ui/alert_coordinator/BUILD.gn b/ios/chrome/browser/ui/alert_coordinator/BUILD.gn
index 8094e9c64c1ee5fd0c63a5cce67ca8bac166243f..7a7ff73146a5b320fb6b29e310cc2a16929baf7d 100644
--- a/ios/chrome/browser/ui/alert_coordinator/BUILD.gn
+++ b/ios/chrome/browser/ui/alert_coordinator/BUILD.gn
@@ -67,6 +67,7 @@ source_set("alert_coordinator_internal") {
}
source_set("eg_tests") {
+ configs += [ "//build/config/compiler:enable_arc" ]
testonly = true
sources = [
"alert_coordinator_egtest.mm",

Powered by Google App Engine
This is Rietveld 408576698