mirror of
https://github.com/chromium/crashpad.git
synced 2025-03-09 22:26:06 +00:00
Use DEPS hooks to get gn binaries from buildtools
Otherwise: [2d68949...]D:\src\crashpad\crashpad>gn gen out\Debug gn.py: Could not find gn executable at: D:\src\crashpad\buildtools\win\gn.exe I have no idea why these binaries aren't just checked into buildtools, but anyway. BUG=crashpad:79 Change-Id: If2f21a7e7f795910809de7d3595ab6a5ffee9dc7 Reviewed-on: https://chromium-review.googlesource.com/424847 Reviewed-by: Mark Mentovai <mark@chromium.org>
This commit is contained in:
parent
2d68949f7f
commit
f9b3a18f3f
28
DEPS
28
DEPS
@ -51,7 +51,6 @@ hooks = [
|
|||||||
'--no_resume',
|
'--no_resume',
|
||||||
'--no_auth',
|
'--no_auth',
|
||||||
'--bucket=chromium-clang-format',
|
'--bucket=chromium-clang-format',
|
||||||
'--output=buildtools/mac/clang-format',
|
|
||||||
'--sha1_file',
|
'--sha1_file',
|
||||||
'buildtools/mac/clang-format.sha1',
|
'buildtools/mac/clang-format.sha1',
|
||||||
],
|
],
|
||||||
@ -65,11 +64,36 @@ hooks = [
|
|||||||
'--no_resume',
|
'--no_resume',
|
||||||
'--no_auth',
|
'--no_auth',
|
||||||
'--bucket=chromium-clang-format',
|
'--bucket=chromium-clang-format',
|
||||||
'--output=buildtools/win/clang-format.exe',
|
|
||||||
'--sha1_file',
|
'--sha1_file',
|
||||||
'buildtools/win/clang-format.exe.sha1',
|
'buildtools/win/clang-format.exe.sha1',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
'name': 'gn_mac',
|
||||||
|
'pattern': '.',
|
||||||
|
'action': [
|
||||||
|
'download_from_google_storage',
|
||||||
|
'--platform=^darwin$',
|
||||||
|
'--no_resume',
|
||||||
|
'--no_auth',
|
||||||
|
'--bucket=chromium-gn',
|
||||||
|
'--sha1_file',
|
||||||
|
'buildtools/mac/gn.sha1',
|
||||||
|
],
|
||||||
|
},
|
||||||
|
{
|
||||||
|
'name': 'gn_win',
|
||||||
|
'pattern': '.',
|
||||||
|
'action': [
|
||||||
|
'download_from_google_storage',
|
||||||
|
'--platform=^win32$',
|
||||||
|
'--no_resume',
|
||||||
|
'--no_auth',
|
||||||
|
'--bucket=chromium-gn',
|
||||||
|
'--sha1_file',
|
||||||
|
'buildtools/win/gn.exe.sha1',
|
||||||
|
],
|
||||||
|
},
|
||||||
{
|
{
|
||||||
'name': 'gyp',
|
'name': 'gyp',
|
||||||
'pattern': '\.gypi?$',
|
'pattern': '\.gypi?$',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user