build: remove dead symlink from MAS build (#23831)
* build: remove dead symlink from MAS build * chore: new out cache * fix gn check errors Co-authored-by: Cheng Zhao <zcbenz@gmail.com>
This commit is contained in:
parent
673169a7ba
commit
7a216a8fab
10 changed files with 93 additions and 19 deletions
|
@ -22,7 +22,6 @@
|
|||
#include "base/strings/string_split.h"
|
||||
#include "chrome/common/chrome_paths.h"
|
||||
#include "components/content_settings/core/common/content_settings_pattern.h"
|
||||
#include "components/crash/core/app/crashpad.h"
|
||||
#include "components/crash/core/common/crash_key.h"
|
||||
#include "components/crash/core/common/crash_keys.h"
|
||||
#include "content/public/common/content_switches.h"
|
||||
|
@ -64,6 +63,10 @@
|
|||
#include "v8/include/v8.h"
|
||||
#endif
|
||||
|
||||
#if !defined(MAS_BUILD)
|
||||
#include "components/crash/core/app/crashpad.h" // nogncheck
|
||||
#endif
|
||||
|
||||
namespace electron {
|
||||
|
||||
namespace {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue