commit | 2c4a8028578da85b15ae2cdcfde1271a99a7e1d0 | [log] [tgz] |
---|---|---|
author | Bryce Lee <brycelee@google.com> | Wed Oct 03 14:21:34 2018 -0700 |
committer | Bryce Lee <brycelee@google.com> | Wed Oct 03 14:31:54 2018 -0700 |
tree | 03cfc8bd3779b023af1abec4e562e457b43abfc9 | |
parent | 4de3d0194d6a3796161a4b0fc9f473bb273a8034 [diff] |
[WebKit] Set C++ STD library to 14. The build breaks with library version set to 17 Test: Successfully built pre-built. Change-Id: I5c46aa4058f4df21754fc4dd5f122e6b3957bede
This repository contains a copy of the WebKit web rendering engine. HTML rendering is needed on Fuchsia in order to authenticate with various authentication providers. This WebKit-based solution is meant as a stopgap until Chromium is ported to Fuchsia.
Before building webkit, follow the build instructions for Zircon and Fuchsia.
cd third_party/webkit/Tools/fuchsia ./build_all.sh ./build_webkit.sh -r
At the Zircon prompt:
mb /system/docs/hello.html
Webkit and its dependencies are provided as a pre-built shared library to the rest of the Fuchsia build. Care must be take when making changes to Source/WebKit/fuchsia/WebView.h to make sure that //topaz/runtime/web_view is compatible with it both with the existing prebuilt and the changes.
2018-04-10 - Trigger a build using the new infra recipe