Index: content/content_tests.gypi |
diff --git a/content/content_tests.gypi b/content/content_tests.gypi |
index fabe6936191b8937574d4fed33b3319fa5d59d26..31dc90c52fdf8f49eed8a48b622eefc74e9fd0ff 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', |
@@ -257,6 +258,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', |