aboutsummaryrefslogtreecommitdiffhomepage
path: root/DEPS
diff options
context:
space:
mode:
authorGravatar jcgregorio <jcgregorio@google.com>2014-07-11 06:30:55 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2014-07-11 06:30:55 -0700
commit24969a3146d8041e68aedb0041c1ec37c5c2e313 (patch)
treeca54795bfd279000198cfbcd4dd1621a0c4fffde /DEPS
parentbf0b9ced0b93d9684b044e0880691768f9aa4394 (diff)
Pin to a specific version of ANGLE.
Pulling from HEAD is dangerous, as we now know. This change is a temporary fix to open the tree, we need a system for which version of ANGLE we are pinning to. BUG=skia: NOTRY=true NOTREECHECKS=true R=robertphillips@google.com Author: jcgregorio@google.com Review URL: https://codereview.chromium.org/387893002
Diffstat (limited to 'DEPS')
-rw-r--r--DEPS2
1 files changed, 1 insertions, 1 deletions
diff --git a/DEPS b/DEPS
index ddcb8e67c4..7da37d91f6 100644
--- a/DEPS
+++ b/DEPS
@@ -7,7 +7,7 @@ deps = {
# DEPS using https://chromium.googlesource.com are pulled from chromium @ r205199
# (see https://chromium.googlesource.com/chromium/chromium/+/c59bfa8ef877f45bfa859669053859857af1d279)
- "third_party/externals/angle2" : "https://chromium.googlesource.com/angle/angle.git",
+ "third_party/externals/angle2" : "https://chromium.googlesource.com/angle/angle.git@b071b0f098e6efb9066252e751dfddf4f35f06e2",
"third_party/externals/freetype" : "https://skia.googlesource.com/third_party/freetype2.git@VER-2-5-0-1",
"third_party/externals/gyp" : "https://chromium.googlesource.com/external/gyp.git@3917682a16d5c19ff3576a8be0ffdb3a332954b1",
"third_party/externals/libjpeg" : "https://chromium.googlesource.com/chromium/deps/libjpeg_turbo.git@82ce8a6d4ebe12a177c0c3597192f2b4f09e81c3",