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

Unified Diff: webrtc/BUILD.gn

Issue 2064523002: GN: Add video_engine_tests (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: audio_receive_stream_unittest compile 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/audio/BUILD.gn » ('j') | webrtc/test/BUILD.gn » ('J')
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 565810c4b8682335f937d7a0d779107fdaa70975..a2c13bb5656edb79cc838577b994750dd56b0b0f 100644
--- a/webrtc/BUILD.gn
+++ b/webrtc/BUILD.gn
@@ -593,4 +593,22 @@ if (rtc_include_tests) {
ldflags = [ "-ObjC" ]
}
}
+
+ # TODO(pbos): Rename test suite, this is no longer "just" for video targets.
+ test("video_engine_tests") {
+ testonly = true
+ deps = [
+ "audio:audio_tests",
+ "call:call_tests",
+ "modules/video_capture",
+ "test:test_common",
+ "test:test_main",
+ "video:video_tests",
+ ]
+ if (is_clang) {
+ # Suppress warnings from the Chromium Clang plugin.
+ # See http://code.google.com/p/webrtc/issues/detail?id=163 for details.
+ configs -= [ "//build/config/clang:find_bad_constructs" ]
+ }
+ }
}
« no previous file with comments | « no previous file | webrtc/audio/BUILD.gn » ('j') | webrtc/test/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698