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

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

Issue 2879423002: [ObjC ARC] Converts ios/chrome/browser/web:test_support 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/web/chrome_web_test.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/web/BUILD.gn
diff --git a/ios/chrome/browser/web/BUILD.gn b/ios/chrome/browser/web/BUILD.gn
index c045b758a78d22b783f61821fedf063aeb2d83dd..aa2e2ce34d492ce55cf9d074f86fcbcd42ee26cd 100644
--- a/ios/chrome/browser/web/BUILD.gn
+++ b/ios/chrome/browser/web/BUILD.gn
@@ -243,6 +243,7 @@ source_set("web_internal") {
}
source_set("test_support") {
+ configs += [ "//build/config/compiler:enable_arc" ]
testonly = true
sources = [
"chrome_web_test.h",
« no previous file with comments | « no previous file | ios/chrome/browser/web/chrome_web_test.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698