| Index: chrome/chrome_installer_util.gypi
|
| diff --git a/chrome/chrome_installer_util.gypi b/chrome/chrome_installer_util.gypi
|
| index fedb13672221f97978634c3ad5f6e50d08906175..f6bbe07407fb5e17752e426810d64a266b0c2d31 100644
|
| --- a/chrome/chrome_installer_util.gypi
|
| +++ b/chrome/chrome_installer_util.gypi
|
| @@ -99,8 +99,8 @@
|
| 'installer_util_strings',
|
| '<(DEPTH)/build/temp_gyp/googleurl.gyp:googleurl',
|
| 'common_constants',
|
| - 'chrome_resources',
|
| - 'chrome_strings',
|
| + 'chrome_resources.gyp:chrome_resources',
|
| + 'chrome_resources.gyp:chrome_strings',
|
| '../content/content.gyp:content_common',
|
| '<(DEPTH)/base/base.gyp:base',
|
| '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
|
| @@ -174,8 +174,8 @@
|
| 'type': 'static_library',
|
| 'dependencies': [
|
| 'common_constants',
|
| - 'chrome_resources',
|
| - 'chrome_strings',
|
| + 'chrome_resources.gyp:chrome_resources',
|
| + 'chrome_resources.gyp:chrome_strings',
|
| ],
|
| 'sources': [
|
| 'installer/util/master_preferences.cc',
|
|
|