| Index: webrtc/system_wrappers/system_wrappers_tests.gyp
|
| diff --git a/webrtc/system_wrappers/system_wrappers_tests.gyp b/webrtc/system_wrappers/system_wrappers_tests.gyp
|
| index f668dfa3ed51d781f12ade8f049219df97c561c7..a0ae14d6cf638b3665cc7d4437165da7805d6dfa 100644
|
| --- a/webrtc/system_wrappers/system_wrappers_tests.gyp
|
| +++ b/webrtc/system_wrappers/system_wrappers_tests.gyp
|
| @@ -15,6 +15,7 @@
|
| 'dependencies': [
|
| '<(DEPTH)/testing/gtest.gyp:gtest',
|
| '<(webrtc_root)/system_wrappers/system_wrappers.gyp:system_wrappers',
|
| + '<(webrtc_root)/test/test.gyp:histogram',
|
| '<(webrtc_root)/test/test.gyp:test_support_main',
|
| ],
|
| 'sources': [
|
| @@ -29,6 +30,7 @@
|
| 'source/data_log_helpers_unittest.cc',
|
| 'source/data_log_c_helpers_unittest.c',
|
| 'source/data_log_c_helpers_unittest.h',
|
| + 'source/metrics_unittest.cc',
|
| 'source/ntp_time_unittest.cc',
|
| 'source/rtp_to_ntp_unittest.cc',
|
| 'source/scoped_vector_unittest.cc',
|
|
|