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

Unified Diff: ui/views/views.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 | « ui/aura/test/test_aura_initializer.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/views.gyp
diff --git a/ui/views/views.gyp b/ui/views/views.gyp
index 57eb48ec25bff1bc4533641a6e696ffe17b84aa8..b8c4eebf48aac6ae94fb3346450085c1d0daa743 100644
--- a/ui/views/views.gyp
+++ b/ui/views/views.gyp
@@ -587,7 +587,7 @@
'conditions': [
['use_aura==1', {
'dependencies': [
- '../aura/aura.gyp:test_support_aura',
+ '../aura/aura.gyp:aura_test_support',
'../compositor/compositor.gyp:compositor',
],
}, { # use_aura==0
@@ -721,7 +721,7 @@
}],
[ 'use_aura==1', {
'dependencies': [
- '../aura/aura.gyp:test_support_aura',
+ '../aura/aura.gyp:aura_test_support',
],
'sources/': [
['exclude', 'controls/table/table_view_unittest.cc'],
« no previous file with comments | « ui/aura/test/test_aura_initializer.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698