| Index: content/content_tests.gypi
|
| diff --git a/content/content_tests.gypi b/content/content_tests.gypi
|
| index ecc36b777846d1e1901404c4c31a791a7563b999..02351615e8220334657425112b1f1873d78c60e0 100644
|
| --- a/content/content_tests.gypi
|
| +++ b/content/content_tests.gypi
|
| @@ -778,6 +778,8 @@
|
| ],
|
| # WebRTC-specific sources. Put WebRTC plugin-related stuff further below.
|
| 'content_unittests_webrtc_sources': [
|
| + # |task_queue_unittest.cc| is added to test the webrtc_override of TaskQueue.
|
| + '../third_party/webrtc/base/task_queue_unittest.cc',
|
| 'browser/renderer_host/p2p/socket_host_tcp_server_unittest.cc',
|
| 'browser/renderer_host/p2p/socket_host_tcp_unittest.cc',
|
| 'browser/renderer_host/p2p/socket_host_test_utils.cc',
|
|
|