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

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

Issue 2889093002: [ObjC ARC] Converts ios/chrome/browser/geolocation:geolocation_internal to ARC. (Closed)
Patch Set: Remove the weak annotations. Created 3 years, 6 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/geolocation/omnibox_geolocation_controller.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/geolocation/BUILD.gn
diff --git a/ios/chrome/browser/geolocation/BUILD.gn b/ios/chrome/browser/geolocation/BUILD.gn
index b38a267f988834a080776a98bfe75306bbcca165..d124ca12bb16685bdc668baf3f5af21848e3b52a 100644
--- a/ios/chrome/browser/geolocation/BUILD.gn
+++ b/ios/chrome/browser/geolocation/BUILD.gn
@@ -67,6 +67,7 @@ source_set("unit_tests") {
}
source_set("geolocation_internal") {
+ configs += [ "//build/config/compiler:enable_arc" ]
sources = [
"omnibox_geolocation_controller+Testing.h",
"omnibox_geolocation_controller.h",
« no previous file with comments | « no previous file | ios/chrome/browser/geolocation/omnibox_geolocation_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698