UNPKG

gn-node

Version:

Node.js native addon build tool with GN.

13 lines (9 loc) 253 B
module.exports = exports = gen; var gnUtil = require('./util') function gen(commandArgs) { // Run 'gn gen'. gnUtil.preprocessGnArgs(commandArgs); console.log('Run gn: ' + commandArgs.join(' ')); // TODO: gnUtil.runGnCommand(commandArgs); }