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

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

Issue 2847863005: [ObjC ARC] Converts ios/public/provider/chrome/browser/voice:voice to ARC. (Closed)
Patch Set: remove empty braces 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/public/provider/chrome/browser/voice/voice_search_controller.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 dc80ad574d5bc8bf30b8c46537702471c22be624..847e9990b502e1d77c02792b9ae07779630f1dd6 100644
--- a/ios/public/provider/chrome/browser/voice/BUILD.gn
+++ b/ios/public/provider/chrome/browser/voice/BUILD.gn
@@ -3,6 +3,7 @@
# found in the LICENSE file.
source_set("voice") {
+ configs += [ "//build/config/compiler:enable_arc" ]
sources = [
"audio_session_controller.h",
"logo_animation_controller.h",
« no previous file with comments | « no previous file | ios/public/provider/chrome/browser/voice/voice_search_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698