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

Unified Diff: webrtc/base/base.gyp

Issue 1895933003: Adding the ability to use a simulated clock for unit tests. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 8 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/messagequeue.h » ('j') | webrtc/base/simulatedclock.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/base/base.gyp
diff --git a/webrtc/base/base.gyp b/webrtc/base/base.gyp
index 3e89991fb8d78ebdb59412e30a9c182187590b2f..76623ce3521deb9c272072de26c9b2ec1a7a6c97 100644
--- a/webrtc/base/base.gyp
+++ b/webrtc/base/base.gyp
@@ -123,6 +123,8 @@
'safe_conversions_impl.h',
'scoped_ptr.h',
'scoped_ref_ptr.h',
+ 'simulatedclock.cc',
+ 'simulatedclock.h',
'stringencode.cc',
'stringencode.h',
'stringutils.cc',
« no previous file with comments | « no previous file | webrtc/base/messagequeue.h » ('j') | webrtc/base/simulatedclock.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698