diff options
author | gspencer@google.com <gspencer@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-13 21:45:25 +0000 |
---|---|---|
committer | gspencer@google.com <gspencer@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-13 21:45:25 +0000 |
commit | 0a120648a29760babef8d4eea496ee53c21aa99c (patch) | |
tree | 404e38e407bf731f71a70084643c418309a8499f /o3d/DEPS_gyp | |
parent | df0d9880016f04f8ee26b81843fe8b57807f9e12 (diff) | |
download | chromium_src-0a120648a29760babef8d4eea496ee53c21aa99c.zip chromium_src-0a120648a29760babef8d4eea496ee53c21aa99c.tar.gz chromium_src-0a120648a29760babef8d4eea496ee53c21aa99c.tar.bz2 |
Update the DEPS file for GYP build to match some recent changes in
"real" DEPS file.
Review URL: http://codereview.chromium.org/151188
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20546 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'o3d/DEPS_gyp')
-rw-r--r-- | o3d/DEPS_gyp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/o3d/DEPS_gyp b/o3d/DEPS_gyp index d73b26a..20479c1 100644 --- a/o3d/DEPS_gyp +++ b/o3d/DEPS_gyp @@ -2,7 +2,7 @@ vars = { "chromium_trunk": "http://src.chromium.org/svn/trunk", "nixysa_rev": "25", - "chromium_rev": "19057", + "chromium_rev": "19644", "o3d_code_rev": "93", } @@ -52,7 +52,7 @@ deps = { # Stuff from the Chromium tree. "third_party/skia": - "http://skia.googlecode.com/svn/trunk@233", + "http://skia.googlecode.com/svn/trunk@239", "third_party/boost": Var("chromium_trunk") + "/src/third_party/boost@" + Var("chromium_rev"), @@ -70,7 +70,7 @@ deps = { Var("chromium_trunk") + "/src/third_party/zlib@" + Var("chromium_rev"), "v8": - "http://v8.googlecode.com/svn/trunk@2249", + "http://v8.googlecode.com/svn/trunk@2291", "testing": Var("chromium_trunk") + "/src/testing@" + Var("chromium_rev"), @@ -116,7 +116,7 @@ deps = { Var("chromium_trunk") + "/src/build@" + Var("chromium_rev"), "tools/gyp": - "http://gyp.googlecode.com/svn/trunk@525", + "http://gyp.googlecode.com/svn/trunk@532", } deps_os = { @@ -125,7 +125,7 @@ deps_os = { "/trunk/deps/third_party/cygwin@11984", "third_party/python_24": - Var("chromium_trunk") + "/deps/third_party/python_24@7444", + Var("chromium_trunk") + "/deps/third_party/python_24@19441", }, } |