summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-31 01:12:14 +0000
committersgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-31 01:12:14 +0000
commit245b3cd59ab5f548431b73ddb71a3e9a38a58d95 (patch)
tree57f664cb2af426043a84de8e03450f8f6328453e
parent5b45aec04af2be235787c81369c77d627ebd639a (diff)
downloadchromium_src-245b3cd59ab5f548431b73ddb71a3e9a38a58d95.zip
chromium_src-245b3cd59ab5f548431b73ddb71a3e9a38a58d95.tar.gz
chromium_src-245b3cd59ab5f548431b73ddb71a3e9a38a58d95.tar.bz2
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
-rw-r--r--DEPS2
-rw-r--r--build/common.gypi2
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)'],
},
},
},