[Webkit-unassigned] [Bug 29753] DerivedSources.make broken for non-Mac targets

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 25 18:22:29 PDT 2009


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





--- Comment #6 from David Kilzer (ddkilzer) <ddkilzer at webkit.org>  2009-09-25 18:22:29 PDT ---
So ENABLE_CONTEXT_MENUS, ENABLE_DRAG_SUPPORT and ENABLE_INSPECTOR are only used
to determine which *.exp files to concatenate for the Mac platform, so those
definitions may all be moved out of the common code path.

That leaves ENABLE_ORIENTATION_EVENTS.  It's required for both the *.exp file
generation and the JS/ObjC code generation.  One solution there would be to
move it (back) to the FeatureDefines.xcconfig files (and related build files
for other platforms) where it was in an earlier patch for Bug 29508.

Is that acceptable?

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