summaryrefslogtreecommitdiffstats
path: root/gfx/angle/DEPS.chromium
diff options
context:
space:
mode:
authorMatt A. Tobin <mattatobin@localhost.localdomain>2018-02-02 04:16:08 -0500
committerMatt A. Tobin <mattatobin@localhost.localdomain>2018-02-02 04:16:08 -0500
commit5f8de423f190bbb79a62f804151bc24824fa32d8 (patch)
tree10027f336435511475e392454359edea8e25895d /gfx/angle/DEPS.chromium
parent49ee0794b5d912db1f95dce6eb52d781dc210db5 (diff)
downloadUXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar
UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.gz
UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.lz
UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.xz
UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.zip
Add m-esr52 at 52.6.0
Diffstat (limited to 'gfx/angle/DEPS.chromium')
-rwxr-xr-xgfx/angle/DEPS.chromium26
1 files changed, 26 insertions, 0 deletions
diff --git a/gfx/angle/DEPS.chromium b/gfx/angle/DEPS.chromium
new file mode 100755
index 000000000..5cb7b2d25
--- /dev/null
+++ b/gfx/angle/DEPS.chromium
@@ -0,0 +1,26 @@
+# This file is used to manage the ANGLE's dependencies in the Chromium src repo. It is
+# used by gclient to determine what version of each dependency to check out, and
+# where.
+#
+# These deps are duplicated in ANGLE's DEPS file which we use for the standalone
+# build. The dual file setup is necessary because Chromium can only recurse into
+# a single file and we do not want to import all of ANGLE's standalone DEPS.
+#
+# If you make a change to one of these dependencies please also update the
+# standalone DEPS file.
+
+vars = {
+ 'android_git': 'https://android.googlesource.com',
+ 'deqp_revision': 'f4f3d8079e7a37d7675ab93583e6438d0bca0e58',
+}
+
+deps_os = {
+ 'win': {
+ 'src/third_party/deqp/src':
+ Var('android_git') + '/platform/external/deqp@' + Var('deqp_revision'),
+ },
+ 'unix': {
+ 'src/third_party/deqp/src':
+ Var('android_git') + '/platform/external/deqp@' + Var('deqp_revision'),
+ }
+}