Skip to content

Commit

Permalink
Copy some guidance from teh sites page to src/README about when to ad…
Browse files Browse the repository at this point in the history
…d new directories.

Change-Id: Ibd9edc2f826f3a6a0cd4014fccf9308fd3791285
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2080076
Commit-Queue: John Abd-El-Malek <jam@chromium.org>
Reviewed-by: Scott Violet <sky@chromium.org>
Cr-Commit-Position: refs/heads/master@{#745596}
  • Loading branch information
John Abd-El-Malek authored and Commit Bot committed Feb 28, 2020
1 parent 2e5b95d commit efba533
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,8 @@ Documentation in the source is rooted in [docs/README.md](docs/README.md).

Learn how to [Get Around the Chromium Source Code Directory Structure
](https://www.chromium.org/developers/how-tos/getting-around-the-chrome-source-code).

For historical reasons, there are some small top level directories. Now the
guidance is that new top level directories are for product (e.g. Chrome,
Android WebView, Ash). Even if these products have multiple executables, the
code should be in subdirectories of the product.

0 comments on commit efba533

Please sign in to comment.