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

Unified Diff: webrtc/BUILD.gn

Issue 2761143002: Support encrypted RTP extensions (RFC 6904) (Closed)
Patch Set: More updates + support for adding/changing encrypted extensions. 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 | « no previous file | webrtc/base/sslstreamadapter.h » ('j') | webrtc/config.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/BUILD.gn
diff --git a/webrtc/BUILD.gn b/webrtc/BUILD.gn
index f979ff1147d1934f78cd233452e47b212a5e9cea..2fee162cbad5f11d2cb94e2e61268d71e020e68f 100644
--- a/webrtc/BUILD.gn
+++ b/webrtc/BUILD.gn
@@ -372,9 +372,14 @@ if (rtc_include_tests) {
rtc_test("rtc_unittests") {
testonly = true
+ sources = [
+ "config_unittest.cc",
+ ]
+
deps = [
"api:rtc_api_unittests",
"base:rtc_base_approved_unittests",
+ "base:rtc_base_tests_main",
"base:rtc_base_unittests",
"base:rtc_numerics_unittests",
"base:rtc_task_queue_unittests",
« no previous file with comments | « no previous file | webrtc/base/sslstreamadapter.h » ('j') | webrtc/config.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698