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

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

Issue 2453003002: [ios] Adds a VoiceSearchController interface to the provider layer. (Closed)
Patch Set: Rebased. Created 4 years, 2 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
Index: ios/chrome/browser/voice/BUILD.gn
diff --git a/ios/chrome/browser/voice/BUILD.gn b/ios/chrome/browser/voice/BUILD.gn
index 9319d04b3baf20779f0c39a061a31c07d9d60691..1ac78f87c5f5bafde597d2301aafd20825c8b58f 100644
--- a/ios/chrome/browser/voice/BUILD.gn
+++ b/ios/chrome/browser/voice/BUILD.gn
@@ -13,6 +13,11 @@ source_set("voice") {
"speech_input_locale_match_config.mm",
]
+ deps = [
+ "//components/pref_registry",
+ "//components/prefs",
+ ]
+
public_deps = [
"//base",
"//ios/chrome/browser",
@@ -20,6 +25,19 @@ source_set("voice") {
]
}
+source_set("prefs") {
+ sources = [
+ "voice_search_prefs_registration.cc",
+ "voice_search_prefs_registration.h",
+ ]
+
+ deps = [
+ "//components/pref_registry",
+ "//components/prefs",
+ "//ios/public/provider/chrome/browser",
+ ]
+}
+
source_set("tts") {
sources = [
"text_to_speech_listener.h",
« no previous file with comments | « ios/chrome/browser/prefs/browser_prefs.mm ('k') | ios/chrome/browser/voice/voice_search_prefs_registration.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698