aboutsummaryrefslogtreecommitdiff
path: root/DEPS
diff options
context:
space:
mode:
authorchrisha@chromium.org <chrisha@chromium.org@4c0a9323-5329-0410-9bdc-e9ce6186880e>2014-04-02 21:34:42 +0000
committerchrisha@chromium.org <chrisha@chromium.org@4c0a9323-5329-0410-9bdc-e9ce6186880e>2014-04-02 21:34:42 +0000
commit33a84041e7fd28d597e2fdc00998dc8d1d4009f4 (patch)
tree112298769c098076e50a8f911e8429b01e9e8a42 /DEPS
parentUpdate DEPS to bring in gtest, gmock and GYP. (diff)
downloadbreakpad-33a84041e7fd28d597e2fdc00998dc8d1d4009f4.tar.xz
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
Diffstat (limited to 'DEPS')
-rw-r--r--DEPS4
1 files changed, 2 insertions, 2 deletions
diff --git a/DEPS b/DEPS
index 96a3b823..b3953688 100644
--- a/DEPS
+++ b/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"],
},