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

Unified Diff: webrtc/BUILD.gn

Issue 2041233006: GN: Add modules_unittests (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Correct path to base.gyp Created 4 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 | « no previous file | webrtc/build/webrtc.gni » ('j') | no next file with comments »
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 02a16d122d29bd99025698732f330a3dbb919352..565810c4b8682335f937d7a0d779107fdaa70975 100644
--- a/webrtc/BUILD.gn
+++ b/webrtc/BUILD.gn
@@ -254,17 +254,7 @@ source_set("webrtc") {
"call",
"common_audio",
"common_video",
- "modules/audio_coding",
- "modules/audio_conference_mixer",
- "modules/audio_device",
- "modules/audio_processing",
- "modules/bitrate_controller",
- "modules/desktop_capture",
- "modules/media_file",
- "modules/rtp_rtcp",
- "modules/utility",
- "modules/video_coding",
- "modules/video_processing",
+ "modules",
"system_wrappers",
"tools",
"video",
« no previous file with comments | « no previous file | webrtc/build/webrtc.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698