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

Unified Diff: content/content_tests.gypi

Issue 8689014: 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') | jingle/glue/thread_wrapper.cc » ('j') | 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 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',
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | jingle/glue/thread_wrapper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698