Move all chromium's code under chromium_src.

This commit is contained in:
Cheng Zhao 2014-06-29 05:53:24 +00:00
parent 1f99a97544
commit 64bf1bcb9f
39 changed files with 594 additions and 53 deletions

View file

@ -38,7 +38,7 @@ to understand the source code better.
* **api** - The implementation of common APIs, and foundations of
atom-shell's built-in modules.
* **lib** - Javascript part of the API implementation.
* **chrome** - Source code modified from Chromium's `chrome` component.
* **chromium_src** - Source code that copied from Chromium.
* **docs** - Documentations.
* **spec** - Automatic tests.
* **atom.gyp** - Building rules of atom-shell.