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

Unified Diff: ios/public/provider/chrome/browser/voice/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
Index: ios/public/provider/chrome/browser/voice/BUILD.gn
diff --git a/chrome/installer/launcher_support/BUILD.gn b/ios/public/provider/chrome/browser/voice/BUILD.gn
similarity index 58%
copy from chrome/installer/launcher_support/BUILD.gn
copy to ios/public/provider/chrome/browser/voice/BUILD.gn
index 9abab50df0aefabdc299b6795e0fee8f77ee83f2..4f160a7a3b1a24f6b95ec457ef5ba8b02282f2c6 100644
--- a/chrome/installer/launcher_support/BUILD.gn
+++ b/ios/public/provider/chrome/browser/voice/BUILD.gn
@@ -2,13 +2,14 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-source_set("launcher_support") {
+source_set("test_support") {
sources = [
- "chrome_launcher_support.cc",
- "chrome_launcher_support.h",
+ "test_audio_session_controller.cc",
+ "test_audio_session_controller.h",
]
deps = [
"//base",
+ "//ios/public/provider/chrome/browser",
]
}

Powered by Google App Engine
This is Rietveld 408576698