Add our own built-in native module system.
This commit is contained in:
parent
3c96007131
commit
0f6ece2d27
12 changed files with 217 additions and 5 deletions
11
browser/api/atom_extensions.h
Normal file
11
browser/api/atom_extensions.h
Normal file
|
@ -0,0 +1,11 @@
|
|||
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
// Used by atom_extensions.cc to declare a list of built-in modules of Atom.
|
||||
|
||||
NODE_EXT_LIST_START
|
||||
|
||||
NODE_EXT_LIST_ITEM(atom_window)
|
||||
|
||||
NODE_EXT_LIST_END
|
Loading…
Add table
Add a link
Reference in a new issue