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

Unified Diff: webrtc/base/BUILD.gn

Issue 1765443002: Added log messages for important call setup events: first packet sent/received (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Added the non-thread-safe version of OneTimeEvent. Created 4 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/base.gyp » ('j') | webrtc/base/onetimeevent.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/base/BUILD.gn
diff --git a/webrtc/base/BUILD.gn b/webrtc/base/BUILD.gn
index d1ff2fb91f073fd80a72d91c3b2f3ad74fa8ffef..8a8de4b553cf36d05af320e441e0a6c0131021b8 100644
--- a/webrtc/base/BUILD.gn
+++ b/webrtc/base/BUILD.gn
@@ -270,6 +270,7 @@ static_library("rtc_base") {
"networkmonitor.cc",
"networkmonitor.h",
"nullsocketserver.h",
+ "onetimeevent.h",
kjellander_webrtc 2016/03/29 08:32:13 The source files that use this header belong to ta
skvlad 2016/03/30 23:06:08 Done.
"pathutils.cc",
"pathutils.h",
"physicalsocketserver.cc",
« no previous file with comments | « no previous file | webrtc/base/base.gyp » ('j') | webrtc/base/onetimeevent.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698