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

Unified Diff: components/arc/BUILD.gn

Issue 1817093003: Host-side implementation of ARC audio bridge. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove unused override and update data type. Created 4 years, 9 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 | « components/arc.gypi ('k') | components/arc/arc_bridge_service.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/arc/BUILD.gn
diff --git a/components/arc/BUILD.gn b/components/arc/BUILD.gn
index f85b31e2886009bd72ca8d21a96f0dbc3fa543b3..dec6b62b9f2556ddfd575b62ac9a6eda10d1263f 100644
--- a/components/arc/BUILD.gn
+++ b/components/arc/BUILD.gn
@@ -17,6 +17,8 @@ static_library("arc") {
"arc_service.h",
"arc_service_manager.cc",
"arc_service_manager.h",
+ "audio/arc_audio_bridge.cc",
+ "audio/arc_audio_bridge.h",
"auth/arc_auth_fetcher.cc",
"auth/arc_auth_fetcher.h",
"clipboard/arc_clipboard_bridge.cc",
@@ -69,6 +71,7 @@ mojom("arc_bindings") {
sources = [
"common/app.mojom",
"common/arc_bridge.mojom",
+ "common/audio.mojom",
"common/auth.mojom",
"common/clipboard.mojom",
"common/crash_collector.mojom",
« no previous file with comments | « components/arc.gypi ('k') | components/arc/arc_bridge_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698