Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2072)

Unified Diff: ash/ash.gyp

Issue 11428130: Rename test_support_ash and test_support_aura. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/chrome_tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/ash.gyp
diff --git a/ash/ash.gyp b/ash/ash.gyp
index 7bf12b89167aa4682357f24c657679261de90e13..8ae8489cb0dad2fa34877bc3aacdfe15d9df067c 100644
--- a/ash/ash.gyp
+++ b/ash/ash.gyp
@@ -448,7 +448,7 @@
],
},
{
- 'target_name': 'test_support_ash',
+ 'target_name': 'ash_test_support',
'type': 'static_library',
'dependencies': [
'../skia/skia.gyp:skia',
@@ -493,7 +493,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',
@@ -507,7 +507,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',
« no previous file with comments | « no previous file | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698