| Index: jingle/jingle.gyp
 | 
| ===================================================================
 | 
| --- jingle/jingle.gyp	(revision 55415)
 | 
| +++ jingle/jingle.gyp	(working copy)
 | 
| @@ -95,6 +95,7 @@
 | 
|        'sources': [
 | 
|          # TODO(akalin): Write our own test suite and runner.
 | 
|          '../base/test/run_all_unittests.cc',
 | 
| +        '../base/test/test_suite.h',
 | 
|          'notifier/base/chrome_async_socket_unittest.cc',
 | 
|          'notifier/listener/talk_mediator_unittest.cc',
 | 
|          'notifier/listener/send_update_task_unittest.cc',
 | 
| @@ -107,7 +108,6 @@
 | 
|        'dependencies': [
 | 
|          'notifier',
 | 
|          '../base/base.gyp:base',
 | 
| -        '../base/base.gyp:test_support_base',
 | 
|          '../net/net.gyp:net',
 | 
|          '../net/net.gyp:net_test_support',
 | 
|          '../testing/gmock.gyp:gmock',
 | 
| 
 |