[Webkit-unassigned] [Bug 69997] New: [Chromium] Reduce dependencies of ImageDiff to compile it for Android.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 12 21:41:57 PDT 2011


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

           Summary: [Chromium] Reduce dependencies of ImageDiff to compile
                    it for Android.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Android
        OS/Version: Android
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: zhenghao at chromium.org


Make ImageDiff depend on webkit_support_gfx only. Build it as toolsets:host for Android.

This change is required to make ImageDiff for Android, and can benefit other platforms, too. On Android, most targets are built as toolsets:target. while ImageDiff needs to be built as toolsets:host. Currently, building the standalone target of ImageDiff depends on about 85 other targets (try  make ImageDiff'), which is inefficient. After the change, ImageDiff only depends on webkit_support_gfx, which in turn depends on libpng and zlib.

Related to chromium change: http://codereview.chromium.org/8226018/

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