summaryrefslogtreecommitdiff
path: root/modules/audio_processing/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'modules/audio_processing/BUILD.gn')
-rw-r--r--modules/audio_processing/BUILD.gn13
1 files changed, 13 insertions, 0 deletions
diff --git a/modules/audio_processing/BUILD.gn b/modules/audio_processing/BUILD.gn
new file mode 100644
index 00000000..a727d54b
--- /dev/null
+++ b/modules/audio_processing/BUILD.gn
@@ -0,0 +1,13 @@
+# Copyright (c) 2014 The WebRTC project authors. All Rights Reserved.
+#
+# Use of this source code is governed by a BSD-style license
+# that can be found in the LICENSE file in the root of the source
+# tree. An additional intellectual property rights grant can be found
+# in the file PATENTS. All contributing project authors may
+# be found in the AUTHORS file in the root of the source tree.
+
+import("../../build/webrtc.gni")
+
+source_set("audio_processing") {
+ # TODO(andrew): Implement.
+}