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

Unified Diff: ios/chrome/browser/ui/popup_menu/BUILD.gn

Issue 2935743002: [ObjC ARC] Converts ios/chrome/browser/ui/popup_menu:popup_menu to ARC. (Closed)
Patch Set: 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/ui/popup_menu/popup_menu_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/ui/popup_menu/BUILD.gn
diff --git a/ios/chrome/browser/ui/popup_menu/BUILD.gn b/ios/chrome/browser/ui/popup_menu/BUILD.gn
index 1d0ae53265c4f09da4bc01a307475b09ad1f4316..cdeab0698f00d3d840af80b72258b6a8229aee38 100644
--- a/ios/chrome/browser/ui/popup_menu/BUILD.gn
+++ b/ios/chrome/browser/ui/popup_menu/BUILD.gn
@@ -14,6 +14,7 @@ bundle_data("resources") {
}
source_set("popup_menu") {
+ configs += [ "//build/config/compiler:enable_arc" ]
sources = [
"popup_menu_controller.h",
"popup_menu_controller.mm",
« no previous file with comments | « no previous file | ios/chrome/browser/ui/popup_menu/popup_menu_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698