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

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

Issue 2831633002: [ObjC ARC] Converts ios/public/provider/chrome/browser/images:images 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/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..5f39e3243880e828291c2b79db6b84b02ffe0677 100644
--- a/ios/public/provider/chrome/browser/images/BUILD.gn
+++ b/ios/public/provider/chrome/browser/images/BUILD.gn
@@ -3,6 +3,7 @@
# found in the LICENSE file.
source_set("images") {
+ configs += [ "//build/config/compiler:enable_arc" ]
sources = [
"branded_image_provider.h",
"branded_image_provider.mm",
« no previous file with comments | « no previous file | ios/public/provider/chrome/browser/images/branded_image_provider.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698