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

Unified Diff: content/content_tests.gypi

Issue 2293913003: Override webrtc task_queue.cc and task_queue.h. (Closed)
Patch Set: Override webrtc task_queue.cc and task_queue.h. This is step 3 of the plan below. 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..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',
« DEPS ('K') | « DEPS ('k') | third_party/webrtc_overrides/webrtc/base/task_queue.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698