summaryrefslogtreecommitdiffstats
path: root/webkit/tools/test_shell/SConscript
diff options
context:
space:
mode:
authorsgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-09-24 19:56:06 +0000
committersgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-09-24 19:56:06 +0000
commit3b17243f61c316bdf8ccb60823e3723bad46b817 (patch)
tree53c6bcbdb3865d8ed36a9717f93613f6f4239028 /webkit/tools/test_shell/SConscript
parentfd36c690baaa61a0be4cd28842097b43a9b2c858 (diff)
downloadchromium_src-3b17243f61c316bdf8ccb60823e3723bad46b817.zip
chromium_src-3b17243f61c316bdf8ccb60823e3723bad46b817.tar.gz
chromium_src-3b17243f61c316bdf8ccb60823e3723bad46b817.tar.bz2
Update SCons build of WebKit on Windows:
* Add CHROMIUM_BUILD and _SECURE_ATL defines. * No more tools/test_shell/resources/fonts. * No more /Wp64. Review URL: http://codereview.chromium.org/4070 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2565 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/tools/test_shell/SConscript')
-rw-r--r--webkit/tools/test_shell/SConscript6
1 files changed, 0 insertions, 6 deletions
diff --git a/webkit/tools/test_shell/SConscript b/webkit/tools/test_shell/SConscript
index f031876..02c79fc 100644
--- a/webkit/tools/test_shell/SConscript
+++ b/webkit/tools/test_shell/SConscript
@@ -58,7 +58,6 @@ env.Append(
CCFLAGS = [
'/TP',
'/WX',
- '/Wp64',
],
LIBS = [
@@ -118,11 +117,6 @@ test_shell = env.ChromeProgram('test_shell', resources + exe_input_files)
i = env.Install('$TARGET_ROOT', test_shell)
env.Alias('webkit', i)
-# This call can NOT use $WEBKIT_DIR because we need to copy
-# directly from the source location.
-i = env.Install('$TARGET_ROOT', '#/../webkit/tools/test_shell/resources/fonts')
-env.Alias('webkit', i)
-
env.Depends(test_shell, '$V8_DIR/vc80.pdb')