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

Unified Diff: jingle/jingle.gyp

Issue 400093002: Remove jingle_glue_test_util target (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 months 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 | « jingle/glue/fake_socket_factory.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: jingle/jingle.gyp
diff --git a/jingle/jingle.gyp b/jingle/jingle.gyp
index bb635a2069e6e65ae73d9a63a4a4682af4688cdb..d7a64fa3b749fb4f7558bf82d8017ab68627f653 100644
--- a/jingle/jingle.gyp
+++ b/jingle/jingle.gyp
@@ -118,20 +118,6 @@
],
},
{
- 'target_name': 'jingle_glue_test_util',
- 'type': 'static_library',
- 'sources': [
- 'glue/fake_network_manager.cc',
- 'glue/fake_network_manager.h',
- 'glue/fake_socket_factory.cc',
- 'glue/fake_socket_factory.h',
- ],
- 'dependencies': [
- '../base/base.gyp:base',
- 'jingle_glue',
- ],
- },
- {
'target_name': 'jingle_unittests',
'type': 'executable',
'sources': [
@@ -176,7 +162,6 @@
],
'dependencies': [
'jingle_glue',
- 'jingle_glue_test_util',
'notifier',
'notifier_test_util',
'../base/base.gyp:base',
« no previous file with comments | « jingle/glue/fake_socket_factory.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698