diff options
author | Simon Hausmann <simon.hausmann@nokia.com> | 2009-05-07 07:58:21 (GMT) |
---|---|---|
committer | Simon Hausmann <simon.hausmann@nokia.com> | 2009-05-07 07:58:21 (GMT) |
commit | 73b519015e16d0cd265a1955419e409ba74ce3e4 (patch) | |
tree | 56ff998ed0bba023da8faf914016733020433777 /util/webkit/mkdist-webkit | |
parent | 1bb5449daab3a984d96dacd9c0c67eadf27ecf72 (diff) | |
download | Qt-73b519015e16d0cd265a1955419e409ba74ce3e4.zip Qt-73b519015e16d0cd265a1955419e409ba74ce3e4.tar.gz Qt-73b519015e16d0cd265a1955419e409ba74ce3e4.tar.bz2 |
Slim down WebKit import a bit more
Remove v8 JS bindings.
Reviewed-by: Trust me
Diffstat (limited to 'util/webkit/mkdist-webkit')
-rwxr-xr-x | util/webkit/mkdist-webkit | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util/webkit/mkdist-webkit b/util/webkit/mkdist-webkit index a2ef05b..6e8add9 100755 --- a/util/webkit/mkdist-webkit +++ b/util/webkit/mkdist-webkit @@ -58,6 +58,7 @@ excluded_directories="$excluded_directories WebCore/Configurations" excluded_directories="$excluded_directories WebCore/bridge/objc" excluded_directories="$excluded_directories WebCore/bridge/testbindings.pro" excluded_directories="$excluded_directories WebCore/bindings/objc" +excluded_directories="$excluded_directories WebCore/bindings/v8" excluded_directories="$excluded_directories JavaScriptCore/icu" |