diff options
author | mark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-08 21:51:18 +0000 |
---|---|---|
committer | mark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-08 21:51:18 +0000 |
commit | a5b60ce4f55bd0c36c4b1f9c5710b1f5da2ec64b (patch) | |
tree | b761a307b5812c9b1eec195721b828966db53c21 /DEPS | |
parent | 447021cb995e1ec7799eeb893f4c2b7acb30533e (diff) | |
download | chromium_src-a5b60ce4f55bd0c36c4b1f9c5710b1f5da2ec64b.zip chromium_src-a5b60ce4f55bd0c36c4b1f9c5710b1f5da2ec64b.tar.gz chromium_src-a5b60ce4f55bd0c36c4b1f9c5710b1f5da2ec64b.tar.bz2 |
Back out r58861. Move ANGLE back to r402.
This may have caused the following ui_tests failures in debug mode on Windows:
MediaTest.VideoBearTheora
MediaTest.VideoBearSilentWebm
MediaTest.VideoBearSilentTheora
UILayoutTest.MediaUILayoutTest
MediaTest.VideoBearWebm
BUG=0
TEST=tests
TBR=apatrick@chromium.org
Review URL: http://codereview.chromium.org/3295021
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58878 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -32,7 +32,7 @@ deps = { (Var("googlecode_url") % "googletest") + "/trunk@408", "src/third_party/angle": - (Var("googlecode_url") % "angleproject") + "/trunk@408", + (Var("googlecode_url") % "angleproject") + "/trunk@402", "src/third_party/WebKit": "/trunk/deps/third_party/WebKit@33467", |