electron/lib
Thiago de Arruda 72154b64ed Embed setup bundle for preload scripts in sandboxed renderers.
Add a gyp target that creates a browserify bundle starting with
`lib/sandboxed_renderer/init.js`, which is embedded into the executable using
the `atom_js2c` target.

The goal of this bundle is to provide a very basic environment for preload
scripts where a `require` function is available.
2016-09-27 06:01:47 -03:00
..
browser Add browser side support for reading files from renderer. 2016-09-27 06:01:46 -03:00
common 🎨 2016-09-16 11:41:53 -07:00
renderer Move code that defines ipcRenderer methods into another file. 2016-09-27 06:01:46 -03:00
sandboxed_renderer Embed setup bundle for preload scripts in sandboxed renderers. 2016-09-27 06:01:47 -03:00