diff options
author | tapted@chromium.org <tapted@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-09-09 22:18:33 +0000 |
---|---|---|
committer | tapted@chromium.org <tapted@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-09-09 22:18:33 +0000 |
commit | 46d9961b42b4575bf015ad381aa1c7691ee98c9b (patch) | |
tree | bd6a03af2d1b4f55b30d71b5e0961041c8893a65 /ash/ash.gyp | |
parent | dbb97ba9f0608c2ebf6f02f750df9c5e433b770e (diff) | |
download | chromium_src-46d9961b42b4575bf015ad381aa1c7691ee98c9b.zip chromium_src-46d9961b42b4575bf015ad381aa1c7691ee98c9b.tar.gz chromium_src-46d9961b42b4575bf015ad381aa1c7691ee98c9b.tar.bz2 |
Adds an integration test for uninstalling app list search results.
This involves exposing the app list model to a BrowserTest, and ensuring
that changes in the model are properly observed by the UI.
BUG=277897,169114
TEST=AppListControllerSearchResultsBrowserTest.UninstallSearchResult
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=221197
Review URL: https://chromiumcodereview.appspot.com/23072036
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@222107 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/ash.gyp')
-rw-r--r-- | ash/ash.gyp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ash/ash.gyp b/ash/ash.gyp index 864a68b..3d0e961 100644 --- a/ash/ash.gyp +++ b/ash/ash.gyp @@ -594,6 +594,8 @@ 'ash_resources', ], 'sources': [ + 'test/app_list_controller_test_api.cc', + 'test/app_list_controller_test_api.h', 'test/ash_test_base.cc', 'test/ash_test_base.h', 'test/ash_test_helper.cc', |