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

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

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

Powered by Google App Engine
This is Rietveld 408576698