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

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

Issue 2626073003: [ObjC ARC] Converts ios/chrome/browser/ui/contextual_search:contextual_search to ARC. (Closed)
Patch Set: format 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
« no previous file with comments | « no previous file | ios/chrome/browser/ui/contextual_search/contextual_search_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/ui/contextual_search/BUILD.gn
diff --git a/ios/chrome/browser/ui/contextual_search/BUILD.gn b/ios/chrome/browser/ui/contextual_search/BUILD.gn
index e251d1e347e59552bf73fa43b2429cf97ecbe701..bc3cd07cf2cac47c29d1ed3e22234e3ded5cf63f 100644
--- a/ios/chrome/browser/ui/contextual_search/BUILD.gn
+++ b/ios/chrome/browser/ui/contextual_search/BUILD.gn
@@ -32,6 +32,7 @@ bundle_data("resources_unit_tests") {
}
source_set("contextual_search") {
+ configs += [ "//build/config/compiler:enable_arc" ]
sources = [
"contextual_search_context.cc",
"contextual_search_context.h",
« no previous file with comments | « no previous file | ios/chrome/browser/ui/contextual_search/contextual_search_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698