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

Unified Diff: components/audio_modem/BUILD.gn

Issue 865483005: Creating the audio_modem component (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merging again Created 5 years, 10 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/audio_modem.gypi ('k') | components/audio_modem/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/audio_modem/BUILD.gn
diff --git a/components/audio_modem/BUILD.gn b/components/audio_modem/BUILD.gn
new file mode 100644
index 0000000000000000000000000000000000000000..6676e6476a1cb399f39ef7e3658a9c72b59e4f04
--- /dev/null
+++ b/components/audio_modem/BUILD.gn
@@ -0,0 +1,29 @@
+# Copyright 2015 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+static_library("audio_modem") {
+ sources = [
+ "audio_player.h",
+ "audio_player_impl.cc",
+ "audio_player_impl.h",
+ "audio_recorder.h",
+ "audio_recorder_impl.cc",
+ "audio_recorder_impl.h",
+ "constants.cc",
+ "modem_impl.cc",
+ "modem_impl.h",
+ "public/modem.h",
+ "public/audio_modem_types.h",
+ "public/whispernet_client.h",
+ "audio_modem_switches.cc",
+ "audio_modem_switches.h",
+ ]
+
+ deps = [
+ "//base",
+ "//content",
+ "//media",
+ "//third_party/webrtc/common_audio",
+ ]
+}
« no previous file with comments | « components/audio_modem.gypi ('k') | components/audio_modem/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698