| Index: chrome/SConscript
|
| diff --git a/chrome/SConscript b/chrome/SConscript
|
| index 16e9d5d81cb437e7240fac2c2b18b32c49a64df4..d691dd9f57a25b440e807c7b8e47e5a5c2776e60 100644
|
| --- a/chrome/SConscript
|
| +++ b/chrome/SConscript
|
| @@ -391,7 +391,6 @@ if env_flat['PLATFORM'] == 'win32':
|
|
|
| sconscript_files = [
|
| 'test/chrome_plugin/SConscript',
|
| - 'tools/perf/flush_cache/SConscript',
|
| 'tools/test/image_diff/SConscript',
|
| 'third_party/hunspell/SConscript',
|
| '$THIRD_PARTY_DIR/sqlite/SConscript',
|
| @@ -418,6 +417,7 @@ if env['PLATFORM'] == 'win32':
|
| 'test/startup/SConscript',
|
| 'test/tab_switching/SConscript',
|
| 'tools/crash_service/SConscript',
|
| + 'tools/perf/flush_cache/SConscript',
|
| 'views/SConscript',
|
| ])
|
|
|
|
|