| Index: chrome/chrome_tests.gypi
|
| diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
|
| index a0f8bd2e3af40be715b019dcb9e9215a6e1a1bb2..e1ebd52292dcf9e8eb305be54f19ad4217e3b927 100644
|
| --- a/chrome/chrome_tests.gypi
|
| +++ b/chrome/chrome_tests.gypi
|
| @@ -1181,7 +1181,7 @@
|
| ],
|
| 'dependencies': [
|
| 'chrome_dll_version',
|
| - 'installer/installer.gyp:installer_util_strings',
|
| + 'installer_util_strings',
|
| '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2',
|
| 'test_chrome_plugin', # run time dependency
|
| '<(allocator_target)',
|
| @@ -1408,7 +1408,7 @@
|
| ],
|
| 'dependencies': [
|
| 'chrome_dll_version',
|
| - 'installer/installer.gyp:installer_util_strings',
|
| + 'installer_util_strings',
|
| '<(allocator_target)',
|
| ],
|
| 'configurations': {
|
| @@ -2023,7 +2023,7 @@
|
| ],
|
| 'dependencies': [
|
| 'chrome_dll_version',
|
| - 'installer/installer.gyp:installer_util_strings',
|
| + 'installer_util_strings',
|
| '../views/views.gyp:views',
|
| '<(allocator_target)',
|
| ],
|
|
|