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

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

Issue 2598963002: Refactor webrtc/modules/rtp_rtcp for GN check (Closed)
Patch Set: Created 4 years 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
Index: webrtc/modules/rtp_rtcp/BUILD.gn
diff --git a/webrtc/modules/rtp_rtcp/BUILD.gn b/webrtc/modules/rtp_rtcp/BUILD.gn
index 80f79c1764b84d3fd0a24fd42cb9ec5818942bac..e806f070a1afc47a4b75b26c85bee833a82e27b9 100644
--- a/webrtc/modules/rtp_rtcp/BUILD.gn
+++ b/webrtc/modules/rtp_rtcp/BUILD.gn
@@ -20,7 +20,6 @@ rtc_static_library("rtp_rtcp") {
"include/rtp_rtcp.h",
"include/rtp_rtcp_defines.h",
"include/ulpfec_receiver.h",
- "mocks/mock_rtp_rtcp.h",
kjellander_webrtc 2016/12/22 10:34:54 Please add this to the target where it's used; in
mbonadei 2016/12/22 14:55:53 Done.
"source/byte_io.h",
"source/dtmf_queue.cc",
"source/dtmf_queue.h",
@@ -175,7 +174,12 @@ rtc_static_library("rtp_rtcp") {
deps = [
"../..:webrtc_common",
"../../api:transport_api",
+ "../../base:gtest_prod",
+ "../../base:rtc_base_approved",
+ "../../base:rtc_task_queue",
+ "../../call:call_interfaces",
"../../common_video",
+ "../../logging:rtc_event_log_api",
"../../system_wrappers",
"../remote_bitrate_estimator",
]

Powered by Google App Engine
This is Rietveld 408576698