From 33a84041e7fd28d597e2fdc00998dc8d1d4009f4 Mon Sep 17 00:00:00 2001 From: "chrisha@chromium.org" Date: Wed, 2 Apr 2014 21:34:42 +0000 Subject: 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 --- DEPS | 4 ++-- 1 file 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"], }, -- cgit v1.2.1