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

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

Issue 2642813002: [ObjC ARC] Converts ios/chrome/browser/suggestions:suggestions to ARC. (Closed)
Patch Set: revert translate_controller Created 3 years, 11 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/suggestions/image_fetcher_impl.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/suggestions/BUILD.gn
diff --git a/ios/chrome/browser/suggestions/BUILD.gn b/ios/chrome/browser/suggestions/BUILD.gn
index 216bf04fc4b89dbcf8035c6de2ce270e99fa4877..66a2401239ebebdad2da7a4797e76d76565765c9 100644
--- a/ios/chrome/browser/suggestions/BUILD.gn
+++ b/ios/chrome/browser/suggestions/BUILD.gn
@@ -3,6 +3,7 @@
# found in the LICENSE file.
source_set("suggestions") {
+ configs += [ "//build/config/compiler:enable_arc" ]
sources = [
"image_fetcher_impl.h",
"image_fetcher_impl.mm",
« no previous file with comments | « no previous file | ios/chrome/browser/suggestions/image_fetcher_impl.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698