summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--DEPS5
2 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 51e95c4..82b620e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -186,6 +186,7 @@ v8.log
/third_party/amd/
/third_party/android_tools/
/third_party/android_tools_internal/
+/third_party/angle
/third_party/angle_dx11
/third_party/aosp
/third_party/apache-mime4j
diff --git a/DEPS b/DEPS
index c8047a6..3d0d0eb 100644
--- a/DEPS
+++ b/DEPS
@@ -79,6 +79,10 @@ deps = {
"src/testing/gmock":
(Var("googlecode_url") % "googlemock") + "/trunk@410",
+ "src/third_party/angle":
+ Var("chromium_git") +
+ "/angle/angle.git@a60e0805721f62c28a55faf2df74472cc5fc91fc",
+
"src/third_party/angle_dx11":
Var("chromium_git") +
"/external/angle.git@a60e0805721f62c28a55faf2df74472cc5fc91fc",
@@ -359,6 +363,7 @@ deps_os = {
"src/media/cdm/ppapi/api": None,
"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/cld_2/src": None,