diff options
author | skyostil@chromium.org <skyostil@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-08-14 16:49:43 +0000 |
---|---|---|
committer | skyostil@chromium.org <skyostil@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-08-14 16:49:43 +0000 |
commit | f33031ebfc2cd25d52f3bd9f3d7344aa715c56bf (patch) | |
tree | 17e391ad140bcdbefa4bca07d04f334f89ec8b5e /DEPS | |
parent | 9e157272d229dc438fae001d3cc07217fd84a8de (diff) | |
download | chromium_src-f33031ebfc2cd25d52f3bd9f3d7344aa715c56bf.zip chromium_src-f33031ebfc2cd25d52f3bd9f3d7344aa715c56bf.tar.gz chromium_src-f33031ebfc2cd25d52f3bd9f3d7344aa715c56bf.tar.bz2 |
Roll WebGL conformance tests from 217097 to 217526 to pick up a fix for video playback
BUG=112928
TBR=kbr@chromium.org
Review URL: https://chromiumcodereview.appspot.com/23046005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@217568 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -152,7 +152,7 @@ deps = { # When roll to another webgl conformance tests revision, please goto # chrome/test/gpu and run generate_webgl_conformance_test_list.py. "src/third_party/webgl_conformance": - "/trunk/deps/third_party/webgl/sdk/tests@217097", + "/trunk/deps/third_party/webgl/sdk/tests@217526", "src/third_party/swig/Lib": "/trunk/deps/third_party/swig/Lib@" + Var("swig_revision"), |