diff options
Diffstat (limited to 'chrome/tools/perf/flush_cache')
-rw-r--r-- | chrome/tools/perf/flush_cache/SConscript | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/chrome/tools/perf/flush_cache/SConscript b/chrome/tools/perf/flush_cache/SConscript index c0b6fa3..3deebe7 100644 --- a/chrome/tools/perf/flush_cache/SConscript +++ b/chrome/tools/perf/flush_cache/SConscript @@ -64,9 +64,7 @@ input_files = [ 'flush_cache.cc', ] -exe = env_test.ChromeTestProgram(['flush_cache', - 'flush_cache'], - input_files) +exe = env_test.ChromeTestProgram('flush_cache', input_files) i = env_test.Install('$TARGET_ROOT', exe) env_test.Alias('chrome', i) |