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

Unified Diff: webrtc/media/BUILD.gn

Issue 2761143002: Support encrypted RTP extensions (RFC 6904) (Closed)
Patch Set: Fix compile error on win_x64 bots. Created 3 years, 6 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/config_unittest.cc ('k') | webrtc/media/base/fakertp.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/media/BUILD.gn
diff --git a/webrtc/media/BUILD.gn b/webrtc/media/BUILD.gn
index 304383b64cd1b7687c828299899e2cc19ef32d5c..11a1aa3e4a0929238dbfaabe84e027f8eabe8e6a 100644
--- a/webrtc/media/BUILD.gn
+++ b/webrtc/media/BUILD.gn
@@ -327,6 +327,7 @@ if (rtc_include_tests) {
sources = [
"base/fakemediaengine.h",
"base/fakenetworkinterface.h",
+ "base/fakertp.cc",
"base/fakertp.h",
"base/fakevideocapturer.h",
"base/fakevideorenderer.h",
« no previous file with comments | « webrtc/config_unittest.cc ('k') | webrtc/media/base/fakertp.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698