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

Unified Diff: ios/chrome/browser/ui/ntp/recent_tabs/BUILD.gn

Issue 2677933003: [ObjC ARC] Converts ios/chrome/browser/ui/ntp/recent_tabs: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/ntp/recent_tabs/BUILD.gn
diff --git a/ios/chrome/browser/ui/ntp/recent_tabs/BUILD.gn b/ios/chrome/browser/ui/ntp/recent_tabs/BUILD.gn
index c37ad567edd00f81f5a60ac4fba4b48501fdf2a9..e4aaf24df190e8a445ff7f8a8194040e9aa10277 100644
--- a/ios/chrome/browser/ui/ntp/recent_tabs/BUILD.gn
+++ b/ios/chrome/browser/ui/ntp/recent_tabs/BUILD.gn
@@ -73,6 +73,7 @@ source_set("unit_tests") {
}
source_set("eg_tests") {
+ configs += [ "//build/config/compiler:enable_arc" ]
testonly = true
sources = [
"recent_tabs_panel_controller_egtest.mm",

Powered by Google App Engine
This is Rietveld 408576698