Refactor sandboxed renderer init scripts

This change gives sandboxed renderer scripts a similar structure to what already
exists in the lib/{browser,renderer,common} directories.

It also allows sandboxed renderer initialization to share more code with
non-sandboxed renderers (ipcRenderer is now imported directly from
lib/renderer/api/ipc-renderer).
This commit is contained in:
Thiago de Arruda 2017-02-27 14:14:36 -03:00
parent 2b8203e383
commit cd05834d96
6 changed files with 77 additions and 37 deletions

View file

@ -34,7 +34,7 @@ namespace atom {
namespace {
const std::string kIpcKey = "ipc";
const std::string kIpcKey = "ipcNative";
const std::string kModuleCacheKey = "native-module-cache";