aboutsummaryrefslogtreecommitdiffhomepage
path: root/DEPS
diff options
context:
space:
mode:
authorGravatar mtklein <mtklein@chromium.org>2015-08-17 10:20:16 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-08-17 10:20:16 -0700
commitca01d179347b5e848ded97c8228b79ffc6b5e7bf (patch)
tree8a4625ec6c46624bed5f71ef2b0b4358d2ef3d7f /DEPS
parent6a91ad22a41cd5f5677d9adbfec851f6464f3f0e (diff)
Depend on ETC1 via DEPS instead of a direct third_party checkin.
Yes, this does mean we'll check out ~40M of code for 2 files... I think these trybots are moot... they gclient sync before patching. BUG=skia: Review URL: https://codereview.chromium.org/1296253003
Diffstat (limited to 'DEPS')
-rw-r--r--DEPS1
1 files changed, 1 insertions, 0 deletions
diff --git a/DEPS b/DEPS
index 50707d450a..66a88362f7 100644
--- a/DEPS
+++ b/DEPS
@@ -8,6 +8,7 @@ deps = {
# There is some duplication here that might be worth cleaning up:
# - can use use our existing t_p/e/libjpeg instead of pulling it for Android?
+ "third_party/externals/android_native" : "https://android.googlesource.com/platform/frameworks/native.git@android-5.1.0_r3",
"third_party/externals/angle2" : "https://chromium.googlesource.com/angle/angle.git@f9ac8fea307532e31cba6240801b4a56483591f8",
"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@08429da7955a98ef764fafa223dd7de73f654b2d",