| Index: chrome/tools/perf/flush_cache/flush_cache.scons
|
| ===================================================================
|
| --- chrome/tools/perf/flush_cache/flush_cache.scons (revision 7290)
|
| +++ chrome/tools/perf/flush_cache/flush_cache.scons (working copy)
|
| @@ -41,3 +41,10 @@
|
| ]
|
|
|
| env.ChromeTestProgram('flush_cache', input_files)
|
| +
|
| +env.ChromeMSVSProject('$CHROME_DIR/tools/perf/flush_cache/flush_cache.vcproj',
|
| + dependencies = [
|
| + '$BASE_DIR/build/base.vcproj',
|
| + '$ICU38_DIR/build/icu.vcproj',
|
| + ],
|
| + guid='{4539AFB3-B8DC-47F3-A491-6DAC8FD26657}')
|
|
|