aboutsummaryrefslogtreecommitdiff
path: root/webrtc/modules/utility/BUILD.gn
diff options
context:
space:
mode:
authorAlex Luebs <aluebs@google.com>2016-01-15 11:18:15 -0800
committerAlex Luebs <aluebs@google.com>2016-01-15 11:28:47 -0800
commitdaef292e03c8d7d32e650495612f336c1830013a (patch)
tree28c4cf735dd5bd9cc8f1ccd06fff8a173b20d1cb /webrtc/modules/utility/BUILD.gn
parentfe8b4a657979b49e1701bd92f6d5814a99e0b2be (diff)
parent04cb763955aadf29324ec124b55aa399a7645d51 (diff)
downloadwebrtc-daef292e03c8d7d32e650495612f336c1830013a.tar.gz
Merge upstream SHA 04cb763
* git merge 04cb763 * See all upstream changes since the previous merge in branch aosp/upstream-master: git diff cb3f9bd..04cb763 * Modify webrtc/.gitignore to keep *.mk files. * Removed old files from *.mk files: - thread.cc - thread_posix.cc * Add new files to *.mk files: - event_tracer.cc * Android relevant upstream changes: - Make Beamforming dynamically settable for Android platform builds - Remove additional channel constraints when Beamforming is enabled in AudioProcessing - Use an explicit identifier in Config Change-Id: I384a4e8f6982c31c5bc70eef521bb2d90800b9a4
Diffstat (limited to 'webrtc/modules/utility/BUILD.gn')
-rw-r--r--webrtc/modules/utility/BUILD.gn12
1 files changed, 6 insertions, 6 deletions
diff --git a/webrtc/modules/utility/BUILD.gn b/webrtc/modules/utility/BUILD.gn
index 163515c466..6704cd6d9a 100644
--- a/webrtc/modules/utility/BUILD.gn
+++ b/webrtc/modules/utility/BUILD.gn
@@ -10,12 +10,12 @@ import("../../build/webrtc.gni")
source_set("utility") {
sources = [
- "interface/audio_frame_operations.h",
- "interface/file_player.h",
- "interface/file_recorder.h",
- "interface/helpers_android.h",
- "interface/jvm_android.h",
- "interface/process_thread.h",
+ "include/audio_frame_operations.h",
+ "include/file_player.h",
+ "include/file_recorder.h",
+ "include/helpers_android.h",
+ "include/jvm_android.h",
+ "include/process_thread.h",
"source/audio_frame_operations.cc",
"source/coder.cc",
"source/coder.h",