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

Unified Diff: ios/chrome/common/BUILD.gn

Issue 2689513002: [ObjC ARC] Converts ios/chrome/common:common to ARC. (Closed)
Patch Set: copy Created 3 years, 10 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/common/channel_info.mm » ('j') | ios/chrome/common/material_timing.mm » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/common/BUILD.gn
diff --git a/ios/chrome/common/BUILD.gn b/ios/chrome/common/BUILD.gn
index d71c521771d56935a8fa6b2b00f1bd7af0ca2142..077d33ac5f5bcc707d59e049b93ca45b86484af0 100644
--- a/ios/chrome/common/BUILD.gn
+++ b/ios/chrome/common/BUILD.gn
@@ -6,6 +6,7 @@ import("//build/buildflag_header.gni")
import("//build/config/ios/ios_sdk.gni")
source_set("common") {
+ configs += [ "//build/config/compiler:enable_arc" ]
sources = [
"channel_info.h",
"channel_info.mm",
« no previous file with comments | « no previous file | ios/chrome/common/channel_info.mm » ('j') | ios/chrome/common/material_timing.mm » ('J')

Powered by Google App Engine
This is Rietveld 408576698