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

Unified Diff: components/arc.gypi

Issue 1817093003: Host-side implementation of ARC audio bridge. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated commit message 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 | « no previous file | components/arc/BUILD.gn » ('j') | components/arc/arc_bridge_service.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/arc.gypi
diff --git a/components/arc.gypi b/components/arc.gypi
index 9b02191db5e5f20d65639044f49a270521447fa0..95d08e9f764d8f699e9fe8c94e5cb32b2c289237 100644
--- a/components/arc.gypi
+++ b/components/arc.gypi
@@ -37,6 +37,8 @@
'arc/arc_service.h',
'arc/arc_service_manager.cc',
'arc/arc_service_manager.h',
+ 'arc/audio/arc_audio_bridge.cc',
+ 'arc/audio/arc_audio_bridge.h',
'arc/auth/arc_auth_fetcher.cc',
'arc/auth/arc_auth_fetcher.h',
'arc/clipboard/arc_clipboard_bridge.cc',
@@ -85,6 +87,7 @@
'sources': [
'arc/common/app.mojom',
'arc/common/arc_bridge.mojom',
+ 'arc/common/audio.mojom',
'arc/common/auth.mojom',
'arc/common/clipboard.mojom',
'arc/common/ime.mojom',
« no previous file with comments | « no previous file | components/arc/BUILD.gn » ('j') | components/arc/arc_bridge_service.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698