summaryrefslogtreecommitdiffstats
path: root/chrome/tools
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/tools')
-rw-r--r--chrome/tools/crash_service/SConscript2
-rw-r--r--chrome/tools/perf/flush_cache/SConscript2
-rw-r--r--chrome/tools/test/image_diff/SConscript2
3 files changed, 3 insertions, 3 deletions
diff --git a/chrome/tools/crash_service/SConscript b/chrome/tools/crash_service/SConscript
index b682986..538bf58 100644
--- a/chrome/tools/crash_service/SConscript
+++ b/chrome/tools/crash_service/SConscript
@@ -93,7 +93,7 @@ input_files = [
'crash_service.cc',
]
-exe = env.Program('crash_service.exe', input_files + libs)
+exe = env.ChromeProgram('crash_service.exe', input_files + libs)
i = env.Install('$TARGET_ROOT', exe)
Alias('chrome', i)
diff --git a/chrome/tools/perf/flush_cache/SConscript b/chrome/tools/perf/flush_cache/SConscript
index 7b3d853..22d927b 100644
--- a/chrome/tools/perf/flush_cache/SConscript
+++ b/chrome/tools/perf/flush_cache/SConscript
@@ -84,7 +84,7 @@ libs = [
'$BASE_DIR/base.lib',
]
-exe = env_test.Program(['flush_cache',
+exe = env_test.ChromeTestProgram(['flush_cache',
'flush_cache'],
input_files + libs)
i = env_test.Install('$TARGET_ROOT', exe)
diff --git a/chrome/tools/test/image_diff/SConscript b/chrome/tools/test/image_diff/SConscript
index b9445d9..6054a304 100644
--- a/chrome/tools/test/image_diff/SConscript
+++ b/chrome/tools/test/image_diff/SConscript
@@ -96,7 +96,7 @@ libs = [
'$BASE_DIR/base.lib',
]
-exe = env_test.Program(['image_diff',
+exe = env_test.ChromeTestProgram(['image_diff',
'image_diff.pdb'],
input_files + libs)
i = env_test.Install('$TARGET_ROOT', exe)