Revert of Pin dEQP to ANGLE's DEPS file. (patchset #1 id:1 of https://codereview.chromium.org/1912153003/ )
Reason for revert:
Using unsupported syntax, could possibly be breaking the ANGLE CQ.
BUG=606150
Original issue's description:
> Pin dEQP to ANGLE's DEPS file.
>
> This will make rolling a new dEQP version in ANGLE testable on the
> bots.
>
> BUG=605987
>
> Committed: https://crrev.com/60783171abc3fc122aeefd9a3705193e9191ccd9
> Cr-Commit-Position: refs/heads/master@{#389262}
[email protected],[email protected],[email protected],[email protected]
# Not skipping CQ checks because original CL landed more than 1 days ago.
BUG=605987
Review URL: https://codereview.chromium.org/1914843003
Cr-Commit-Position: refs/heads/master@{#389396}
diff --git a/DEPS b/DEPS
index 05d2519..fd13e0a 100644
--- a/DEPS
+++ b/DEPS
@@ -87,8 +87,8 @@
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling dEQP
# and whatever else without interference from each other.
- # We pull in the version of dEQP from ANGLE's DEPS.
- 'deqp_from_angle': From('src/third_party/angle', 'third_party/deqp/src'),
+ 'deqp_revision': 'cc0ded6c77267bbb14d21aac358fc5d9690c07f8',
+ 'deqp_url': 'https://android.googlesource.com/platform/external/deqp',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling freetype-android
# and whatever else without interference from each other.
@@ -325,7 +325,8 @@
Var('chromium_git') + '/chromium/deps/nacl_sdk_binaries.git' + '@' + '759dfca03bdc774da7ecbf974f6e2b84f43699a5',
# ANGLE uses dEQP for GPU testing
- 'src/third_party/deqp/src': Var('deqp_from_angle'),
+ 'src/third_party/deqp/src':
+ Var('deqp_url') + '@' + Var('deqp_revision'),
},
'ios': {
'src/ios/third_party/earl_grey/src':
@@ -404,7 +405,8 @@
Var('chromium_git') + '/external/fontconfig.git' + '@' + 'f16c3118e25546c1b749f9823c51827a60aeb5c1',
# ANGLE uses dEQP for GPU testing
- 'src/third_party/deqp/src': Var('deqp_from_angle'),
+ 'src/third_party/deqp/src':
+ Var('deqp_url') + '@' + Var('deqp_revision'),
# Graphics buffer allocator for Chrome OS.
'src/third_party/minigbm/src':