diff options
author | sgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-19 18:02:13 +0000 |
---|---|---|
committer | sgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-19 18:02:13 +0000 |
commit | 5e30856836aa02569377f43f6f62af7badb1cee7 (patch) | |
tree | 489fd538e02e9a3ffab1adbc641b2148454c95f0 /build | |
parent | 6b4a4c9f7b56f36a68042bf1fbefcb4d2855c95a (diff) | |
download | chromium_src-5e30856836aa02569377f43f6f62af7badb1cee7.zip chromium_src-5e30856836aa02569377f43f6f62af7badb1cee7.tar.gz chromium_src-5e30856836aa02569377f43f6f62af7badb1cee7.tar.bz2 |
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
Diffstat (limited to 'build')
-rw-r--r-- | build/SConscript.v8 | 4 |
1 files changed, 2 insertions, 2 deletions
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 |