Fix build issues with including <unicode/utf8.h> on case-insensitive filesystems

On case insensitive filesystems, the include path <unicode/utf8.h> was getting
resolved to Source/WTF/wtf/unicode/UTF8.h, which is not what the includer ever
wanted. To resolve this, this avoids exposing the Source/WTF/wtf and other
WTF-internal include dirs to code that merely depends on WTF, like
JavaScriptCore, and manually inserts the ICU include dirs earlier into the
include path for targets inside WTF.

Change-Id: I2f05d64f8348a4983e428492c1279be0c33fdeb6
1 file changed
tree: 075c6ed98e21cb2614c8b770f88577d5e3c497a5
  1. DerivedSources/
  2. Examples/
  3. ManualTests/
  4. Source/
  5. Tools/
  6. WebKit.xcworkspace/
  7. WebKitLibraries/
  8. .dir-locals.el
  9. .gitattributes
  10. .gitignore
  11. BUILD.gn
  12. ChangeLog
  13. ChangeLog-2012-05-22
  14. CMakeLists.txt
  15. JavaScriptCore.gni
  16. JavaScriptCore_inspectorDerivedSources.gni
  17. JavaScriptCoreDerivedSources.gni
  18. Makefile
  19. Makefile.shared
  20. MiniBrowser.gni
  21. README.md
  22. WebCore.gni
  23. WebCoreDerivedSources.gni
  24. WebKit.gni
  25. 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 Magenta and Fuchsia.

cd third_party/webkit/Tools/fuchsia
./build_all.sh
./build_webkit.sh -r

At the Magenta prompt:

mb /system/docs/hello.html