blob: e004a2ffe7781859625fa5f11f7c73e7b168d074 [file] [log] [blame]
epoger@google.com0045edd2011-06-16 18:19:46 +00001use_relative_paths = True
2
epoger55ada062014-06-03 10:35:28 -07003# Dependencies on outside packages.
epoger@google.com0045edd2011-06-16 18:19:46 +00004#
epoger@google.comcc9cf9a2011-06-13 18:08:41 +00005deps = {
Eric Borenbb0ef0a2014-06-25 11:13:27 -04006 "common": "https://skia.googlesource.com/common.git@767bf85299d7a822796b57252e7de1e84e6b2e61",
borenetf6fb36e2014-06-20 07:55:03 -07007
djsollen@google.com42416ee2013-06-10 15:19:33 +00008 # DEPS using https://chromium.googlesource.com are pulled from chromium @ r205199
9 # (see https://chromium.googlesource.com/chromium/chromium/+/c59bfa8ef877f45bfa859669053859857af1d279)
jcgregoriod081cf62014-07-11 06:51:59 -070010 "third_party/externals/angle2" : "https://chromium.googlesource.com/angle/angle.git@23a8a433529d9db23882c702a29d5e594841563d",
djsollen@google.combcc6d7d2013-07-23 15:51:12 +000011 "third_party/externals/freetype" : "https://skia.googlesource.com/third_party/freetype2.git@VER-2-5-0-1",
mtklein1a506512014-06-06 07:37:46 -070012 "third_party/externals/gyp" : "https://chromium.googlesource.com/external/gyp.git@3917682a16d5c19ff3576a8be0ffdb3a332954b1",
djsollen@google.com42416ee2013-06-10 15:19:33 +000013 "third_party/externals/libjpeg" : "https://chromium.googlesource.com/chromium/deps/libjpeg_turbo.git@82ce8a6d4ebe12a177c0c3597192f2b4f09e81c3",
14 "third_party/externals/jsoncpp" : "https://chromium.googlesource.com/external/jsoncpp/jsoncpp.git@ab1e40f3bce061ea6f9bdc60351d6cde2a4f872b",
djsollen@google.com7815c9e2013-06-11 20:03:50 +000015 # Move to a webp version newer than 0.3.0 to pickup NEON fix for iOS
djsollen@google.com42416ee2013-06-10 15:19:33 +000016 "third_party/externals/jsoncpp-chromium" : "https://chromium.googlesource.com/chromium/src/third_party/jsoncpp.git@41239939c0c60481f34887d52c038facf05f5533",
djsollen@google.com7815c9e2013-06-11 20:03:50 +000017 "third_party/externals/libwebp" : "https://chromium.googlesource.com/webm/libwebp.git@3fe91635df8734b23f3c1b9d1f0c4fa8cfaf4e39",
commit-bot@chromium.orgb1639842014-01-08 15:14:09 +000018 # "third_party/externals/v8" : "git://github.com/v8/v8.git@d15b0f0f2099dbd72867f3df70e9aaf5b8afbd2c",
mtklein4aa000d2014-06-16 20:03:43 -070019 "third_party/externals/nanomsg": "git://github.com/nanomsg/nanomsg.git@0.4-beta",
epogerfd429992014-07-10 09:03:23 -070020
21 # TODO(epoger): These dependencies are needed specifically for google-api-python-client (see http://skbug.com/2641 ).
22 # Once we get them working, we will want to move them all into the "common" repo
23 # (see http://skbug.com/2682 and https://codereview.chromium.org/377323002/ )
24 "third_party/externals/google-api-python-client" : "https://github.com/google/google-api-python-client.git@ecc64a0a2baa4a77f35dec83ad05c6c9ba2d2841",
25 "third_party/externals/httplib2" : "https://github.com/jcgregorio/httplib2.git@7d1b88a3cf34774242bf4c0578c09c0092bb05d8",
26 "third_party/externals/oauth2client" : "https://github.com/google/oauth2client.git@d02b317af0313dcf66755844f5421651af5eb356",
27 "third_party/externals/uritemplate-py" : "https://github.com/uri-templates/uritemplate-py.git@1e780a49412cdbb273e9421974cb91845c124f3f",
epoger@google.comcc9cf9a2011-06-13 18:08:41 +000028}
epoger@google.com0045edd2011-06-16 18:19:46 +000029
djsollen@google.com4b321012013-05-02 12:27:21 +000030deps_os = {
31 "android": {
djsollen@google.com42416ee2013-06-10 15:19:33 +000032 "platform_tools/android/third_party/externals/expat" : "https://android.googlesource.com/platform/external/expat.git@android-4.2.2_r1.2",
33 "platform_tools/android/third_party/externals/gif" : "https://android.googlesource.com/platform/external/giflib.git@android-4.2.2_r1.2",
34 "platform_tools/android/third_party/externals/png" : "https://android.googlesource.com/platform/external/libpng.git@android-4.2.2_r1.2",
commit-bot@chromium.org4e3d7602014-04-28 13:19:40 +000035 "platform_tools/android/third_party/externals/jpeg" :
36 "https://android.googlesource.com/platform/external/jpeg.git@746f1f0853ddbd14ab5da6af35cc1fa560453d1e",
djsollen@google.com4b321012013-05-02 12:27:21 +000037 },
borenet@google.com05d550e2013-06-11 15:52:19 +000038 "chromeos": {
39 "platform_tools/chromeos/third_party/externals/gif" : "https://android.googlesource.com/platform/external/giflib.git@android-4.2.2_r1.2",
borenet@google.com5ec13052013-06-19 15:13:32 +000040 "platform_tools/chromeos/toolchain/src/third_party/chromite": "https://chromium.googlesource.com/chromiumos/chromite.git@d6a4c7e0ee4d53ddc5238dbddfc0417796a70e54",
41 "platform_tools/chromeos/toolchain/src/third_party/pyelftools": "https://chromium.googlesource.com/chromiumos/third_party/pyelftools.git@bdc1d380acd88d4bfaf47265008091483b0d614e",
borenet@google.com05d550e2013-06-11 15:52:19 +000042 },
commit-bot@chromium.orgf84722e2014-02-24 20:22:34 +000043
44 # barelinux is a DEPS target that has no shared libraries to link
45 # to, similar to android or chromeos.
46 "barelinux": {
47 "third_party/externals/giflib" :
48 "https://android.googlesource.com/platform/external/giflib.git@android-4.2.2_r1.2",
49 "third_party/externals/libpng" :
50 "https://android.googlesource.com/platform/external/libpng.git@android-4.2.2_r1.2",
51 "third_party/externals/zlib" :
52 "https://android.googlesource.com/platform/external/zlib.git@android-4.2.2_r1.2",
53 }
djsollen@google.com4b321012013-05-02 12:27:21 +000054}
55
epoger@google.com3cbd3752011-06-16 18:24:11 +000056#hooks = [
57# {
58# # A change to a .gyp, .gypi, or to GYP itself should run the generator.
59# "pattern": ".",
60# "action": ["python", "trunk/gyp_skia"],
61# },
62#]