Chromium 63 - upgrade to Node v9.7.0 (#12219)

* OPENSSL_PRODUCT => openssl_product

* node => node_lib and V8_BASE => v8_base

* build node target for <(node_lib_target_name)

* update node ref

* update node::Environment::TickInfo calls

* update node ref

* Use InternalCallbackScope for ticking event loop

* enter context scope before InternalCallbackScope

* don't lint v8 platform header
This commit is contained in:
Shelley Vohr 2018-03-12 16:08:43 +09:00 committed by Aleksei Kuzmin
parent ecefe41728
commit 7e7634d344

View file

@ -6,7 +6,7 @@
#define ATOM_COMMON_NODE_INCLUDES_H_
#include "base/logging.h"
#include "v8-platform.h"
#include "v8-platform.h" // NOLINT
// Include common headers for using node APIs.