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

Unified Diff: webrtc/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 | « no previous file | webrtc/config.h » ('j') | no next file with comments »
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 f359dc09ab4dbd4d8e033cda465dd641b3da7069..2821556e671ec1e53ee30686de10ddb448f07c9a 100644
--- a/webrtc/BUILD.gn
+++ b/webrtc/BUILD.gn
@@ -385,10 +385,17 @@ if (rtc_include_tests) {
rtc_test("rtc_unittests") {
testonly = true
+ sources = [
+ "config_unittest.cc",
+ ]
+
deps = [
+ ":webrtc_common",
"api:rtc_api_unittests",
"api/audio_codecs/test:audio_codecs_api_unittests",
"base:rtc_base_approved_unittests",
+ "base:rtc_base_tests_main",
+ "base:rtc_base_tests_utils",
"base:rtc_base_unittests",
"base:rtc_numerics_unittests",
"base:rtc_task_queue_unittests",
« no previous file with comments | « no previous file | webrtc/config.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698