[Webkit-unassigned] [Bug 15406] New: Generated files missing from WebCore.xcodeproj/project.pbxproj
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sat Oct 6 15:46:55 PDT 2007
http://bugs.webkit.org/show_bug.cgi?id=15406
Summary: Generated files missing from
WebCore.xcodeproj/project.pbxproj
Product: WebKit
Version: 522+ (nightly)
Platform: Macintosh
OS/Version: Mac OS X 10.4
Status: NEW
Severity: Normal
Priority: P2
Component: WebCore Misc.
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: ddkilzer at webkit.org
The following shell script demonstrates files missing from the Xcode project
file for WebCore:
for F in `ls WebKitBuild/Debug/DerivedSources/WebCore`; do \
if [ -z "`grep $F WebCore/WebCore.xcodeproj/project.pbxproj`" ]; then \
echo $F; \
fi; \
done
Missing files:
DOMCSSStyleSheetPrivate.h
DOMEventPrivate.h
DOMHTMLCollectionPrivate.h
DOMHTMLEmbedElementPrivate.h
DOMHTMLIFrameElementPrivate.h
DOMHTMLObjectElementPrivate.h
DOMHTMLSelectElementPrivate.h
DOMSVGPointInternal.h
DOMSVGRectInternal.h
DOMTextEventInternal.h
JSHTMLInputElementBaseTable.cpp
JSSVGAnimatedPoints.cpp
JSSVGAnimatedPoints.h
NOTE: This may be worthwhile to run on the feature branch as well.
--
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list