summaryrefslogtreecommitdiffstats
path: root/chrome/chrome.gyp
diff options
context:
space:
mode:
authorjohnnyg@chromium.org <johnnyg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-11 17:40:31 +0000
committerjohnnyg@chromium.org <johnnyg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-11 17:40:31 +0000
commit8b7135d6aa44d68307bfb7ff5e6441fcf1c5231b (patch)
tree39f24246b28900218dded1cfe462ebe400ee3a6d /chrome/chrome.gyp
parent4a3dab23cadf0cbe68bd82c06fd970ae8b1d7e10 (diff)
downloadchromium_src-8b7135d6aa44d68307bfb7ff5e6441fcf1c5231b.zip
chromium_src-8b7135d6aa44d68307bfb7ff5e6441fcf1c5231b.tar.gz
chromium_src-8b7135d6aa44d68307bfb7ff5e6441fcf1c5231b.tar.bz2
Unit tests for desktop notifications.
* Allow non-windows BalloonCollections to create non-viewable balloons (so that non-viewing aspects are cross-platform testable) * Makes NotificationObjectProxy overridable by a mock object which logs instead of calls to JS * Move Layout code from private to protected in BalloonCollection to enable verification of position code. BUG=none TEST=these Review URL: http://codereview.chromium.org/371041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31670 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome.gyp')
-rwxr-xr-xchrome/chrome.gyp2
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index 9e1b50f..1a55676 100755
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -4712,6 +4712,8 @@
'browser/net/test_url_fetcher_factory.h',
'browser/net/url_fetcher_unittest.cc',
'browser/net/url_fixer_upper_unittest.cc',
+ 'browser/notifications/desktop_notifications_unittest.cc',
+ 'browser/notifications/desktop_notifications_unittest.h',
'browser/password_manager/encryptor_unittest.cc',
'browser/password_manager/login_database_unittest.cc',
'browser/password_manager/password_form_manager_unittest.cc',