From 245b3cd59ab5f548431b73ddb71a3e9a38a58d95 Mon Sep 17 00:00:00 2001 From: "sgk@google.com" Date: Tue, 31 Mar 2009 01:12:14 +0000 Subject: DEPS roll to get latest gyp rev. Also, Windows update to common.gypi to accommodate msvs.py change in gyp r405. Review URL: http://codereview.chromium.org/57026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12830 0039d316-1c4b-4281-b951-d872f2087c98 --- DEPS | 2 +- build/common.gypi | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/DEPS b/DEPS index 157abb9..3fbc13a 100644 --- a/DEPS +++ b/DEPS @@ -26,7 +26,7 @@ deps = { # TODO(mark): Remove once this has moved into depot_tools. "src/tools/gyp": - "http://gyp.googlecode.com/svn/trunk@404", + "http://gyp.googlecode.com/svn/trunk@408", "src/v8": "http://v8.googlecode.com/svn/trunk@1642", diff --git a/build/common.gypi b/build/common.gypi index d3709ac..5ff11c5 100644 --- a/build/common.gypi +++ b/build/common.gypi @@ -291,7 +291,7 @@ }, 'VCResourceCompilerTool': { 'Culture' : '1033', - 'AdditionalIncludeDirectories': '<(DEPTH)', + 'AdditionalIncludeDirectories': ['<(DEPTH)'], }, }, }, -- cgit v1.1