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

Unified Diff: chrome/chrome_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 | « 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
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index 1e54502f1580b4991e4da2c36e9d180da165eb6c..dc429d9ca03ed0377c4a3995f348f296d16efa86 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -1149,7 +1149,6 @@
'<@(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,15 +2080,6 @@
'../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