Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(430)

Side by Side Diff: docs/new_port_policy.md

Issue 2909733002: Add information on the requirements for a new Chromium port. (Closed)
Patch Set: Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « build/build_config.h ('k') | tools/gn/args.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # Policy for Adding a New Port
2
3 Since every new port for Chromium has a maintenance cost, here are some guidelin es for when the project will accept a new port.
4
5 ## Expectations
6
7 * Ports should represent a significant ongoing investment to established platf orms, rather than hobby or experimental code.
8 * These will not have bots on Google-run waterfalls (even FYI).
9 * Chromium engineers are not expected to maintain them.
10 * As much as possible, try to use existing branches/ifdefs.
11 * While changes in src/base are unavoidable, higher level directories shouldnÂ’ t have to change. i.e. existing porting APIs should be used. We would not accept new rendering pipelines as an example.
12 * Send an email to [src/OWNERS](https://chromium.googlesource.com/chromium/src /+/master/ENG_REVIEW_OWNERS) for approval.
OLDNEW
« no previous file with comments | « build/build_config.h ('k') | tools/gn/args.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698