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

Unified Diff: ios/public/provider/chrome/browser/voice/BUILD.gn

Issue 2667753008: [ObjC ARC] Converts ios/public/provider/chrome/browser/voice:test_support to ARC. (Closed)
Patch Set: 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/public/provider/chrome/browser/voice/test_voice_search_provider.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/public/provider/chrome/browser/voice/BUILD.gn
diff --git a/ios/public/provider/chrome/browser/voice/BUILD.gn b/ios/public/provider/chrome/browser/voice/BUILD.gn
index 02e838ac1b7705a5286a4c8dc32a3a5aad6d2794..dc80ad574d5bc8bf30b8c46537702471c22be624 100644
--- a/ios/public/provider/chrome/browser/voice/BUILD.gn
+++ b/ios/public/provider/chrome/browser/voice/BUILD.gn
@@ -25,6 +25,7 @@ source_set("voice") {
}
source_set("test_support") {
+ configs += [ "//build/config/compiler:enable_arc" ]
sources = [
"test_audio_session_controller.cc",
"test_audio_session_controller.h",
« no previous file with comments | « no previous file | ios/public/provider/chrome/browser/voice/test_voice_search_provider.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698