From 5e30856836aa02569377f43f6f62af7badb1cee7 Mon Sep 17 00:00:00 2001 From: "sgk@google.com" Date: Tue, 19 Aug 2008 18:02:13 +0000 Subject: Add renderer\external_host_bindings.cc to the SCons build. TBR: joshia git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1043 0039d316-1c4b-4281-b951-d872f2087c98 --- build/SConscript.v8 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build/SConscript.v8') diff --git a/build/SConscript.v8 b/build/SConscript.v8 index b3ec128..7abd7e2 100644 --- a/build/SConscript.v8 +++ b/build/SConscript.v8 @@ -60,8 +60,8 @@ env.Alias('webkit', i) i = env.Install('$TARGET_ROOT', v8_exe) env.Alias('chrome', i) -# To satisfy tests expecting the name v8_shell.exe. -i = env.InstallAs('$TARGET_ROOT/v8_shell.exe', v8_exe) +# To satisfy tests expecting the following .exe name. +i = env.InstallAs('$TARGET_ROOT/v8_shell_sample.exe', v8_exe) env.Alias('chrome', i) # Tell our SCons invocation to *not* delete v8.lib and the other targets -- cgit v1.1