| Index: chrome/SConscript
|
| diff --git a/chrome/SConscript b/chrome/SConscript
|
| index 95b7e1ff0a4ecb32f48cdb1d5b33395b009be8fc..b2071f40c277b7c4c555cf9f8012651aa18fe3ec 100644
|
| --- a/chrome/SConscript
|
| +++ b/chrome/SConscript
|
| @@ -619,12 +619,6 @@ sconscript_files = [
|
| if not env.WantSystemLib('hunspell'):
|
| sconscript_files.append('third_party/hunspell/SConscript')
|
|
|
| -# TODO(port)
|
| -if env.Bit('windows'):
|
| - sconscript_files.extend([
|
| - 'app/resources/SConscript',
|
| - ])
|
| -
|
| env.SConscript(sconscript_files, exports=['env', 'env_res', 'env_test'])
|
|
|
| # TODO(port)
|
|
|