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

Unified Diff: content/content_tests.gypi

Issue 2291033002: Override the webrtc TaskQueue implementation. (Closed)
Patch Set: fix Created 4 years, 4 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
Index: content/content_tests.gypi
diff --git a/content/content_tests.gypi b/content/content_tests.gypi
index ecc36b777846d1e1901404c4c31a791a7563b999..19b4f3f91de2155b3d26739dd879113bb64f1a7e 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',

Powered by Google App Engine
This is Rietveld 408576698