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

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: 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 | « chromeos/audio/cras_audio_handler.h ('k') | components/arc/BUILD.gn » ('j') | no next file with comments »
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 73a5eb22afd10f5fafd58975fe10eef47d87497a..51dd1286c237b93949ec997528e38ecebf23cbdb 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',
@@ -91,6 +93,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/crash_collector.mojom',
« no previous file with comments | « chromeos/audio/cras_audio_handler.h ('k') | components/arc/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698