| Index: chrome/SConscript
|
| diff --git a/chrome/SConscript b/chrome/SConscript
|
| index affe6a56ce6f83187f54d1150b83440f46e3f533..e7b4e045d2abbd9534664fd7e94f8029fceb4324 100644
|
| --- a/chrome/SConscript
|
| +++ b/chrome/SConscript
|
| @@ -716,6 +716,7 @@ p.AddConfig('Release|Win32',
|
| # TODO(sgk): move to separate .scons file for browser_resources #############
|
|
|
| sconscript_files = [
|
| + 'app/theme/SConscript',
|
| 'browser/views/SConscript',
|
| 'views/SConscript',
|
| ]
|
| @@ -727,7 +728,6 @@ if not env.WantSystemLib('hunspell'):
|
| if env.Bit('windows'):
|
| sconscript_files.extend([
|
| 'app/resources/SConscript',
|
| - 'app/theme/SConscript',
|
| ])
|
|
|
| env.SConscript(sconscript_files, exports=['env', 'env_res', 'env_test'])
|
|
|