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

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

Issue 2891133002: [ObjC ARC] Converts ios/chrome/browser/native_app_launcher:unit_tests_internal to ARC. (Closed)
Patch Set: Created 3 years, 7 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/native_app_launcher/native_app_navigation_controller_unittest.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 76ecaa6890893ac67abafb08b2c1f9aca5b70775..e81b5cd5a1716fa570fd153ff9b93af94a7d4e50 100644
--- a/ios/chrome/browser/native_app_launcher/BUILD.gn
+++ b/ios/chrome/browser/native_app_launcher/BUILD.gn
@@ -82,6 +82,7 @@ source_set("native_app_launcher_internal") {
}
source_set("unit_tests_internal") {
+ configs += [ "//build/config/compiler:enable_arc" ]
testonly = true
sources = [
"native_app_navigation_controller_unittest.mm",
« no previous file with comments | « no previous file | ios/chrome/browser/native_app_launcher/native_app_navigation_controller_unittest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698