No description
Find a file
Cheng Zhao 87dbf82d83 Pass brightray.gypi via parameters.
We need to make sure node.gyp can get variables in brightray.gypi, this
needs minimum modifications.
2013-04-12 21:17:54 +08:00
app Initial empty browser. 2013-04-12 10:14:23 +08:00
browser Set our WebKit preferences. 2013-04-12 20:48:02 +08:00
common Implement generic native window class. 2013-04-12 15:04:46 +08:00
renderer Initial empty browser. 2013-04-12 10:14:23 +08:00
script Pass brightray.gypi via parameters. 2013-04-12 21:17:54 +08:00
vendor Handle keyboard events with AtomEventProcessingWindow. 2013-04-12 20:31:15 +08:00
.gitignore Steal ChromeEventProcessingWindow from chrome. 2013-04-12 15:24:36 +08:00
.gitmodules Initial empty browser. 2013-04-12 10:14:23 +08:00
atom.gyp Pass brightray.gypi via parameters. 2013-04-12 21:17:54 +08:00
LICENSE Initial empty browser. 2013-04-12 10:14:23 +08:00
README.md Initial empty browser. 2013-04-12 10:14:23 +08:00

Atom Shell

Experimental native layer for the Atom.

Development

One-time setup

You must previously have built and uploaded libchromiumcontent using its script/upload script.

$ script/bootstrap http://base.url.com/used/by/script/upload

Building

$ script/build

This will build the app into the build directory.

License

See the LICENSE file.