diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-02-07 00:57:53 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-02-07 00:57:53 +0000 |
commit | 886f38b51797f03e1c9344b6b8e6e424b4417166 (patch) | |
tree | dba18936914c00c5fac0028676b41c2aa99a4091 /ui/ui_unittests.gyp | |
parent | bad6a87e546adadefd33d80d8b2544982aed46cd (diff) | |
download | chromium_src-886f38b51797f03e1c9344b6b8e6e424b4417166.zip chromium_src-886f38b51797f03e1c9344b6b8e6e424b4417166.tar.gz chromium_src-886f38b51797f03e1c9344b6b8e6e424b4417166.tar.bz2 |
Add unit test target for shell_dialogs module.
This is necessary to avoid a circular dependency that on Mac is forbidden:
ui_unittests -> shell_dialogs -> aura -> ui_unittests
The down side is that momentarily we lose automatic test coverage on the bots for the shell_dialogs.
This can be fixed by teaching the buildbot scripts to run it after this lands.
BUG=331669, 35878, 299841
TEST=shell_dialogs_unittests
R=ben@chromium.org
Review URL: https://codereview.chromium.org/151253004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@249568 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/ui_unittests.gyp')
-rw-r--r-- | ui/ui_unittests.gyp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ui/ui_unittests.gyp b/ui/ui_unittests.gyp index 244cad3..d786aac 100644 --- a/ui/ui_unittests.gyp +++ b/ui/ui_unittests.gyp @@ -77,7 +77,6 @@ 'gfx/gfx.gyp:gfx_geometry_unittests', 'gfx/gfx.gyp:gfx_test_support', 'resources/ui_resources.gyp:ui_resources', - 'shell_dialogs/shell_dialogs.gyp:shell_dialogs', 'ui.gyp:ui', 'ui_test_support', ], @@ -164,7 +163,6 @@ 'gfx/sequential_id_generator_unittest.cc', 'gfx/transform_util_unittest.cc', 'gfx/utf16_indexing_unittest.cc', - 'shell_dialogs/select_file_dialog_win_unittest.cc', ], 'include_dirs': [ '../', |