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

Unified Diff: media/cast/BUILD.gn

Issue 2770693003: Add missing .h files to .gn files that have a .cc file next to it in the gn file already. (Closed)
Patch Set: rebase Created 3 years, 9 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 | « ios/chrome/browser/ui/bookmarks/bookmark_utils_ios_unittest.mm ('k') | mojo/edk/system/ports/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cast/BUILD.gn
diff --git a/media/cast/BUILD.gn b/media/cast/BUILD.gn
index 43b3db195591223354a2a2fb07dddf4fff3a191a..24369cd54533855f43188b0f036329dbd161209c 100644
--- a/media/cast/BUILD.gn
+++ b/media/cast/BUILD.gn
@@ -80,6 +80,7 @@ source_set("net") {
"net/pacing/paced_sender.cc",
"net/pacing/paced_sender.h",
"net/rtcp/receiver_rtcp_event_subscriber.cc",
+ "net/rtcp/receiver_rtcp_event_subscriber.h",
"net/rtcp/receiver_rtcp_session.cc",
"net/rtcp/receiver_rtcp_session.h",
"net/rtcp/rtcp_builder.cc",
@@ -310,6 +311,7 @@ test("cast_unittests") {
"net/rtp/packet_storage_unittest.cc",
"net/rtp/receiver_stats_unittest.cc",
"net/rtp/rtp_packet_builder.cc",
+ "net/rtp/rtp_packet_builder.h",
"net/rtp/rtp_packetizer_unittest.cc",
"net/rtp/rtp_parser_unittest.cc",
"net/udp_transport_unittest.cc",
« no previous file with comments | « ios/chrome/browser/ui/bookmarks/bookmark_utils_ios_unittest.mm ('k') | mojo/edk/system/ports/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698