[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:05:53 PST 2008


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





------- Comment #25 from mrowe at apple.com  2008-11-13 20:05 PDT -------
(From update of attachment 25153)
> 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.

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


-- 
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