diff options
Diffstat (limited to 'chrome/app/resources/SConscript')
-rw-r--r-- | chrome/app/resources/SConscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/app/resources/SConscript b/chrome/app/resources/SConscript index 754d7bc..11d9f63 100644 --- a/chrome/app/resources/SConscript +++ b/chrome/app/resources/SConscript @@ -146,7 +146,7 @@ for locale_settings_res in resources: g_r_res = s.replace('locale_settings', 'generated_resources')
w_s_res = s.replace('locale_settings',
'$WEBKIT_DIR/build/localized_strings/webkit_strings')
- dll = env.SharedLibrary(
+ dll = env.ChromeSharedLibrary(
lang,
[
g_r_res,
|