aboutsummaryrefslogtreecommitdiffhomepage
path: root/platform_tools/android/DEPS
blob: 82ca5595f57cf66759678ee83e7e226e28427a4c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
use_relative_paths = True

# Dependencies on external packages.
deps = {
  "third_party/externals/expat" : "https://android.googlesource.com/platform/external/expat.git",
  "third_party/externals/gif" : "https://android.googlesource.com/platform/external/giflib.git",
  "third_party/externals/png" : "https://android.googlesource.com/platform/external/libpng.git",
  "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.
#    "pattern": ".",
#    "action": ["python", "trunk/gyp_skia"],
#  },
#]