summaryrefslogtreecommitdiffstats
path: root/webkit
diff options
context:
space:
mode:
authordarin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2008-12-12 18:06:41 +0000
committerdarin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2008-12-12 18:06:41 +0000
commitb0b962294e85be02943089b456cfc8ea487e5b1e (patch)
tree52067eaa2851665e93cf01bac1433f468e014007 /webkit
parent0bdb71fad909a6a55ae6249cec7117949358d6e4 (diff)
downloadchromium_src-b0b962294e85be02943089b456cfc8ea487e5b1e.zip
chromium_src-b0b962294e85be02943089b456cfc8ea487e5b1e.tar.gz
chromium_src-b0b962294e85be02943089b456cfc8ea487e5b1e.tar.bz2
Fix build bustage.
TBR=dglazkov Review URL: http://codereview.chromium.org/14058 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6899 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
-rw-r--r--webkit/port/DerivedSources.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/port/DerivedSources.make b/webkit/port/DerivedSources.make
index 5f455cc..bc05efd 100644
--- a/webkit/port/DerivedSources.make
+++ b/webkit/port/DerivedSources.make
@@ -1157,5 +1157,5 @@ V8%.h : %.idl $(V8_SCRIPTS)
rm -f $@; \
for i in 1 2 3 4 5 6 7 8 9 10; do \
if test -e $@; then break; fi; \
- perl -w -I $(PORTROOT)/bindings/scripts -I $(WebCore)/bindings/scripts $(PORTROOT)/bindings/scripts/generate-bindings.pl --defines "$(FEATURE_DEFINES) LANGUAGE_JAVASCRIPT V8_BINDING" --generator V8 --include ../../../webkit/pending --include ../../../webkit/port/html --include ../../../webkit/port/page --include svg --include dom --include html --include css --include page --include xml --include plugins --outputdir . $< ; \
+ perl -w -I $(PORTROOT)/bindings/scripts -I $(WebCore)/bindings/scripts $(PORTROOT)/bindings/scripts/generate-bindings.pl --defines "$(FEATURE_DEFINES) LANGUAGE_JAVASCRIPT V8_BINDING" --generator V8 --include ../../../webkit/port/page --include svg --include dom --include html --include css --include page --include xml --include plugins --outputdir . $< ; \
done