diff options
author | mark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-09 22:41:04 +0000 |
---|---|---|
committer | mark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-09 22:41:04 +0000 |
commit | 76477871b30938124add005d5df27c0ffb544ee4 (patch) | |
tree | 23c3f20fdccde9cb0f01b14352ba3c9dc3bed449 /DEPS | |
parent | d326f04d9e8e6ef06484d5dfdcdb091e48123dfd (diff) | |
download | chromium_src-76477871b30938124add005d5df27c0ffb544ee4.zip chromium_src-76477871b30938124add005d5df27c0ffb544ee4.tar.gz chromium_src-76477871b30938124add005d5df27c0ffb544ee4.tar.bz2 |
Update GYP to r781 to pick up:
r781: Make IsPathSection treat sections that end in certain trailing characters
such as ! (exclude lists) as path sections.
Also includes:
r780: Adding more possible msvs locations so that gyp-xp buildbot can find
devenv. Also, permuting the order so that vs2008 is preferred (to match gyp).
This change made the gyp-xp go green when applied manually.
r779: Make generator: Remove duplicate library entries.
BUG=gyp 138
TEST=none
Review URL: http://codereview.chromium.org/602007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@38526 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -37,7 +37,7 @@ deps = { "http://protobuf.googlecode.com/svn/trunk@305", "src/tools/gyp": - "http://gyp.googlecode.com/svn/trunk@778", + "http://gyp.googlecode.com/svn/trunk@781", "src/v8": "http://v8.googlecode.com/svn/trunk@3781", |