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

Unified Diff: content/content_tests.gypi

Issue 8680032: 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 | « chrome/chrome_tests.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_tests.gypi
diff --git a/content/content_tests.gypi b/content/content_tests.gypi
index 26c42491b7c93862c757b9a461927f32ff4473a1..0b0dd4d647d054d22f88bbfb0eb2d0951937801e 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -140,6 +140,7 @@
'../crypto/crypto.gyp:crypto',
'../gpu/gpu.gyp:gpu_unittest_utils',
'../ipc/ipc.gyp:test_support_ipc',
+ '../jingle/jingle.gyp:jingle_glue_test_util',
'../media/media.gyp:media_test_support',
'../net/net.gyp:net_test_support',
'../skia/skia.gyp:skia',
@@ -255,6 +256,15 @@
'renderer/active_notification_tracker_unittest.cc',
],
}],
+ ['p2p_apis==1', {
+ 'sources': [
+ 'browser/renderer_host/p2p/socket_host_test_utils.h',
+ 'browser/renderer_host/p2p/socket_host_tcp_unittest.cc',
+ 'browser/renderer_host/p2p/socket_host_tcp_server_unittest.cc',
+ 'browser/renderer_host/p2p/socket_host_udp_unittest.cc',
+ 'renderer/p2p/p2p_transport_impl_unittest.cc',
+ ],
+ }],
['use_x11 == 1', {
'dependencies': [
'../build/linux/system.gyp:dbus',
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698