summaryrefslogtreecommitdiffstats
path: root/DEPS
diff options
context:
space:
mode:
authoralokp@chromium.org <alokp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-04-19 15:59:51 +0000
committeralokp@chromium.org <alokp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-04-19 15:59:51 +0000
commit4303d6b091648feb632711083e7f54fca63bfce6 (patch)
treebd6c3aaf88ccf9c213927a7f3aa2ed7bc934e7df /DEPS
parentdfc41f53b3df8a2c4ecb977cdf24d28efeb52c6f (diff)
downloadchromium_src-4303d6b091648feb632711083e7f54fca63bfce6.zip
chromium_src-4303d6b091648feb632711083e7f54fca63bfce6.tar.gz
chromium_src-4303d6b091648feb632711083e7f54fca63bfce6.tar.bz2
Pull ANGLE into chromium for integration.
Review URL: http://codereview.chromium.org/1564033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44912 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r--DEPS7
1 files changed, 7 insertions, 0 deletions
diff --git a/DEPS b/DEPS
index 058b7f9..3451b9f 100644
--- a/DEPS
+++ b/DEPS
@@ -7,6 +7,8 @@ vars = {
"chromium_git": "http://src.chromium.org/git",
"swig_revision": "40423",
"nacl_revision": "2072",
+ "angleproject_trunk": "http://angleproject.googlecode.com/svn/trunk",
+ "angleproject_revision": "146",
}
deps = {
@@ -25,6 +27,11 @@ deps = {
"src/testing/gtest":
"http://googletest.googlecode.com/svn/trunk@408",
+ "src/third_party/angleproject/include":
+ Var("angleproject_trunk") + "/include@" + Var("angleproject_revision"),
+ "src/third_party/angleproject/src":
+ Var("angleproject_trunk") + "/src@" + Var("angleproject_revision"),
+
"src/third_party/WebKit":
"/trunk/deps/third_party/WebKit@33467",