diff options
Diffstat (limited to 'webkit/build/localized_strings/SConscript')
-rw-r--r-- | webkit/build/localized_strings/SConscript | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/webkit/build/localized_strings/SConscript b/webkit/build/localized_strings/SConscript index 7e99dc7..39af769 100644 --- a/webkit/build/localized_strings/SConscript +++ b/webkit/build/localized_strings/SConscript @@ -37,3 +37,6 @@ generated = env_grd.GRIT( if env_res.Bit('windows'): for g in [g for g in generated if str(g).endswith('.rc')]: env_res.RES(g) + +env.ChromeMSVSProject('$WEBKIT_DIR/build/localized_strings/localized_strings.vcproj', + guid='{60B43839-95E6-4526-A661-209F16335E0E}') |