| Index: webkit/build/localized_strings/SConscript
|
| diff --git a/webkit/build/localized_strings/SConscript b/webkit/build/localized_strings/SConscript
|
| index 5de0337bd63e814256df313ff880b7658715ab15..6dec4b7c0155f26f6bab822144d132aea42d89be 100644
|
| --- a/webkit/build/localized_strings/SConscript
|
| +++ b/webkit/build/localized_strings/SConscript
|
| @@ -23,10 +23,7 @@ if env_res.Bit('windows'):
|
| ],
|
| )
|
|
|
| -import sys
|
| -sys.path.append(env.Dir('$CHROME_SRC_DIR/tools/grit').abspath)
|
| env_grd = env.Clone()
|
| -env_grd.Tool('scons', toolpath=[env_grd.Dir('$CHROME_SRC_DIR/tools/grit/grit')])
|
| # This dummy target (webkit_strings) is used to tell the emitter where
|
| # to put the target files.
|
| generated = env_grd.GRIT(
|
|
|