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

Unified Diff: webrtc/BUILD.gn

Issue 1737593002: Move webrtc/audio/audio_sink.h to webrtc/ and fix some dependencies. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 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 | « no previous file | webrtc/api/remoteaudiosource.h » ('j') | webrtc/base/BUILD.gn » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/BUILD.gn
diff --git a/webrtc/BUILD.gn b/webrtc/BUILD.gn
index 6d84c504a38e3158e35e731d9d584e37e0afa340..471ee07b6a66a4f9a996bdc991ccd23572cebd0a 100644
--- a/webrtc/BUILD.gn
+++ b/webrtc/BUILD.gn
@@ -167,10 +167,10 @@ config("common_config") {
source_set("webrtc") {
sources = [
+ "audio_send_stream.h",
kjellander_webrtc 2016/02/25 11:12:06 These were missing from any .gyp* file.
+ "audio_state.h",
"call.h",
- "config.h",
kjellander_webrtc 2016/02/25 11:12:05 moved to common.gyp:webrtc_common since they only
- "frame_callback.h",
- "transport.h",
+ "video_frame.h",
]
defines = []
@@ -228,12 +228,19 @@ if (!build_with_chromium) {
source_set("webrtc_common") {
sources = [
+ "audio_receive_stream.h",
kjellander_webrtc 2016/02/25 11:12:06 Maybe it's confusing to have audio_recieve_stream.
+ "audio_sink.h",
"common_types.cc",
"common_types.h",
"config.cc",
"config.h",
"engine_configurations.h",
+ "frame_callback.h",
+ "transport.h",
"typedefs.h",
+ "video_receive_stream.h",
+ "video_renderer.h",
+ "video_send_stream.h",
]
configs += [ ":common_config" ]
« no previous file with comments | « no previous file | webrtc/api/remoteaudiosource.h » ('j') | webrtc/base/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698