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

Unified Diff: webrtc/pc/BUILD.gn

Issue 2738353003: Rewrite PeerConnection integration tests using better testing practices. (Closed)
Patch Set: Fixing issues caught by trybots. 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 | « webrtc/media/base/fakevideorenderer.h ('k') | webrtc/pc/iceserverparsing.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/pc/BUILD.gn
diff --git a/webrtc/pc/BUILD.gn b/webrtc/pc/BUILD.gn
index 5e38c6b9dda3aa03443bd73d841575e90c9a31ee..75a644c1ed17142ffe6e82b9ea50574ac7510038 100644
--- a/webrtc/pc/BUILD.gn
+++ b/webrtc/pc/BUILD.gn
@@ -88,6 +88,8 @@ rtc_static_library("libjingle_peerconnection") {
"datachannel.h",
"dtmfsender.cc",
"dtmfsender.h",
+ "iceserverparsing.cc",
+ "iceserverparsing.h",
"jsepicecandidate.cc",
"jsepsessiondescription.cc",
"localaudiosource.cc",
@@ -278,11 +280,12 @@ if (rtc_include_tests) {
"datachannel_unittest.cc",
"dtmfsender_unittest.cc",
"fakemediacontroller.h",
+ "iceserverparsing_unittest.cc",
"jsepsessiondescription_unittest.cc",
"localaudiosource_unittest.cc",
"mediaconstraintsinterface_unittest.cc",
"mediastream_unittest.cc",
- "peerconnection_unittest.cc",
+ "peerconnection_integrationtest.cc",
"peerconnectionendtoend_unittest.cc",
"peerconnectionfactory_unittest.cc",
"peerconnectioninterface_unittest.cc",
« no previous file with comments | « webrtc/media/base/fakevideorenderer.h ('k') | webrtc/pc/iceserverparsing.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698