summaryrefslogtreecommitdiff
path: root/Source/ThirdParty/ANGLE/DEPS
blob: ffad7b86fb0985eb3fcba0233a8a236eebca0925 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
deps = {
  "third_party/gyp":
      "http://gyp.googlecode.com/svn/trunk@1987",

  # TODO(kbr): figure out how to better stay in sync with Chromium's
  # versions of googletest and googlemock.
  "src/tests/third_party/googletest":
      "http://googletest.googlecode.com/svn/trunk@629",

  "src/tests/third_party/googlemock":
      "http://googlemock.googlecode.com/svn/trunk@410",

  "src/tests/third_party/deqp":
      "https://android.googlesource.com/platform/external/deqp@c7661bcd3bcec04b1abf6c3b290c4150db565604",

  "src/tests/third_party/libpng":
      "https://android.googlesource.com/platform/external/libpng@094e181e79a3d6c23fd005679025058b7df1ad6c",

  "src/tests/third_party/zlib":
      "https://chromium.googlesource.com/chromium/src/third_party/zlib@afd8c4593c010c045902f6c0501718f1823064a3",
}

hooks = [
  {
    # A change to a .gyp, .gypi, or to GYP itself should run the generator.
    "pattern": ".",
    "action": ["python", "build/gyp_angle"],
  },
]