summaryrefslogtreecommitdiffstats
path: root/ash/ash.gyp
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-12-04 23:50:27 +0000
committertfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-12-04 23:50:27 +0000
commitb5ec90e61309879a25fd4334f438cad01b42240c (patch)
tree75bdb786ba102fd95f551d92d54e7403f25d9c1f /ash/ash.gyp
parent087b9595c869df4b0cbfa219f43cd6e68b5d07f3 (diff)
downloadchromium_src-b5ec90e61309879a25fd4334f438cad01b42240c.zip
chromium_src-b5ec90e61309879a25fd4334f438cad01b42240c.tar.gz
chromium_src-b5ec90e61309879a25fd4334f438cad01b42240c.tar.bz2
Rename test_support_ash and test_support_aura.
test_support_ash -> ash_test_support test_support_aura -> aura_test_support this means all the target names will align: foo foo_unittests foo_test_support et al. BUG=163674 R=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/11428130 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@171084 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/ash.gyp')
-rw-r--r--ash/ash.gyp6
1 files changed, 3 insertions, 3 deletions
diff --git a/ash/ash.gyp b/ash/ash.gyp
index 92db1d7..d888b3f 100644
--- a/ash/ash.gyp
+++ b/ash/ash.gyp
@@ -457,7 +457,7 @@
],
},
{
- 'target_name': 'test_support_ash',
+ 'target_name': 'ash_test_support',
'type': 'static_library',
'dependencies': [
'../skia/skia.gyp:skia',
@@ -502,7 +502,7 @@
'../third_party/icu/icu.gyp:icui18n',
'../third_party/icu/icu.gyp:icuuc',
'../ui/aura/aura.gyp:aura',
- '../ui/aura/aura.gyp:test_support_aura',
+ '../ui/aura/aura.gyp:aura_test_support',
'../ui/app_list/app_list.gyp:app_list',
'../ui/compositor/compositor.gyp:compositor',
'../ui/compositor/compositor.gyp:compositor_test_support',
@@ -516,7 +516,7 @@
'../ui/views/views.gyp:views_with_content_test_support',
'ash',
'ash_resources',
- 'test_support_ash',
+ 'ash_test_support',
],
'sources': [
'../ui/views/test/test_views_delegate.cc',