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

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

Issue 2664993003: Converts ios/chrome/browser/native_app_launcher:native_app_launcher_internal to ARC. (Closed)
Patch Set: s/newNativeAppForURL/nativeAppForURL 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
Index: ios/chrome/browser/native_app_launcher/BUILD.gn
diff --git a/ios/chrome/browser/native_app_launcher/BUILD.gn b/ios/chrome/browser/native_app_launcher/BUILD.gn
index 687ac9dbce182446c32b5c866247146147e54ad1..99552a335cb37daf023bb85ed42114bb334b5524 100644
--- a/ios/chrome/browser/native_app_launcher/BUILD.gn
+++ b/ios/chrome/browser/native_app_launcher/BUILD.gn
@@ -51,6 +51,7 @@ source_set("unit_tests") {
}
source_set("native_app_launcher_internal") {
+ configs += [ "//build/config/compiler:enable_arc" ]
sources = [
"native_app_navigation_controller.h",
"native_app_navigation_controller.mm",

Powered by Google App Engine
This is Rietveld 408576698