diff options
author | tengs@chromium.org <tengs@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-24 22:28:46 +0000 |
---|---|---|
committer | tengs@chromium.org <tengs@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-24 22:28:46 +0000 |
commit | b0181d93d3389bc461e9137c68f587c107e7ef3b (patch) | |
tree | e69b3548b26afef3222a8abf440339cd1178c5b9 /ash/ash.gyp | |
parent | 2ea96e502f6f84cf50495f98be5d5b2ac204dfec (diff) | |
download | chromium_src-b0181d93d3389bc461e9137c68f587c107e7ef3b.zip chromium_src-b0181d93d3389bc461e9137c68f587c107e7ef3b.tar.gz chromium_src-b0181d93d3389bc461e9137c68f587c107e7ef3b.tar.bz2 |
Add unit tests for screen capture and share notification UI.
This patch was originally committed in revision 204974, but was
reverted due to a memory leak in revision 204989. This new version
fixes the memory leak and adds an additional test to check that the
tray items have been properly added.
BUG=246277
TEST=unit tests
Review URL: https://chromiumcodereview.appspot.com/17553011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208277 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/ash.gyp')
-rw-r--r-- | ash/ash.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ash/ash.gyp b/ash/ash.gyp index 32e8cfd..bfcf719 100644 --- a/ash/ash.gyp +++ b/ash/ash.gyp @@ -697,6 +697,7 @@ 'shell/window_watcher.cc', 'shell/window_watcher_unittest.cc', 'system/chromeos/network/network_state_notifier_unittest.cc', + 'system/chromeos/screen_security/screen_tray_item_unittest.cc', 'system/chromeos/power/tray_power_unittest.cc', 'system/chromeos/tray_display_unittest.cc', 'system/tray/system_tray_unittest.cc', |