[Webkit-unassigned] [Bug 201013] Add a script to update ANGLE

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 23 09:58:01 PDT 2019


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

--- Comment #3 from James Darpinian <jdarpinian at gmail.com> ---
Sorry for the giant patch. It's almost all file renames but the webkit-patch tool doesn't seem to recognize that. Let me know if there's a better way to generate a patch like this.

Moving ANGLE into a subdirectory makes it much easier to update, as you can just directly copy all the files from an ANGLE checkout into that subdirectory.

Here's the ChangeLog entry:

2019-08-22  James Darpinian  <jdarpinian at google.com>

        Add a script to update ANGLE
        https://bugs.webkit.org/show_bug.cgi?id=201013

        Reviewed by NOBODY (OOPS!).

        Move all upstream ANGLE files into a directory called upstream.
        Add a script update-angle.sh that checks out the latest ANGLE into
        upstream/ and applies WebKit's changes.diff.

        * ANGLE.plist: Update commit hash and license file.
        * ANGLE.txt: Deleted in favor of upstream/LICENSE.txt
        * ANGLE.xcodeproj/project.pbxproj: Move ANGLE to upstream/
        * CMakeLists.txt: Move ANGLE to upstream/
        * Compiler.cmake:
        * GLESv2.cmake:
        * Makefile: Deleted.
        * additional_readme_paths.json:
        * include/CMakeLists.txt: Deleted.
        * upstream/: Moved all upstream ANGLE files to this new directory.
        * update-angle.sh: New script to update ANGLE to latest.

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


More information about the webkit-unassigned mailing list