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

Unified Diff: ios/chrome/browser/ui/downloads/BUILD.gn

Issue 2835643002: [ObjC ARC] Converts ios/chrome/browser/ui/downloads:downloads to ARC. (Closed)
Patch Set: Fix weaks 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/chrome/browser/ui/downloads/download_manager_controller.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/ui/downloads/BUILD.gn
diff --git a/ios/chrome/browser/ui/downloads/BUILD.gn b/ios/chrome/browser/ui/downloads/BUILD.gn
index 92726687df883236e7a3235630fcc77f4bc558af..c8bafe42bcb73dcb3428c6fcd81e0a7c5d9a1033 100644
--- a/ios/chrome/browser/ui/downloads/BUILD.gn
+++ b/ios/chrome/browser/ui/downloads/BUILD.gn
@@ -34,6 +34,7 @@ bundle_data_ib_file("download_manager_controller_xib") {
}
source_set("downloads") {
+ configs += [ "//build/config/compiler:enable_arc" ]
sources = [
"download_manager_controller.h",
"download_manager_controller.mm",
« no previous file with comments | « no previous file | ios/chrome/browser/ui/downloads/download_manager_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698