diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-02-16 23:47:12 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-02-16 23:47:12 +0000 |
commit | 7bf593a9cc4608f64d282ff5209c8dcd7e886e2b (patch) | |
tree | 6091b5b99bba36110e81beb5fcedf607614d0fa7 /ui/ui_unittests.gyp | |
parent | cd4b6c360f544c2b9f68e8c54825359ed6404612 (diff) | |
download | chromium_src-7bf593a9cc4608f64d282ff5209c8dcd7e886e2b.zip chromium_src-7bf593a9cc4608f64d282ff5209c8dcd7e886e2b.tar.gz chromium_src-7bf593a9cc4608f64d282ff5209c8dcd7e886e2b.tar.bz2 |
ui: Remove some file paths that do not exist anymore.
Looks like with recent refactoring those paths are not necessary
anymore. They are also wrong, so they don't have any effect. Removing it
now. These were discovered in r247866
(https://codereview.chromium.org/147803002)
BUG=299841
TEST=ui_unittests
TBR=tony@chromium.org,ben@chromium.org
Review URL: https://codereview.chromium.org/167843004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251631 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/ui_unittests.gyp')
-rw-r--r-- | ui/ui_unittests.gyp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/ui/ui_unittests.gyp b/ui/ui_unittests.gyp index ea09ad9..3e2f43a 100644 --- a/ui/ui_unittests.gyp +++ b/ui/ui_unittests.gyp @@ -247,11 +247,6 @@ '../base/allocator/allocator.gyp:allocator', ], }], - ['toolkit_views==1', { - 'sources!': [ - 'browser/ui/gtk/gtk_expanded_container_unittest.cc', - ], - }], ], }], ['use_x11==1', { @@ -300,7 +295,6 @@ }], ['use_aura==1', { 'sources!': [ - 'base/dialogs/select_file_dialog_win_unittest.cc', 'base/dragdrop/os_exchange_data_win_unittest.cc', 'gfx/screen_unittest.cc', ], |