[WebKit] Set C++ STD library to 14.

The build breaks with library version set to 17

Test: Successfully built pre-built.
Change-Id: I5c46aa4058f4df21754fc4dd5f122e6b3957bede
1 file changed
tree: 03cfc8bd3779b023af1abec4e562e457b43abfc9
  1. DerivedSources/
  2. Examples/
  3. ManualTests/
  4. packages/
  5. Source/
  6. Tools/
  7. WebKit.xcworkspace/
  8. WebKitLibraries/
  9. .dir-locals.el
  10. .gitattributes
  11. .gitignore
  12. BUILD.gn
  13. ChangeLog
  14. ChangeLog-2012-05-22
  15. CMakeLists.txt
  16. JavaScriptCore.gni
  17. JavaScriptCore_inspectorDerivedSources.gni
  18. JavaScriptCoreDerivedSources.gni
  19. Makefile
  20. Makefile.shared
  21. MiniBrowser.gni
  22. README.md
  23. WebCore.gni
  24. WebCoreDerivedSources.gni
  25. WebKit.gni
  26. wtf.gni
README.md

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.

Building

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

Prebuilts

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.

Rebuilds

2018-04-10 - Trigger a build using the new infra recipe