diff options
-rw-r--r-- | chrome/app/chrome_dll.rc | 2 | ||||
-rw-r--r-- | chrome/chrome_dll.gypi | 1 | ||||
-rw-r--r-- | chrome/chrome_exe.gypi | 1 | ||||
-rw-r--r-- | chrome/chrome_tests.gypi | 7 |
4 files changed, 11 insertions, 0 deletions
diff --git a/chrome/app/chrome_dll.rc b/chrome/app/chrome_dll.rc index 879579a..7238647 100644 --- a/chrome/app/chrome_dll.rc +++ b/chrome/app/chrome_dll.rc @@ -246,6 +246,8 @@ END #endif // English (U.S.) resources ///////////////////////////////////////////////////////////////////////////// +#include "installer_util_strings/installer_util_strings.rc" + #ifndef APSTUDIO_INVOKED ///////////////////////////////////////////////////////////////////////////// // diff --git a/chrome/chrome_dll.gypi b/chrome/chrome_dll.gypi index 96bf378..649baee 100644 --- a/chrome/chrome_dll.gypi +++ b/chrome/chrome_dll.gypi @@ -60,6 +60,7 @@ # up actual Chromium functionality into this .dll. 'chrome_resources.gyp:chrome_resources', 'chrome_version_resources', + 'installer_util_strings', '../content/content.gyp:content_worker', '../crypto/crypto.gyp:crypto', '../printing/printing.gyp:printing', diff --git a/chrome/chrome_exe.gypi b/chrome/chrome_exe.gypi index feafe31..e638b2d 100644 --- a/chrome/chrome_exe.gypi +++ b/chrome/chrome_exe.gypi @@ -439,6 +439,7 @@ 'chrome_dll', 'chrome_version_resources', 'installer_util', + 'installer_util_strings', 'image_pre_reader', '../base/base.gyp:base', '../breakpad/breakpad.gyp:breakpad_handler', diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi index 3e49994..3e3a31b 100644 --- a/chrome/chrome_tests.gypi +++ b/chrome/chrome_tests.gypi @@ -660,6 +660,7 @@ ], 'dependencies': [ 'chrome.gyp:chrome_version_resources', + 'chrome.gyp:installer_util_strings', '../sandbox/sandbox.gyp:sandbox', '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', '../third_party/isimpledom/isimpledom.gyp:isimpledom', @@ -2373,6 +2374,7 @@ ['OS=="win"', { 'dependencies': [ 'chrome_version_resources', + 'installer_util_strings', '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', '../third_party/isimpledom/isimpledom.gyp:isimpledom', ], @@ -3233,6 +3235,7 @@ ], 'dependencies': [ 'chrome_version_resources', + 'installer_util_strings', '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', '../sandbox/sandbox.gyp:sandbox', ], @@ -3481,6 +3484,7 @@ ], 'dependencies': [ 'chrome_version_resources', + 'installer_util_strings', '../sandbox/sandbox.gyp:sandbox', ], 'conditions': [ @@ -3593,6 +3597,7 @@ ['OS=="win"', { 'dependencies': [ 'chrome_version_resources', + 'installer_util_strings', '../sandbox/sandbox.gyp:sandbox', ], 'sources': [ @@ -3957,6 +3962,7 @@ ], 'dependencies': [ 'chrome_version_resources', + 'installer_util_strings', '../sandbox/sandbox.gyp:sandbox', ], 'conditions': [ @@ -4080,6 +4086,7 @@ ], 'dependencies': [ 'chrome_version_resources', + 'installer_util_strings', '../sandbox/sandbox.gyp:sandbox', ], 'conditions': [ |