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

Unified Diff: webrtc/modules/modules.gyp

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 | « webrtc/modules/desktop_capture/BUILD.gn ('k') | webrtc/modules/remote_bitrate_estimator/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/modules/modules.gyp
diff --git a/webrtc/modules/modules.gyp b/webrtc/modules/modules.gyp
index efdc817dfb4ce94505697d98ec2dba46b57dab86..5e38028d1c562d11204e83adfd788dd4906769f5 100644
--- a/webrtc/modules/modules.gyp
+++ b/webrtc/modules/modules.gyp
@@ -151,6 +151,7 @@
'<(DEPTH)/testing/gmock.gyp:gmock',
'<(DEPTH)/testing/gtest.gyp:gtest',
'<(DEPTH)/third_party/gflags/gflags.gyp:gflags',
+ '<(webrtc_root)/base/base.gyp:rtc_base',
'<(webrtc_root)/common.gyp:webrtc_common',
'<(webrtc_root)/common_audio/common_audio.gyp:common_audio',
'<(webrtc_root)/common_video/common_video.gyp:common_video',
@@ -392,7 +393,7 @@
'conditions': [
['libvpx_build_vp9==1', {
'sources': [
- 'video_coding/codecs/vp9/screenshare_layers_unittest.cc',
+ 'video_coding/codecs/vp9/vp9_screenshare_layers_unittest.cc',
],
}],
['enable_bwe_test_logging==1', {
@@ -445,8 +446,8 @@
'audio_processing/audio_processing_impl_locking_unittest.cc',
'audio_processing/audio_processing_impl_unittest.cc',
'audio_processing/audio_processing_unittest.cc',
+ 'audio_processing/echo_cancellation_bit_exact_unittest.cc',
'audio_processing/echo_control_mobile_unittest.cc',
- 'audio_processing/echo_cancellation_unittest.cc',
'audio_processing/gain_control_unittest.cc',
'audio_processing/high_pass_filter_unittest.cc',
'audio_processing/level_estimator_unittest.cc',
« no previous file with comments | « webrtc/modules/desktop_capture/BUILD.gn ('k') | webrtc/modules/remote_bitrate_estimator/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698