summaryrefslogtreecommitdiffstats
path: root/webkit
diff options
context:
space:
mode:
authordarin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2008-11-12 06:58:17 +0000
committerdarin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2008-11-12 06:58:17 +0000
commit54ced96f736e3634beb134b4a1cadc22da44b9f4 (patch)
tree8929792d049816d61c9ac98a071df8dc689a16a1 /webkit
parentd86b9733dd82eaf432519ef6b63a7c1fffaff23d (diff)
downloadchromium_src-54ced96f736e3634beb134b4a1cadc22da44b9f4.zip
chromium_src-54ced96f736e3634beb134b4a1cadc22da44b9f4.tar.gz
chromium_src-54ced96f736e3634beb134b4a1cadc22da44b9f4.tar.bz2
Fix build bustage by removing non-existent port/xml directory from DerivedSources.make. Also, remove mention of other non-existent directories.
Patch by jorat1346@gmail.com TBR=ojan Review URL: http://codereview.chromium.org/10825 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5255 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
-rw-r--r--webkit/port/DerivedSources.make6
1 files changed, 1 insertions, 5 deletions
diff --git a/webkit/port/DerivedSources.make b/webkit/port/DerivedSources.make
index 2e94a2e..803328d 100644
--- a/webkit/port/DerivedSources.make
+++ b/webkit/port/DerivedSources.make
@@ -32,10 +32,6 @@ VPATH = \
$(PORTROOT)/html \
$(PORTROOT)/page \
$(PORTROOT)/page/inspector \
- $(PORTROOT)/svg \
- $(PORTROOT)/xml \
- $(PORTROOT)/ksvg2/svg \
- $(PORTROOT)/ksvg2/events \
$(WebCore) \
$(WebCore)/bindings/js \
$(WebCore)/bindings/v8 \
@@ -1172,5 +1168,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/dom --include ../../../webkit/port/html --include ../../../webkit/port/page --include ../../../webkit/port/xml --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/pending --include ../../../webkit/port/dom --include ../../../webkit/port/html --include ../../../webkit/port/page --include svg --include dom --include html --include css --include page --include xml --include plugins --outputdir . $< ; \
done