mirror of
https://github.com/yuzu-emu/breakpad.git
synced 2025-08-03 22:01:00 +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
4
DEPS
4
DEPS
|
@ -46,7 +46,7 @@ deps = {
|
||||||
"http://protobuf.googlecode.com/svn/trunk@407",
|
"http://protobuf.googlecode.com/svn/trunk@407",
|
||||||
|
|
||||||
# GYP project generator.
|
# 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.
|
# Linux syscall support.
|
||||||
"src/src/third_party/lss":
|
"src/src/third_party/lss":
|
||||||
|
@ -59,7 +59,7 @@ hooks = [
|
||||||
# --no-circular-check.
|
# --no-circular-check.
|
||||||
"pattern": ".",
|
"pattern": ".",
|
||||||
"action": ["python",
|
"action": ["python",
|
||||||
"src/src/tools/gyp/gyp",
|
"src/src/tools/gyp/gyp_main.py",
|
||||||
"--no-circular-check",
|
"--no-circular-check",
|
||||||
"src/src/client/windows/breakpad_client.gyp"],
|
"src/src/client/windows/breakpad_client.gyp"],
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue