refactor: dynamically search defines from node (#30563)

This commit is contained in:
Cheng Zhao
2021-08-19 05:34:15 +09:00
committed by GitHub
parent ec13a0b0e6
commit 8699124397
8 changed files with 59 additions and 109 deletions

View File

@@ -3,9 +3,9 @@
// found in the LICENSE file.
#include "shell/common/node_util.h"
#include "base/logging.h"
#include "shell/common/node_includes.h"
#include "third_party/electron_node/src/node_native_module_env.h"
namespace electron {