forked from Pissandshittium/pissandshittium
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove dependency on base/win/win_util.cc from crashpad.
Fixing the official ASAN builder which fails when chrome_crash_reporter_client_win.cc is compiled with chrome_elf.dll Crashpad is now included as part of chrome_elf and hence it cannot depend on functionality in base or elsewhere which pulls in user32 The ElfImportsTest.ChromeElfSanityCheck is disabled for component builds to fix Dr Memory issues. This reverts commit f546a78. BUG=621460 TBR=robertshield Review-Url: https://codereview.chromium.org/2077323004 Cr-Commit-Position: refs/heads/master@{#400839}
- Loading branch information
ananta
authored and
Commit bot
committed
Jun 20, 2016
1 parent
e93a0d2
commit e10c457
Showing
5 changed files
with
63 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
include_rules = [ | ||
"+sandbox", | ||
"+breakpad/src/client", | ||
"+chrome/app/chrome_crash_reporter_client_win.h", | ||
"+chrome/common/chrome_version.h", | ||
"+chrome/install_static/install_util.h" | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters