Atom Shell -> Electron

This commit is contained in:
Kevin Sawicki 2015-04-08 10:16:10 -07:00
parent 6ca4623ae1
commit 6615ef1054
11 changed files with 18 additions and 18 deletions

View file

@ -27,7 +27,7 @@ using content::BrowserThread;
#define REFERENCE_MODULE(name) \
extern "C" void _register_ ## name(void); \
void (*fp_register_ ## name)(void) = _register_ ## name
// Atom Shell's builtin modules.
// Electron's builtin modules.
REFERENCE_MODULE(atom_browser_app);
REFERENCE_MODULE(atom_browser_auto_updater);
REFERENCE_MODULE(atom_browser_content_tracing);