diff options
author | oshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-06 00:06:06 +0000 |
---|---|---|
committer | oshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-06 00:06:06 +0000 |
commit | df58e236b4681b2202b6ed2cea9e0ae9166b8f0a (patch) | |
tree | d83021014d573092cbdf6ac2bf986ae48bf0382e /chrome/chrome_tests.gypi | |
parent | d9d3ff3e2010839f81ef5522cb14dfb2a08dc401 (diff) | |
download | chromium_src-df58e236b4681b2202b6ed2cea9e0ae9166b8f0a.zip chromium_src-df58e236b4681b2202b6ed2cea9e0ae9166b8f0a.tar.gz chromium_src-df58e236b4681b2202b6ed2cea9e0ae9166b8f0a.tar.bz2 |
Display sticky and non sticky notifications separately.
Added separate containers for sitcky, non sticky notifications.
I copied most of desktop notification unittest. I'll refactor it and reduce duplicate in next CL.
BUG=33306
TEST=added desktop_notification_unittests for chromeos.
Review URL: http://codereview.chromium.org/661289
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40801 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_tests.gypi')
-rw-r--r-- | chrome/chrome_tests.gypi | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi index 6186f5f..82a8529 100644 --- a/chrome/chrome_tests.gypi +++ b/chrome/chrome_tests.gypi @@ -991,8 +991,11 @@ ], }], ['OS=="linux" and chromeos==1', { + 'sources': [ + 'browser/chromeos/notifications/desktop_notifications_unittest.cc', + ], 'sources/': [ - ['exclude', 'browser/notifications/desktop_notifications_unittest\\.cc$'], + ['exclude', 'browser/notifications/desktop_notifications_unittest.cc'], ] }], ['OS=="mac"', { |