[Webkit-unassigned] [Bug 62364] [chromium-win] Register protocol handler are tests failing on build.webkit.org

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 9 14:30:00 PDT 2011


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





--- Comment #3 from Tony Chang <tony at chromium.org>  2011-06-09 14:30:00 PST ---
Oh, in the checked in code, I think it's disabled for all upstream builds since it's set to 0 in the top of features.gypi.  In chromium checkouts, features_override.gypi enables it.

The reason the variable in build/common.gypi doesn't override is because in features.gypi, the nesting puts the condition in a scope that doesn't see the value in build/common.gypi.

This will be fixed by bug 62399.

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