| Index: chrome/chrome_tests_unit.gypi
|
| diff --git a/chrome/chrome_tests_unit.gypi b/chrome/chrome_tests_unit.gypi
|
| index 30e363552941e34207a5437a011b10491c11a2cb..64dedbf6d55124faa303a79a507acfca5eaef16d 100644
|
| --- a/chrome/chrome_tests_unit.gypi
|
| +++ b/chrome/chrome_tests_unit.gypi
|
| @@ -2123,8 +2123,8 @@
|
| 'browser/ui/app_list/search/tokenized_string_unittest.cc',
|
| ],
|
| 'dependencies': [
|
| - '../ash/ash.gyp:ash_resources',
|
| '../ash/ash.gyp:ash_test_support',
|
| + '../ash/ash_resources.gyp:ash_resources',
|
| '../ash/ash_strings.gyp:ash_strings',
|
| ],
|
| # We eventually want to compile both in Win Aura builds, see
|
| @@ -2283,7 +2283,7 @@
|
| }],
|
| ['chromeos==1', {
|
| 'dependencies': [
|
| - '../ash/ash.gyp:ash_resources',
|
| + '../ash/ash_resources.gyp:ash_resources',
|
| ],
|
| 'sources!': [
|
| 'browser/extensions/api/messaging/native_message_process_host_unittest.cc',
|
|
|