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

Unified Diff: webrtc/video/BUILD.gn

Issue 1184763009: Merge video_engine_core into webrtc target. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: rebase Created 5 years, 6 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 | « webrtc/build/apk_tests.gyp ('k') | webrtc/video/webrtc_video.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/video/BUILD.gn
diff --git a/webrtc/video/BUILD.gn b/webrtc/video/BUILD.gn
index 95780ffc22088abc5659ab9fa0fdddb0ed76f9f0..152d5f4d4562362f3368aaa3a9eb9b6324399881 100644
--- a/webrtc/video/BUILD.gn
+++ b/webrtc/video/BUILD.gn
@@ -10,6 +10,33 @@ import("../build/webrtc.gni")
source_set("video") {
sources = [
+ "../video_engine/call_stats.cc",
+ "../video_engine/call_stats.h",
+ "../video_engine/encoder_state_feedback.cc",
+ "../video_engine/encoder_state_feedback.h",
+ "../video_engine/overuse_frame_detector.cc",
+ "../video_engine/overuse_frame_detector.h",
+ "../video_engine/payload_router.cc",
+ "../video_engine/payload_router.h",
+ "../video_engine/report_block_stats.cc",
+ "../video_engine/report_block_stats.h",
+ "../video_engine/stream_synchronization.cc",
+ "../video_engine/stream_synchronization.h",
+ "../video_engine/vie_capturer.cc",
+ "../video_engine/vie_capturer.h",
+ "../video_engine/vie_channel.cc",
+ "../video_engine/vie_channel.h",
+ "../video_engine/vie_channel_group.cc",
+ "../video_engine/vie_channel_group.h",
+ "../video_engine/vie_defines.h",
+ "../video_engine/vie_encoder.cc",
+ "../video_engine/vie_encoder.h",
+ "../video_engine/vie_receiver.cc",
+ "../video_engine/vie_receiver.h",
+ "../video_engine/vie_remb.cc",
+ "../video_engine/vie_remb.h",
+ "../video_engine/vie_sync_module.cc",
+ "../video_engine/vie_sync_module.h",
"audio_receive_stream.cc",
"audio_receive_stream.h",
"call.cc",
@@ -40,6 +67,15 @@ source_set("video") {
deps = [
"..:webrtc_common",
- "../video_engine:video_engine_core",
+ "../common_video",
+ "../modules/bitrate_controller",
+ "../modules/rtp_rtcp",
+ "../modules/utility",
+ "../modules/video_capture:video_capture_module",
+ "../modules/video_coding",
+ "../modules/video_processing",
+ "../modules/video_render:video_render_module",
+ "../voice_engine",
+ "../system_wrappers",
]
}
« no previous file with comments | « webrtc/build/apk_tests.gyp ('k') | webrtc/video/webrtc_video.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698