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

Unified Diff: mojo/services/media/audio/interfaces/BUILD.gn

Issue 1424933002: Add an initial revision of an audio server. (Closed) Base URL: https://github.com/domokit/mojo.git@change4
Patch Set: fix issues discovered with initial preflight Created 5 years, 1 month 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 | mojo/services/media/audio/interfaces/audio_server.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/media/audio/interfaces/BUILD.gn
diff --git a/mojo/services/geometry/interfaces/BUILD.gn b/mojo/services/media/audio/interfaces/BUILD.gn
similarity index 85%
copy from mojo/services/geometry/interfaces/BUILD.gn
copy to mojo/services/media/audio/interfaces/BUILD.gn
index 9047ee21ee471ed573671e0ce375a2c3bb6c9d8b..7efa911cda72c8e8f828c509f24b6196416081a7 100644
--- a/mojo/services/geometry/interfaces/BUILD.gn
+++ b/mojo/services/media/audio/interfaces/BUILD.gn
@@ -7,6 +7,7 @@ import("$mojo_sdk_root/mojo/public/tools/bindings/mojom.gni")
mojom("interfaces") {
sources = [
- "geometry.mojom",
+ "audio_server.mojom",
+ "audio_track.mojom",
]
}
« no previous file with comments | « no previous file | mojo/services/media/audio/interfaces/audio_server.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698