I downloaded the chromiums source code in GitHub. I looked through the files but couldn't find the chromium Xcode project. I really want to modify it and make a new web browser. I can't seem to modify or run it. Can you help me run the app and modify it?
如果这个问题不好,对不起,我真的没有那么多时间,因为我必须在5月21日之前上交该应用程序。
You have to generate an Xcode project using GN. Use the command below from
src
folder to build it:Now an Xcode project should be present in
YourBuildFolder
. You might want to disable indexing in Xcode, as it will take ages to for it to finish indexing when opening that project.