summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_tests.gypi
diff options
context:
space:
mode:
authorajwong@chromium.org <ajwong@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-06-30 02:30:44 +0000
committerajwong@chromium.org <ajwong@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-06-30 02:30:44 +0000
commitde4176698f43df498848c6f7caf9887373d37015 (patch)
treeb6663107022e08d9e1ac66c8e78ef307f02e2a11 /chrome/chrome_tests.gypi
parent5a73f90320926dfe831325b8dbc27c791fa250ec (diff)
downloadchromium_src-de4176698f43df498848c6f7caf9887373d37015.zip
chromium_src-de4176698f43df498848c6f7caf9887373d37015.tar.gz
chromium_src-de4176698f43df498848c6f7caf9887373d37015.tar.bz2
Move chrome/common/net/notifier to jingle/notifier so that it can be used by remoting/remoting.gyp.
BUG=none TEST=compiles Review URL: http://codereview.chromium.org/2885005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51216 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_tests.gypi')
-rw-r--r--chrome/chrome_tests.gypi35
1 files changed, 0 insertions, 35 deletions
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index e956ce6..a4daba3 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -1804,41 +1804,6 @@
], # conditions
},
{
- 'target_name': 'notifier_unit_tests',
- 'type': 'executable',
- 'sources': [
- # TODO(akalin): Write our own test suite and runner.
- '../base/test/run_all_unittests.cc',
- '../base/test/test_suite.h',
- 'common/net/notifier/listener/talk_mediator_unittest.cc',
- 'common/net/notifier/listener/send_update_task_unittest.cc',
- 'common/net/notifier/listener/subscribe_task_unittest.cc',
- 'common/net/notifier/listener/xml_element_util_unittest.cc',
- ],
- 'include_dirs': [
- '..',
- ],
- 'dependencies': [
- 'notifier',
- '../base/base.gyp:base',
- '../testing/gmock.gyp:gmock',
- '../testing/gtest.gyp:gtest',
- '../third_party/libjingle/libjingle.gyp:libjingle',
- ],
- # TODO(akalin): Remove this once we have our own test suite and
- # runner.
- 'conditions': [
- ['OS == "linux" or OS == "freebsd" or OS == "openbsd" or OS == "solaris"', {
- 'dependencies': [
- # Needed to handle the #include chain:
- # base/test/test_suite.h
- # gtk/gtk.h
- '../build/linux/system.gyp:gtk',
- ],
- }],
- ],
- },
- {
'target_name': 'sync_unit_tests',
'type': 'executable',
'sources': [