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'], |