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

Unified Diff: webrtc/modules/BUILD.gn

Issue 2441383002: GN: New conventions, default target and refactorings (Closed)
Patch Set: Restored root BUILD.gn for submit. Created 4 years, 2 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/logging/BUILD.gn ('k') | webrtc/modules/audio_coding/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/modules/BUILD.gn
diff --git a/webrtc/modules/BUILD.gn b/webrtc/modules/BUILD.gn
index 8f90a00f16e986c369170632ec5b07c4d6e69abf..a7e388ea8fab76c14c1e6db82fc558996a485cfa 100644
--- a/webrtc/modules/BUILD.gn
+++ b/webrtc/modules/BUILD.gn
@@ -19,13 +19,17 @@ group("modules") {
"audio_coding",
"audio_conference_mixer",
"audio_device",
- "audio_mixer:audio_mixer_impl",
+ "audio_mixer",
"audio_processing",
"bitrate_controller",
+ "congestion_controller",
"desktop_capture",
"media_file",
+ "pacing",
+ "remote_bitrate_estimator",
"rtp_rtcp",
"utility",
+ "video_capture",
"video_coding",
"video_processing",
]
@@ -625,7 +629,7 @@ if (rtc_include_tests) {
"../base:rtc_base", # TODO(kjellander): Cleanup in bugs.webrtc.org/3806.
"../common_audio",
"../common_video",
- "../system_wrappers:system_wrappers",
+ "../system_wrappers",
"../test:rtp_test_utils",
"../test:test_common",
"../test:test_support",
@@ -645,8 +649,7 @@ if (rtc_include_tests) {
"audio_coding:webrtc_opus",
"audio_conference_mixer",
"audio_device",
- "audio_mixer:audio_frame_manipulator",
- "audio_mixer:audio_mixer_impl",
+ "audio_mixer",
"audio_processing",
"audio_processing:audioproc_test_utils",
"bitrate_controller",
« no previous file with comments | « webrtc/logging/BUILD.gn ('k') | webrtc/modules/audio_coding/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698