[Webkit-unassigned] [Bug 155056] AX: Force allow user zoom

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 10 14:43:58 PST 2016


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

--- Comment #45 from Simon Fraser (smfr) <simon.fraser at apple.com> ---
Comment on attachment 273622
  --> https://bugs.webkit.org/attachment.cgi?id=273622
patch

View in context: https://bugs.webkit.org/attachment.cgi?id=273622&action=review

> Source/WebCore/WebCore.xcodeproj/project.pbxproj:32265
> +				"OTHER_LDFLAGS[sdk=iphoneos*]" = (
> +					"$(ASAN_OTHER_LDFLAGS)",
> +					"-lAccessibility",
> +				);
> +				"OTHER_LDFLAGS[sdk=iphonesimulator*]" = (
> +					"$(ASAN_OTHER_LDFLAGS)",
> +					"-lAccessibility",

This needs to be done via the .xcconfig files.

> Source/WebCore/WebCore.xcodeproj/project.pbxproj:32277
> +					"$(ASAN_OTHER_LDFLAGS)",
> +					"-lAccessibility",
> +				);

Ditto.

> Source/WebKit2/WebKit2.xcodeproj/project.pbxproj:9604
> +				"OTHER_LDFLAGS[sdk=iphoneos*]" = (
> +					"$(OTHER_LDFLAGS)",
> +					"-l$(WEBKIT_SYSTEM_INTERFACE_LIBRARY)",
> +					"-lAccessibility",
> +				);
> +				"OTHER_LDFLAGS[sdk=iphonesimulator*]" = (
> +					"$(OTHER_LDFLAGS)",
> +					"-l$(WEBKIT_SYSTEM_INTERFACE_LIBRARY)",
> +					"-lAccessibility",

Also needs to move to xcconfig file.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160310/64e3db77/attachment-0001.html>


More information about the webkit-unassigned mailing list