chore: [gn] remove vendor/ from windows include paths (#13432)

This commit is contained in:
Jeremy Apthorp 2018-06-26 07:03:56 +02:00 committed by Samuel Attard
parent 418c4e170c
commit 4255384abc
3 changed files with 4 additions and 8 deletions

View file

@ -8,10 +8,6 @@
#include "base/logging.h"
extern "C" {
#include "vendor/node/deps/uv/src/win/internal.h"
}
namespace atom {
NodeBindingsWin::NodeBindingsWin(BrowserEnvironment browser_env)