mirror of
https://github.com/yuzu-emu/breakpad
synced 2024-11-22 16:03:58 +00:00
Update GYP dependency to r1886.
This updates both svn:external and DEPS. This version of GYP is able to produce VS2013 project files. R=mark@chromium.org Review URL: https://breakpad.appspot.com/1394002 git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@1298 4c0a9323-5329-0410-9bdc-e9ce6186880e
This commit is contained in:
parent
983af7cce4
commit
33a84041e7
1 changed files with 2 additions and 2 deletions
4
DEPS
4
DEPS
|
@ -46,7 +46,7 @@ deps = {
|
|||
"http://protobuf.googlecode.com/svn/trunk@407",
|
||||
|
||||
# GYP project generator.
|
||||
"src/src/tools/gyp": "http://gyp.googlecode.com/svn/trunk@1472",
|
||||
"src/src/tools/gyp": "http://gyp.googlecode.com/svn/trunk@1886",
|
||||
|
||||
# Linux syscall support.
|
||||
"src/src/third_party/lss":
|
||||
|
@ -59,7 +59,7 @@ hooks = [
|
|||
# --no-circular-check.
|
||||
"pattern": ".",
|
||||
"action": ["python",
|
||||
"src/src/tools/gyp/gyp",
|
||||
"src/src/tools/gyp/gyp_main.py",
|
||||
"--no-circular-check",
|
||||
"src/src/client/windows/breakpad_client.gyp"],
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue