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

Unified Diff: media/cast/rtcp/rtcp.gyp

Issue 102413014: Cast:Splitting rtcp sender (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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: media/cast/rtcp/rtcp.gyp
diff --git a/media/cast/rtcp/rtcp.gyp b/media/cast/rtcp/rtcp.gyp
index 14119988c8ea9c60c72914650297edc9674fc629..9b8741ed96cc4f5093d9af5c7bdf78979b8b87c8 100644
--- a/media/cast/rtcp/rtcp.gyp
+++ b/media/cast/rtcp/rtcp.gyp
@@ -20,6 +20,8 @@
'rtcp_sender.h',
'rtcp_utility.cc',
'rtcp_utility.h',
+ '<(DEPTH)/media/cast/net/rtcp/rtcp_builder.cc',
pwestin 2013/12/18 18:59:02 indentation
+ '<(DEPTH)/media/cast/net/rtcp/rtcp_builder.h',
], # source
'dependencies': [
'<(DEPTH)/base/base.gyp:base',

Powered by Google App Engine
This is Rietveld 408576698