summaryrefslogtreecommitdiffstats
path: root/jingle
diff options
context:
space:
mode:
authorbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-15 19:58:53 +0000
committerbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-15 19:58:53 +0000
commit426eb3a4fcb30d7f70148b138ce0a7d38f3cb48c (patch)
tree15579b0718c876cdd1f316a66e7bde429a61ff35 /jingle
parent244924124002fb09afa5e6ccdb248f897848431b (diff)
downloadchromium_src-426eb3a4fcb30d7f70148b138ce0a7d38f3cb48c.zip
chromium_src-426eb3a4fcb30d7f70148b138ce0a7d38f3cb48c.tar.gz
chromium_src-426eb3a4fcb30d7f70148b138ce0a7d38f3cb48c.tar.bz2
Re-land just the project file changes from r55416. This makes projects that use
base test files dependent on test_support_base. TEST=none BUG=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56172 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'jingle')
-rw-r--r--jingle/jingle.gyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/jingle/jingle.gyp b/jingle/jingle.gyp
index b3edc24..eafe96b 100644
--- a/jingle/jingle.gyp
+++ b/jingle/jingle.gyp
@@ -95,7 +95,6 @@
'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',
@@ -108,6 +107,7 @@
'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',