summaryrefslogtreecommitdiffstats
path: root/webkit/tools/test_shell/SConscript
diff options
context:
space:
mode:
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')