Fix up #includes to work with both GYP and GN
This commit is contained in:
parent
1cc5492784
commit
73ac019882
13 changed files with 28 additions and 26 deletions
|
@ -11,8 +11,8 @@
|
|||
#include "base/process/process_metrics.h"
|
||||
#include "base/strings/string16.h"
|
||||
#include "native_mate/arguments.h"
|
||||
#include "uv.h" // NOLINT(build/include)
|
||||
#include "v8/include/v8.h"
|
||||
#include "vendor/node/deps/uv/include/uv.h"
|
||||
|
||||
namespace node {
|
||||
class Environment;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue