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

Unified Diff: webrtc/BUILD.gn

Issue 2499273002: Reduce full stack test time to 45 secs and add H264 and FlexFEC. (Closed)
Patch Set: Rebase. Created 4 years, 1 month 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/video/full_stack.cc » ('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 2becbc74ea9d5a03a0cb5c9a98908043076d3319..1d14c906f311db4c3c55a643590538d34219190b 100644
--- a/webrtc/BUILD.gn
+++ b/webrtc/BUILD.gn
@@ -611,7 +611,6 @@ if (rtc_include_tests) {
deps += [ "//testing/android/native_test:native_test_native_code" ]
shard_timeout = 900
}
-
if (is_ios) {
deps += [ ":video_engine_tests_bundle_data" ]
}
@@ -689,6 +688,9 @@ if (rtc_include_tests) {
# Suppress warnings from the Chromium Clang plugin (bugs.webrtc.org/163).
suppressed_configs += [ "//build/config/clang:find_bad_constructs" ]
}
+ if (rtc_use_h264) {
+ defines += [ "WEBRTC_USE_H264" ]
+ }
}
rtc_test("webrtc_nonparallel_tests") {
« no previous file with comments | « no previous file | webrtc/video/full_stack.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698