Index: webrtc/base/base_tests.gyp |
diff --git a/webrtc/base/base_tests.gyp b/webrtc/base/base_tests.gyp |
index 2ee115b267650dd8de8ef511fb95aab9a9148eb2..003a1dbf875cb18f420bde298c8270f4107b82df 100644 |
--- a/webrtc/base/base_tests.gyp |
+++ b/webrtc/base/base_tests.gyp |
@@ -15,6 +15,8 @@ |
'unittest_main.cc', |
# Also use this as a convenient dumping ground for misc files that are |
# included by multiple targets below. |
+ 'fakeclock.cc', |
+ 'fakeclock.h', |
'fakenetwork.h', |
'fakesslidentity.h', |
'faketaskrunner.h', |
@@ -22,6 +24,7 @@ |
'testbase64.h', |
'testechoserver.h', |
'testutils.h', |
+ 'timedelta.h', |
], |
'defines': [ |
'GTEST_RELATIVE_PATH', |