| Index: webrtc/base/base_tests.gyp
|
| diff --git a/webrtc/base/base_tests.gyp b/webrtc/base/base_tests.gyp
|
| index ec2ded07a333c43b278a059e0f896f339b1913fc..6077c2f8e0870f2325bcae09bd529d3cfe9c9650 100644
|
| --- a/webrtc/base/base_tests.gyp
|
| +++ b/webrtc/base/base_tests.gyp
|
| @@ -15,6 +15,7 @@
|
| 'unittest_main.cc',
|
| # Also use this as a convenient dumping ground for misc files that are
|
| # included by multiple targets below.
|
| + 'fakecpumonitor.h',
|
| 'fakenetwork.h',
|
| 'fakesslidentity.h',
|
| 'faketaskrunner.h',
|
| @@ -57,6 +58,7 @@
|
| 'bytebuffer_unittest.cc',
|
| 'byteorder_unittest.cc',
|
| 'callback_unittest.cc',
|
| + 'cpumonitor_unittest.cc',
|
| 'crc32_unittest.cc',
|
| 'criticalsection_unittest.cc',
|
| 'event_tracer_unittest.cc',
|
|
|