Chromium Code Reviews| Index: DEPS |
| diff --git a/DEPS b/DEPS |
| index 4fa1bd774da092dae037cd517bf4c481e5b6a91f..a5843a4b380c8fc7c8f1485b62d57be7bed43b39 100644 |
| --- a/DEPS |
| +++ b/DEPS |
| @@ -1129,4 +1129,6 @@ recursedeps = [ |
| 'src/third_party/android_tools', |
| # ANGLE manages DEPS that it also owns the build files for, such as dEQP. |
| ("src/third_party/angle", "DEPS.chromium"), |
| + # SwiftShader manages DEPS that it also owns the build files for, such as Subzero. |
| + ("src/third_party/swiftshader", "DEPS"), |
| ] |