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

Unified Diff: chrome/chrome_tests.gypi

Issue 8693001: Revert 111513 - Move P2P unit tests to content_unittests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 1 month 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
« no previous file with comments | « no previous file | content/content_tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_tests.gypi
===================================================================
--- chrome/chrome_tests.gypi (revision 111523)
+++ chrome/chrome_tests.gypi (working copy)
@@ -1149,6 +1149,7 @@
'<@(chromium_dependencies)',
# 2) test-specific support libraries:
'../gpu/gpu.gyp:gpu_unittest_utils',
+ '../jingle/jingle.gyp:jingle_glue_test_util',
'../media/media.gyp:media_test_support',
'../net/net.gyp:net',
'../net/net.gyp:net_test_support',
@@ -2081,6 +2082,15 @@
'../v8/tools/gyp/v8.gyp:v8_shell#host',
],
}],
+ ['p2p_apis==1', {
+ 'sources': [
+ '../content/browser/renderer_host/p2p/socket_host_test_utils.h',
+ '../content/browser/renderer_host/p2p/socket_host_tcp_unittest.cc',
+ '../content/browser/renderer_host/p2p/socket_host_tcp_server_unittest.cc',
+ '../content/browser/renderer_host/p2p/socket_host_udp_unittest.cc',
+ '../content/renderer/p2p/p2p_transport_impl_unittest.cc',
+ ],
+ }],
['use_aura==1', {
'dependencies': [
'../ui/aura/aura.gyp:test_support_aura',
« no previous file with comments | « no previous file | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698