diff options
author | tschmelcher@chromium.org <tschmelcher@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-22 00:11:59 +0000 |
---|---|---|
committer | tschmelcher@chromium.org <tschmelcher@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-22 00:11:59 +0000 |
commit | af4acda6cc24136f95d9ab99841b759a71687c2f (patch) | |
tree | d47ea7e11caed8bbd8219ce4ff042fabdff0a9b0 /o3d/DEPS | |
parent | 5fe1572eaaec0f18f8126b9d6d48e7f575e9bcb2 (diff) | |
download | chromium_src-af4acda6cc24136f95d9ab99841b759a71687c2f.zip chromium_src-af4acda6cc24136f95d9ab99841b759a71687c2f.tar.gz chromium_src-af4acda6cc24136f95d9ab99841b759a71687c2f.tar.bz2 |
Linux: Update DEPS to pick up statically linked libGLEW.
BUG=none
TEST=built and ran O3D on Linux (64-bit)
Review URL: http://codereview.chromium.org/3978003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63452 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'o3d/DEPS')
-rw-r--r-- | o3d/DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ vars = { # revs to match the version pulled-in by Chromium's own DEPS in the new rev. "chromium_rev": "51794", "chromium_breakpad_rev": "47985", - "o3d_code_rev": "213", + "o3d_code_rev": "226", "skia_rev": "586", "gyp_rev": "820", "gtest_rev": "408", |