summaryrefslogtreecommitdiffstats
path: root/ash
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-23 08:19:44 +0000
committertfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-23 08:19:44 +0000
commit17a659b887ff11329446256784dbafa42f140100 (patch)
tree7759c2017edb5a7636fc6e4e6f303362ad1fbdb2 /ash
parent19f13a2d526be862e429382bec8ac6f006c95694 (diff)
downloadchromium_src-17a659b887ff11329446256784dbafa42f140100.zip
chromium_src-17a659b887ff11329446256784dbafa42f140100.tar.gz
chromium_src-17a659b887ff11329446256784dbafa42f140100.tar.bz2
Move ui_test_support target into ui_base.gyp
This target is related to ui/base and in turn contain only files from ui/base. So move it to the appropriate place and rename to ui_base_test_support. BUG=299841,331829 TEST=ash_unittests,unit_tests,aura_unittests,ui_unittests,views_unittests TBR=ben@chromium.org Review URL: https://codereview.chromium.org/247293008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@265571 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash')
-rw-r--r--ash/ash.gyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ash/ash.gyp b/ash/ash.gyp
index f29f425..b0b9c6e 100644
--- a/ash/ash.gyp
+++ b/ash/ash.gyp
@@ -872,6 +872,7 @@
'../ui/aura/aura.gyp:aura',
'../ui/aura/aura.gyp:aura_test_support',
'../ui/base/ui_base.gyp:ui_base',
+ '../ui/base/ui_base.gyp:ui_base_test_support',
'../ui/compositor/compositor.gyp:compositor',
'../ui/compositor/compositor.gyp:compositor_test_support',
'../ui/events/events.gyp:events',
@@ -882,7 +883,6 @@
'../ui/message_center/message_center.gyp:message_center',
'../ui/message_center/message_center.gyp:message_center_test_support',
'../ui/resources/ui_resources.gyp:ui_resources',
- '../ui/ui_unittests.gyp:ui_test_support',
'../ui/views/controls/webview/webview_tests.gyp:webview_test_support',
'../ui/views/examples/examples.gyp:views_examples_with_content_lib',
'../ui/views/views.gyp:views',