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

Unified Diff: webrtc/modules/audio_mixer/BUILD.gn

Issue 2238803002: Changed folder structure in new mixer and fixed simple lint errors. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Small changes in response to comments. Created 4 years, 4 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 | « no previous file | webrtc/modules/audio_mixer/audio_frame_manipulator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/modules/audio_mixer/BUILD.gn
diff --git a/webrtc/modules/audio_mixer/BUILD.gn b/webrtc/modules/audio_mixer/BUILD.gn
index 471156ff36c58172d3d52219e20922eda46ba248..7ef27908be2a6b07f8d6bba8513a757e6cee798c 100644
--- a/webrtc/modules/audio_mixer/BUILD.gn
+++ b/webrtc/modules/audio_mixer/BUILD.gn
@@ -45,15 +45,17 @@ source_set("audio_mixer") {
source_set("audio_conference_mixer") {
sources = [
- "include/audio_mixer_defines.h",
- "include/new_audio_conference_mixer.h",
- "source/new_audio_conference_mixer_impl.cc",
- "source/new_audio_conference_mixer_impl.h",
+ "audio_frame_manipulator.cc",
+ "audio_frame_manipulator.h",
+ "audio_mixer_defines.h",
+ "new_audio_conference_mixer.h",
+ "new_audio_conference_mixer_impl.cc",
+ "new_audio_conference_mixer_impl.h",
]
public = [
- "include/audio_mixer_defines.h",
- "include/new_audio_conference_mixer.h",
+ "audio_mixer_defines.h",
+ "new_audio_conference_mixer.h",
]
configs += [ "../..:common_config" ]
« no previous file with comments | « no previous file | webrtc/modules/audio_mixer/audio_frame_manipulator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698