-
Notifications
You must be signed in to change notification settings - Fork 11
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
Upstreaming effort #92
Comments
@jbeich Thanks for the link. Does anyone see any sense in having the bsd's(free/open/net) and anyone else who needs it work on a centralized patched chrome tree? I know that a big question. |
I think there's a lot of value in having a Chromium repo that regularly merges from upstream and carries support for other platforms. Electron, for example, keeps getting requests to support more than the big three platforms and having a repo that they could use as their upstream, rather than requiring them to depend on Chromium + random patches for every other platform, would help. |
Note that this repository is outdated, the current one is at https://github.com/freebsd/chromium.git |
It would be nice to keep the upstreaming effort to minimize the divergence.
For example, a file used in BSD is recently garbage collected because it cannot be reached from any GN files upstream. Ref: https://codereview.chromium.org/2876623002/
The text was updated successfully, but these errors were encountered: