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

Unified Diff: p2p/BUILD.gn

Issue 3016513002: Fix Gn untracked headers in webrtc/p2p
Patch Set: rebased. Created 3 years, 3 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: p2p/BUILD.gn
diff --git a/p2p/BUILD.gn b/p2p/BUILD.gn
index 9223f865b4a304309857af5af01c44678b698a97..ea3bd9162044b8f751c8495c8cf6a422a3eca687 100644
--- a/p2p/BUILD.gn
+++ b/p2p/BUILD.gn
@@ -26,6 +26,7 @@ rtc_static_library("rtc_p2p") {
"base/basicpacketsocketfactory.cc",
"base/basicpacketsocketfactory.h",
"base/candidate.h",
+ "base/candidatepairinterface.h",
"base/common.h",
"base/dtlstransport.cc",
"base/dtlstransport.h",
@@ -123,6 +124,7 @@ rtc_static_library("rtc_p2p") {
"//third_party/libquic",
]
sources += [
+ "base/transportchannelimpl.h",
mbonadei 2017/09/19 09:04:50 I am missing some context here so maybe this is a
kjellander_webrtc 2017/09/19 16:10:28 Seems like it's only included in the code in this
"quic/quicconnectionhelper.cc",
"quic/quicconnectionhelper.h",
"quic/quicsession.cc",
@@ -228,6 +230,7 @@ if (rtc_include_tests) {
rtc_static_library("libstunprober") {
sources = [
"stunprober/stunprober.cc",
+ "stunprober/stunprober.h",
]
if (!build_with_chromium && is_clang) {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698