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

Unified Diff: webrtc/BUILD.gn

Issue 2633673002: Refactor OveruseFrameDetector to use timing in us units (Closed)
Patch Set: Rebased. Created 3 years, 11 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/video/overuse_frame_detector.h » ('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 805eaf0d847e3480c55039a46ba3c8fdeb7c8350..eb6c3f79b75b6fcda28276d5d0cb5d9e5dde0cb5 100644
--- a/webrtc/BUILD.gn
+++ b/webrtc/BUILD.gn
@@ -285,6 +285,7 @@ if (!build_with_chromium) {
":webrtc_nonparallel_tests",
":webrtc_perf_tests",
"api:peerconnection_unittests",
+ "base:rtc_base_tests_utils",
"common_audio:common_audio_unittests",
"common_video:common_video_unittests",
"media:rtc_media_unittests",
@@ -406,6 +407,7 @@ if (rtc_include_tests) {
testonly = true
deps = [
"audio:audio_tests",
+ "base:rtc_base_tests_utils",
"call:call_tests",
"modules/video_capture",
"test:test_common",
« no previous file with comments | « no previous file | webrtc/video/overuse_frame_detector.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698