aboutsummaryrefslogtreecommitdiffhomepage
path: root/DEPS
diff options
context:
space:
mode:
authorGravatar djsollen@google.com <djsollen@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-05-02 12:27:21 +0000
committerGravatar djsollen@google.com <djsollen@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-05-02 12:27:21 +0000
commit4b32101a1562ef73829994a82d46f72f3f0791d0 (patch)
tree576c5b2182635d1fb98c57a4a579e8c3122a9c72 /DEPS
parent99da601032e4a5808ea33adc1cc721f79b73e4ca (diff)
Update DEPS and GYP to use the copy of Android in platform_tools.
R=borenet@google.com Review URL: https://codereview.chromium.org/13898019 git-svn-id: http://skia.googlecode.com/svn/trunk@8951 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'DEPS')
-rw-r--r--DEPS9
1 files changed, 9 insertions, 0 deletions
diff --git a/DEPS b/DEPS
index 6ade579e79..4a26a469d5 100644
--- a/DEPS
+++ b/DEPS
@@ -18,6 +18,15 @@ deps = {
"third_party/externals/libwebp" : "http://src.chromium.org/svn/trunk/src/third_party/libwebp@186718",
}
+deps_os = {
+ "android": {
+ "platform_tools/android/third_party/externals/expat" : "https://android.googlesource.com/platform/external/expat.git",
+ "platform_tools/android/third_party/externals/gif" : "https://android.googlesource.com/platform/external/giflib.git",
+ "platform_tools/android/third_party/externals/png" : "https://android.googlesource.com/platform/external/libpng.git",
+ "platform_tools/android/third_party/externals/jpeg" : "https://android.googlesource.com/platform/external/jpeg.git",
+ },
+}
+
#hooks = [
# {
# # A change to a .gyp, .gypi, or to GYP itself should run the generator.