diff options
author | bradnelson@chromium.org <bradnelson@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-04 21:11:43 +0000 |
---|---|---|
committer | bradnelson@chromium.org <bradnelson@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-04 21:11:43 +0000 |
commit | 5c965ddc13bc145426c6c4618c03e683d812adc6 (patch) | |
tree | f6a3ca53f2735539e5a92b48c37c5d4316de5678 | |
parent | fb3b1097c848f564a2f79cc0fef526f74ae85297 (diff) | |
download | chromium_src-5c965ddc13bc145426c6c4618c03e683d812adc6.zip chromium_src-5c965ddc13bc145426c6c4618c03e683d812adc6.tar.gz chromium_src-5c965ddc13bc145426c6c4618c03e683d812adc6.tar.bz2 |
Rolling in newer gyp.
Doing it in baby steps to isolate incredibuild incompatibility.
BUG=None
TEST=None
TBR=gregoryd
Review URL: http://codereview.chromium.org/197029
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25514 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | DEPS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -29,12 +29,12 @@ deps = { "src/third_party/hunspell": "/trunk/deps/third_party/hunspell128@24986", - + "src/third_party/protobuf2/src": "http://protobuf.googlecode.com/svn/trunk@219", "src/tools/gyp": - "http://gyp.googlecode.com/svn/trunk@601", + "http://gyp.googlecode.com/svn/trunk@604", "src/v8": "http://v8.googlecode.com/svn/trunk@2811", |