[Webkit-unassigned] [Bug 32611] build-webkit --chromium can't handle changes to GYP files

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 16 09:24:15 PST 2009


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


Adam Barth <abarth at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |evan at chromium.org




--- Comment #2 from Adam Barth <abarth at webkit.org>  2009-12-16 09:24:15 PST ---
Found the bug:

abarth at qbuntu:~/git/webkit-qt-ews/WebKit/chromium/tools/gyp$ svn diff
Index: pylib/gyp/generator/make.py
===================================================================
--- pylib/gyp/generator/make.py    (revision 751)
+++ pylib/gyp/generator/make.py    (working copy)
@@ -1129,7 +1129,8 @@
         makefile_name,
         ' '.join(map(Sourceify, build_files)),
         gyp.common.EncodePOSIXShellList(
-            [gyp.common.FixIfRelativePath(params['gyp_binary'],
options.depth),
+            ['python',
+             gyp.common.FixIfRelativePath(params['gyp_binary'],
options.depth),
              '-fmake'] +
             gyp.RegenerateFlags(options) +
             build_files_args)))

Now I just need to figure out what the process is for upstreaming the fix.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list