Add brightray to src code structure (#11878)
* add brightray to src code structure * try new code flag
This commit is contained in:
parent
efb44050db
commit
647d04cf92
1 changed files with 11 additions and 10 deletions
|
@ -9,7 +9,7 @@ to understand the source code better.
|
|||
|
||||
## Structure of Source Code
|
||||
|
||||
```sh
|
||||
```diff
|
||||
Electron
|
||||
├── atom/ - C++ source code.
|
||||
| ├── app/ - System entry code.
|
||||
|
@ -30,6 +30,7 @@ Electron
|
|||
| loop into Chromium's message loop.
|
||||
| └── api/ - The implementation of common APIs, and foundations of
|
||||
| Electron's built-in modules.
|
||||
├── brightray/ - Thin shim over libcc that makes it easier to use.
|
||||
├── chromium_src/ - Source code copied from Chromium. See below.
|
||||
├── default_app/ - The default page to show when Electron is started without
|
||||
| providing an app.
|
||||
|
|
Loading…
Add table
Reference in a new issue