summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore2
-rw-r--r--DEPS3
2 files changed, 4 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 66a3822..8ed91a2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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
diff --git a/DEPS b/DEPS
index c59f16e..cfd8d3b 100644
--- a/DEPS
+++ b/DEPS
@@ -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",