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

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

Issue 2432563002: [ios] Adds a provider API for AudioSessionController. (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
« no previous file with comments | « no previous file | ios/public/provider/chrome/browser/chrome_browser_provider.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/public/provider/chrome/browser/BUILD.gn
diff --git a/ios/public/provider/chrome/browser/BUILD.gn b/ios/public/provider/chrome/browser/BUILD.gn
index c809db65306ab9a132aee51d792218159eb853be..fdb8ecacedfc04263961075a16d1ed0bd93bf77a 100644
--- a/ios/public/provider/chrome/browser/BUILD.gn
+++ b/ios/public/provider/chrome/browser/BUILD.gn
@@ -32,8 +32,11 @@ source_set("browser") {
"ui/text_field_styling.h",
"updatable_resource_provider.h",
"updatable_resource_provider.mm",
+ "voice/audio_session_controller.h",
"voice/voice_search_language.h",
"voice/voice_search_language.mm",
+ "voice/voice_search_provider.h",
+ "voice/voice_search_provider.mm",
]
public_deps = [
@@ -72,6 +75,8 @@ source_set("test_support") {
"test_chrome_provider_initializer.mm",
"test_updatable_resource_provider.h",
"test_updatable_resource_provider.mm",
+ "voice/test_voice_search_provider.h",
+ "voice/test_voice_search_provider.mm",
]
deps = [
« no previous file with comments | « no previous file | ios/public/provider/chrome/browser/chrome_browser_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698