Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GN fixes and initial work for Windows #1517

Draft
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

compnerd
Copy link
Contributor

No description provided.

This updates the build rules for GN to bring the library list in sync
partially by removing libraries which no longer exist in the tree. This
is required to make forward progress on building with GN (with the hope
of using this to build for Windows).
This file seems to be removed from the source tree. Remove the
associated data processing for the build.
This library is not built with GN yet, so remove the reference.
These are no longer in the tree, remove the references to them and the
use of them.
These libraries referenced files which no longer are present in the
source tree preventing an initial run of ninja to identify commands.
Update them to match the current tree layout. With this, we can get
`ninja -C Build\ladybird` to start.
This updates the environment variables that are passed along to the tool
to run this build command.
The build assumed QT or AppKit are the only build UI frameworks. This
extends the default assumption away from that to start experimenting
with building on other platforms.
The file is not committed to disk until the close which occurs at the
termination of the scope. Extract the `rename` to outside the scope
allowing this to work on Windows.
@compnerd
Copy link
Contributor Author

CC: @ADKaster who is working on a similar set of changes

@ADKaster
Copy link
Member

Ha! I do happen to have most of these changes either in my branch or locally. Major difference being renaming LibProtocol to LibRequests (which is the change I actually made) rather than removing it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants