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

Unified Diff: webrtc/modules/pacing/BUILD.gn

Issue 2887593003: Tracking mock_paced_sender.h with a GN target (Closed)
Patch Set: Rebasing and re-running dependency checker Created 3 years, 3 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/congestion_controller/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/modules/pacing/BUILD.gn
diff --git a/webrtc/modules/pacing/BUILD.gn b/webrtc/modules/pacing/BUILD.gn
index bc9d14423cc69801e19d29dff8d6adccdf7c7145..7884c01e55f2c638e12ad8df33bb63ba8094d4a2 100644
--- a/webrtc/modules/pacing/BUILD.gn
+++ b/webrtc/modules/pacing/BUILD.gn
@@ -75,4 +75,16 @@ if (rtc_include_tests) {
suppressed_configs += [ "//build/config/clang:find_bad_constructs" ]
}
}
+
+ rtc_source_set("mock_paced_sender") {
+ testonly = true
+ sources = [
+ "mock/mock_paced_sender.h",
+ ]
+ deps = [
+ ":pacing",
+ "../../system_wrappers",
+ "../../test:test_support",
+ ]
+ }
}
« no previous file with comments | « webrtc/modules/congestion_controller/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698