Index: chrome/chrome_tests_unit.gypi |
diff --git a/chrome/chrome_tests_unit.gypi b/chrome/chrome_tests_unit.gypi |
index 8fe8f2068847b758785209f24511143c12633c3b..5da169c99e1944c037a50f35e75d885551843b5c 100644 |
--- a/chrome/chrome_tests_unit.gypi |
+++ b/chrome/chrome_tests_unit.gypi |
@@ -1733,7 +1733,7 @@ |
], |
'dependencies': [ |
'../ash/ash.gyp:ash_resources', |
- '../ash/ash.gyp:test_support_ash', |
+ '../ash/ash.gyp:ash_test_support', |
], |
# We eventually want to compile both in Win Aura builds, see |
# http://crbug.com/155545. |
@@ -1751,7 +1751,7 @@ |
}], |
['use_aura==1', { |
'dependencies': [ |
- '../ui/aura/aura.gyp:test_support_aura', |
+ '../ui/aura/aura.gyp:aura_test_support', |
], |
'sources/': [ |
['exclude', '^browser/automation/automation_provider_unittest.cc'], |
@@ -1924,7 +1924,7 @@ |
'dependencies': [ |
'../build/linux/system.gyp:dbus', |
'../dbus/dbus.gyp:dbus_test_support', |
- '../ui/aura/aura.gyp:test_support_aura', |
+ '../ui/aura/aura.gyp:aura_test_support', |
], |
}], |
['OS=="linux" and branding=="Chrome" and target_arch=="ia32"', { |