diff options
author | gspencer@google.com <gspencer@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-08 23:15:33 +0000 |
---|---|---|
committer | gspencer@google.com <gspencer@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-08 23:15:33 +0000 |
commit | 34a78113d3d72c01aa415658e113313fcd48aa03 (patch) | |
tree | a605ef80b9b27ef7c04519456ee2840ce58bcba2 /o3d | |
parent | e231303475899ba94404dacbb8bb9e7c3ef29738 (diff) | |
download | chromium_src-34a78113d3d72c01aa415658e113313fcd48aa03.zip chromium_src-34a78113d3d72c01aa415658e113313fcd48aa03.tar.gz chromium_src-34a78113d3d72c01aa415658e113313fcd48aa03.tar.bz2 |
This fixes the build by making all the sub-package
revision numbers be the same as the revisions called
for by the Chrome DEPS file at the same rev as chomium_rev.
Review URL: http://codereview.chromium.org/265049
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28477 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'o3d')
-rw-r--r-- | o3d/DEPS_gyp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/o3d/DEPS_gyp b/o3d/DEPS_gyp index 6421f0f..cd0b462 100644 --- a/o3d/DEPS_gyp +++ b/o3d/DEPS_gyp @@ -4,11 +4,11 @@ vars = { "chromium_rev": "28458", "o3d_code_rev": "149", "skia_rev": "376", - "gyp_rev": "682", - "gtest_rev": "267", + "gyp_rev": "685", + "gtest_rev": "329", "gflags_rev": "30", "breakpad_rev": "391", - "v8_rev": "2901", + "v8_rev": "3030", "nacl_rev": "823", } |