[Webkit-unassigned] [Bug 21991] Add Scons-based build system for Chromium's WebKit build into webkit.org

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 13 20:10:49 PST 2008


https://bugs.webkit.org/show_bug.cgi?id=21991





------- Comment #26 from eric at webkit.org  2008-11-13 20:10 PDT -------
(In reply to comment #25)
> (From update of attachment 25153 [review])
> > diff --git a/WebCore/WebCore.scons b/WebCore/WebCore.scons
> > new file mode 100644
> > index 0000000..f81d5d1
> > --- /dev/null
> > +++ b/WebCore/WebCore.scons
> > @@ -0,0 +1,787 @@
> > +import os
> > +import sys
> > +from subprocess import Popen, PIPE
> 
> These imports seem to be unneeded.

Ah, good catch.  A copy/paste remnant from the JavaScriptCore file.

> The source file lists should be kept sorted to make keeping them up to date a
> little easier going forward.

Hum... I tried to keep them all sorted, but it's possible I missed some.  I'll
look again.

I intentionally tried to factor out the platform-specific files.  Although
these files don't yet build on windows, they will soon.  I'll be working on
getting them up and going on Windows and Linux as well (or others may in
parallel).


-- 
Configure bugmail: https://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