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

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: Responding to juberti@'s comments and adding myself as owner to ownerless TODOs. 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/fakeclock.h » ('j') | webrtc/base/fakeclock.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..8a3cc59df6d7ce28f679b11cedb7a9ea19429c37 100644
--- a/webrtc/base/base.gyp
+++ b/webrtc/base/base.gyp
@@ -100,6 +100,8 @@
'event_tracer.h',
'exp_filter.cc',
'exp_filter.h',
+ 'fakeclock.cc',
+ 'fakeclock.h',
'md5.cc',
'md5.h',
'md5digest.cc',
« no previous file with comments | « no previous file | webrtc/base/fakeclock.h » ('j') | webrtc/base/fakeclock.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698