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

Unified Diff: webrtc/voice_engine/BUILD.gn

Issue 2714353002: Enable GN check in voice_engine/ (Closed)
Patch Set: Add dep on //webrtc/modules/video_capture:video_capture Created 3 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 | « .gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/voice_engine/BUILD.gn
diff --git a/webrtc/voice_engine/BUILD.gn b/webrtc/voice_engine/BUILD.gn
index 39a6697c8e0aab2b19a826ea71b2b7e237e393a0..f58e93a7fd331ac9e22d4f9ee4ee4d707cd4efcd 100644
--- a/webrtc/voice_engine/BUILD.gn
+++ b/webrtc/voice_engine/BUILD.gn
@@ -233,9 +233,12 @@ if (rtc_include_tests) {
}
deps = [
+ ":voice_engine",
"..:webrtc_common",
"../api:transport_api",
+ "../base:rtc_base_approved",
"../system_wrappers",
+ "../test:test_support",
"//testing/gtest",
]
}
@@ -243,7 +246,10 @@ if (rtc_include_tests) {
rtc_test("voice_engine_unittests") {
deps = [
":channel_transport",
+ ":file_player",
":voice_engine",
+ "../base:rtc_base_approved",
+ "../test:test_common",
"//testing/gmock",
"//testing/gtest",
"//third_party/gflags",
@@ -255,8 +261,10 @@ if (rtc_include_tests) {
"//webrtc/modules/media_file",
"//webrtc/modules/rtp_rtcp",
"//webrtc/modules/utility",
+ "//webrtc/modules/video_capture:video_capture",
"//webrtc/system_wrappers",
"//webrtc/test:test_main",
+ "//webrtc/test:video_test_common",
]
if (is_android) {
@@ -306,9 +314,12 @@ if (rtc_include_tests) {
deps = [
":channel_transport",
":voice_engine",
+ "..:webrtc_common",
+ "../base:rtc_base_approved",
"//testing/gtest",
"//third_party/gflags",
"//webrtc/logging:rtc_event_log_api",
+ "//webrtc/modules/audio_processing",
"//webrtc/system_wrappers",
"//webrtc/system_wrappers:system_wrappers_default",
"//webrtc/test:test_support",
@@ -331,6 +342,11 @@ if (rtc_include_tests) {
deps = [
":channel_transport",
":voice_engine",
+ "..:webrtc_common",
+ "../base:rtc_base_approved",
+ "../modules/audio_device:audio_device",
+ "../modules/audio_processing:audio_processing",
+ "../modules/rtp_rtcp:rtp_rtcp",
"//testing/gmock",
"//testing/gtest",
"//third_party/gflags",
@@ -378,7 +394,6 @@ if (rtc_include_tests) {
"test/auto_test/voe_standard_test.cc",
"test/auto_test/voe_standard_test.h",
"test/auto_test/voe_test_defines.h",
- "test/auto_test/voe_test_interface.h",
]
if (!is_android) {
« no previous file with comments | « .gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698