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

Unified Diff: third_party/libjingle/BUILD.gn

Issue 978683002: Add missing files to BUILD.gn (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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: third_party/libjingle/BUILD.gn
diff --git a/third_party/libjingle/BUILD.gn b/third_party/libjingle/BUILD.gn
index e6c1636eaf60e1cd1c1720ff5435776d154d2419..c8f7b6c4dfd6cdbb58afbe093dca87cb5f11117d 100644
--- a/third_party/libjingle/BUILD.gn
+++ b/third_party/libjingle/BUILD.gn
@@ -354,6 +354,10 @@ if (enable_webrtc) {
"source/talk/app/webrtc/audiotrackrenderer.h",
"source/talk/app/webrtc/datachannel.cc",
"source/talk/app/webrtc/datachannel.h",
+ "source/talk/app/webrtc/dtlsidentityservice.cc",
+ "source/talk/app/webrtc/dtlsidentityservice.h",
+ "source/talk/app/webrtc/dtlsidentitystore.cc",
+ "source/talk/app/webrtc/dtlsidentitystore.h",
"source/talk/app/webrtc/dtmfsender.cc",
"source/talk/app/webrtc/dtmfsender.h",
"source/talk/app/webrtc/jsep.h",
« 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