summaryrefslogtreecommitdiffstats
path: root/DEPS
diff options
context:
space:
mode:
authorfloppymaster@gmail.com <floppymaster@gmail.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-07-12 18:10:20 +0000
committerfloppymaster@gmail.com <floppymaster@gmail.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-07-12 18:10:20 +0000
commit3d8cbce75c6ba76c8711ee8a1148ff143be84185 (patch)
tree9e4c7bb4bc2af4b342277d9dee3cde4a000e1209 /DEPS
parent068b6131a1e441b6006470aa3e58f0674be2ef45 (diff)
downloadchromium_src-3d8cbce75c6ba76c8711ee8a1148ff143be84185.zip
chromium_src-3d8cbce75c6ba76c8711ee8a1148ff143be84185.tar.gz
chromium_src-3d8cbce75c6ba76c8711ee8a1148ff143be84185.tar.bz2
Update gyp to r937 to pick up a fix for linux 3
BUG=85845 TEST=Run gyp_chromium on a linux 3 system (I have not done this) Review URL: http://codereview.chromium.org/7285045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92202 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r--DEPS2
1 files changed, 1 insertions, 1 deletions
diff --git a/DEPS b/DEPS
index c1aee33..23a22f6 100644
--- a/DEPS
+++ b/DEPS
@@ -76,7 +76,7 @@ deps = {
(Var("googlecode_url") % "snappy") + "/trunk@37",
"src/tools/gyp":
- (Var("googlecode_url") % "gyp") + "/trunk@933",
+ (Var("googlecode_url") % "gyp") + "/trunk@937",
"src/v8":
(Var("googlecode_url") % "v8") + "/trunk@" + Var("v8_revision"),