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

Unified Diff: ios/public/provider/chrome/browser/images/BUILD.gn

Issue 2832543002: [ObjC ARC] Converts ios/public/provider/chrome/browser/images:test_support to ARC. (Closed)
Patch Set: Created 3 years, 8 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/public/provider/chrome/browser/images/test_branded_image_provider.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/public/provider/chrome/browser/images/BUILD.gn
diff --git a/ios/public/provider/chrome/browser/images/BUILD.gn b/ios/public/provider/chrome/browser/images/BUILD.gn
index 3d96d7ff3335fb6564d967903059c468c6edfd7c..9871d43fad15eeedb28e906e748eab55bae166f0 100644
--- a/ios/public/provider/chrome/browser/images/BUILD.gn
+++ b/ios/public/provider/chrome/browser/images/BUILD.gn
@@ -14,6 +14,7 @@ source_set("images") {
}
source_set("test_support") {
+ configs += [ "//build/config/compiler:enable_arc" ]
testonly = true
sources = [
"test_branded_image_provider.h",
« no previous file with comments | « no previous file | ios/public/provider/chrome/browser/images/test_branded_image_provider.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698