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

Unified Diff: chrome/chrome_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 | « 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 e643df38afb8a985a48a7309a3af8d0f8496da46..a3d941aee27fff5eef8bb132c2ef72016d733371 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',
@@ -2082,15 +2081,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', {
'sources/': [
['exclude', '^browser/automation/automation_provider_unittest.cc'],
« 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