diff options
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | DEPS | 3 |
2 files changed, 4 insertions, 1 deletions
@@ -46,7 +46,7 @@ /sdch/open-vcdiff /testing/gtest /testserver.log -/third_party/angleproject +/third_party/angle /third_party/GTM /third_party/WebKit /third_party/adobe/flash/binaries @@ -25,6 +25,9 @@ deps = { "src/testing/gtest": "http://googletest.googlecode.com/svn/trunk@408", + "src/third_party/angle": + "http://angleproject.googlecode.com/svn/trunk@195", + "src/third_party/WebKit": "/trunk/deps/third_party/WebKit@33467", |