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

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

Issue 2824493002: Reland of [ObjC ARC] Converts ios/chrome/browser/ui/contextual_search:contextual_search to ARC. (Closed)
Patch Set: fix test Created 3 years, 8 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 e0c44276b6f871425c5a249bdbce30299ae84dc6..5aaff06a92be738b4b8ebc72131a1292365c90e5 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