summaryrefslogtreecommitdiffstats
path: root/chrome/tools/perf/flush_cache/flush_cache.scons
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/tools/perf/flush_cache/flush_cache.scons')
-rw-r--r--chrome/tools/perf/flush_cache/flush_cache.scons7
1 files changed, 7 insertions, 0 deletions
diff --git a/chrome/tools/perf/flush_cache/flush_cache.scons b/chrome/tools/perf/flush_cache/flush_cache.scons
index 88c6ee6..9e90c34 100644
--- a/chrome/tools/perf/flush_cache/flush_cache.scons
+++ b/chrome/tools/perf/flush_cache/flush_cache.scons
@@ -41,3 +41,10 @@ input_files = [
]
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}')