Index: trunk/src/DEPS |
=================================================================== |
--- trunk/src/DEPS (revision 207243) |
+++ trunk/src/DEPS (working copy) |
@@ -66,15 +66,9 @@ |
"src/testing/gmock": |
(Var("googlecode_url") % "googlemock") + "/trunk@410", |
- # TODO(apatrick): Remove dependency on old DX9 version of ANGLE when |
- # transition to new DX11 version is complete. |
- #"src/third_party/angle": |
- # (Var("googlecode_url") % "angleproject") + "/trunk@2249", |
+ "src/third_party/angle": |
+ (Var("googlecode_url") % "angleproject") + "/trunk@2249", |
- "src/third_party/angle_dx11": |
- "https://code.google.com" + |
- "/p/angleproject.git@d089bd98e59b037f7f61df926172b5f25e3556cd", |
- |
"src/third_party/trace-viewer": |
(Var("googlecode_url") % "trace-viewer") + "/trunk@623", |
@@ -350,7 +344,6 @@ |
"src/native_client": None, |
"src/native_client/src/third_party/ppapi": None, |
"src/third_party/angle": None, |
- "src/third_party/angle_dx11": None, |
"src/third_party/bidichecker": None, |
"src/third_party/webgl_conformance": None, |
"src/third_party/ffmpeg": None, |