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

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

Issue 2552113003: [ObjC ARC] Converts ios/chrome/browser/reading_list:reading_list to ARC.Automatically generated A… (Closed)
Patch Set: Created 4 years 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/reading_list/reading_list_entry_loading_util.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/reading_list/BUILD.gn
diff --git a/ios/chrome/browser/reading_list/BUILD.gn b/ios/chrome/browser/reading_list/BUILD.gn
index 7c7148be023e65b6b8d313f9840176406ff41970..d68daec1e825c1ca6aa1aa8edba764393ff99627 100644
--- a/ios/chrome/browser/reading_list/BUILD.gn
+++ b/ios/chrome/browser/reading_list/BUILD.gn
@@ -3,6 +3,7 @@
# found in the LICENSE file.
source_set("reading_list") {
+ configs += [ "//build/config/compiler:enable_arc" ]
sources = [
"offline_url_utils.cc",
"offline_url_utils.h",
« no previous file with comments | « no previous file | ios/chrome/browser/reading_list/reading_list_entry_loading_util.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698