Here is the exact count of different files inside WebCore/DerivedSOurces
directory:

s...@blaize/cygdrive/e/cygwin/home/Seby/WebKit/WebKitBuild/obj/WebCore/DerivedSources
$ ls -lrt *.h |wc -l
336

s...@blaize/cygdrive/e/cygwin/home/Seby/WebKit/WebKitBuild/obj/WebCore/DerivedSources
$ ls -lrt *.cpp |wc -l
335

s...@blaize/cygdrive/e/cygwin/home/Seby/WebKit/WebKitBuild/obj/WebCore/DerivedSources
$ ls -lrt |egrep -v 'cpp|.h'
total 3148
-rw-rw-rw- 1 Seby None  10108 May  7 13:39 CSSValueKeywords.in
-rw-rw-rw- 1 Seby None   5082 May  7 13:39 CSSPropertyNames.in
-rw-rw-rw- 1 Seby None  26582 May  7 13:39 ColorData.c
-rw-rw-rw- 1 Seby None  12314 May  7 13:39 CSSPropertyNames.gperf


On Thu, May 7, 2009 at 2:04 PM, Seby <[email protected]> wrote:

> Adam,
> I see that there are almost 675 *.h files inside
> WebKitBuild/obj/WebCore/DerivedSources/, but none of them starts with SVG*.
> 98% of the file names start with JS*.
> As you said, i tried to search the WebCoreGenerated BuildLog.htm to see if
> there were errors while creating SVGNames.h, but i could not find any.
>
> What would be the issue? Do you want me to try anything else or any
> logs..etc..
>
> Seby.
>
_______________________________________________
webkit-dev mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Reply via email to