There are xcode project files in Chromium code, and you will find that WebKit has its own xcodeproj files. Please note that Chromium WebKit is regularly merged with the WebKit website and goes back to its changes. Actually, I donβt understand why you want to solve the problem of extracting WebKit from the Chromium tree, and not getting it from the head of WebKit. However, you can grab the {$ chromium_trunk} / src / third_party / WebKit directory to get the version of Chromium WebKit. There are no dependencies on the Chromium browser code, so this will not be a problem.
What are you trying to get from this; rendering engine or browser? The ambiguity in your question leaves a lot of confusion in the interpretation.
If you look at the built-in browsers, you can check the Android WebKit browser. Android is also open source.
source share