summaryrefslogtreecommitdiffstats
path: root/o3d/DEPS
diff options
context:
space:
mode:
authorkbr@google.com <kbr@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-08 21:18:06 +0000
committerkbr@google.com <kbr@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-08 21:18:06 +0000
commit782ce0676a7ab49b411d44a953637ad4805bc4ea (patch)
tree8e9c2b6734753d4a9886f3ce78dc94381e5c88bc /o3d/DEPS
parent397189ee96ffd74d8edd01c2dcfa5708981948cd (diff)
downloadchromium_src-782ce0676a7ab49b411d44a953637ad4805bc4ea.zip
chromium_src-782ce0676a7ab49b411d44a953637ad4805bc4ea.tar.gz
chromium_src-782ce0676a7ab49b411d44a953637ad4805bc4ea.tar.bz2
Rolled forward O3D's Chromium DEPS to match the Skia roll-forward in
the last CL, which broke the Linux build due to version mismatches. Thanks to tschmelcher for help with the Linux changes. Built and tested O3D on Windows, Linux and Mac OS X. BUG=none TEST=none Review URL: http://codereview.chromium.org/2952001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51895 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'o3d/DEPS')
-rw-r--r--o3d/DEPS24
1 files changed, 12 insertions, 12 deletions
diff --git a/o3d/DEPS b/o3d/DEPS
index 76db5bc..62cb157 100644
--- a/o3d/DEPS
+++ b/o3d/DEPS
@@ -3,15 +3,15 @@ vars = {
"nixysa_rev": "69",
# When updating the chromium rev, you must also update the nss and sqlite
# revs to match the version pulled-in by Chromium's own DEPS in the new rev.
- "chromium_rev": "37758",
+ "chromium_rev": "51794",
"chromium_breakpad_rev": "47985",
"o3d_code_rev": "207",
"skia_rev": "586",
"gyp_rev": "820",
- "gtest_rev": "359",
+ "gtest_rev": "408",
"gflags_rev": "30",
"breakpad_rev": "604",
- "v8_rev": "3608",
+ "v8_rev": "5017",
"nacl_rev": "2500",
}
@@ -96,7 +96,7 @@ deps = {
Var("chromium_trunk") + "/src/third_party/modp_b64@" + Var("chromium_rev"),
"chrome/third_party/wtl":
- Var("chromium_trunk") + "/src/chrome/third_party/wtl@" + Var("chromium_rev"),
+ Var("chromium_trunk") + "/src/third_party/wtl@" + Var("chromium_rev"),
"third_party/zlib":
Var("chromium_trunk") + "/src/third_party/zlib@" + Var("chromium_rev"),
@@ -137,6 +137,14 @@ deps = {
"testing/gmock":
Var("chromium_trunk") + "/src/testing/gmock@" + Var("chromium_rev"),
+ # Dependency of chrome base
+ "third_party/nss":
+ Var("chromium_trunk") + "/deps/third_party/nss@48440",
+
+ # Dependency of nss, even though its DEPS fail to mention that.
+ "third_party/sqlite":
+ Var("chromium_trunk") + "/src/third_party/sqlite@51584",
+
# Stuff needed for GYP to run
"build":
Var("chromium_trunk") + "/src/build@" + Var("chromium_rev"),
@@ -155,14 +163,6 @@ deps_os = {
"third_party/python_24":
Var("chromium_trunk") + "/deps/third_party/python_24@19441",
-
- # Dependency of chrome base
- "third_party/nss":
- Var("chromium_trunk") + "/deps/third_party/nss@36871",
-
- # Dependency of nss, even though its DEPS fail to mention that.
- "third_party/sqlite":
- Var("chromium_trunk") + "/src/third_party/sqlite@31834",
},
"unix": {
# Linux, really.