summaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-06-17 16:02:57 +0000
committertfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-06-17 16:02:57 +0000
commit115f8206ed5fe67f104339f5dd4e44f6fcdbe212 (patch)
treeb61b7f5ad9b7696c17601cc3057daeed4856fa8e /ui
parent72d14b286f49e7b7829433a39e497c5fec17d67f (diff)
downloadchromium_src-115f8206ed5fe67f104339f5dd4e44f6fcdbe212.zip
chromium_src-115f8206ed5fe67f104339f5dd4e44f6fcdbe212.tar.gz
chromium_src-115f8206ed5fe67f104339f5dd4e44f6fcdbe212.tar.bz2
ui: Move gtk_dnd_util_unittest.cc from app.gyp to ui_unittests.gypi.
BUG=None TEST=ui_unittests --gtest_filter=GtkDndUtilTest.* R=rsesek@chromium.org Review URL: http://codereview.chromium.org/7200004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@89492 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui')
-rw-r--r--ui/ui_unittests.gypi5
1 files changed, 5 insertions, 0 deletions
diff --git a/ui/ui_unittests.gypi b/ui/ui_unittests.gypi
index e817c7b..e084792 100644
--- a/ui/ui_unittests.gypi
+++ b/ui/ui_unittests.gypi
@@ -98,8 +98,13 @@
},
}],
['toolkit_uses_gtk == 1', {
+ 'sources': [
+ 'base/dragdrop/gtk_dnd_util_unittest.cc',
+ ],
'dependencies': [
'../build/linux/system.gyp:gtk',
+ '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
+ 'base/strings/ui_strings.gyp:ui_unittest_strings',
],
'conditions': [
['linux_use_tcmalloc==1', {