Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(29)

Unified Diff: DEPS

Issue 1912153003: Pin dEQP to ANGLE's DEPS file. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: DEPS
diff --git a/DEPS b/DEPS
index 692f890340255471344405765f3f5e095a07cb5e..c60ca8d3d64590b6c02712085610c6846c56b5a5 100644
--- a/DEPS
+++ b/DEPS
@@ -87,8 +87,8 @@ vars = {
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling dEQP
# and whatever else without interference from each other.
- 'deqp_revision': 'cc0ded6c77267bbb14d21aac358fc5d9690c07f8',
- 'deqp_url': 'https://android.googlesource.com/platform/external/deqp',
+ # We pull in the version of dEQP from ANGLE's DEPS.
+ 'deqp_from_angle': From('src/third_party/angle', 'third_party/deqp/src'),
# 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,8 +325,7 @@ deps_os = {
Var('chromium_git') + '/chromium/deps/nacl_sdk_binaries.git' + '@' + '759dfca03bdc774da7ecbf974f6e2b84f43699a5',
# ANGLE uses dEQP for GPU testing
- 'src/third_party/deqp/src':
- Var('deqp_url') + '@' + Var('deqp_revision'),
+ 'src/third_party/deqp/src': Var('deqp_from_angle'),
},
'ios': {
'src/ios/third_party/earl_grey/src':
@@ -405,8 +404,7 @@ deps_os = {
Var('chromium_git') + '/external/fontconfig.git' + '@' + 'f16c3118e25546c1b749f9823c51827a60aeb5c1',
# ANGLE uses dEQP for GPU testing
- 'src/third_party/deqp/src':
- Var('deqp_url') + '@' + Var('deqp_revision'),
+ 'src/third_party/deqp/src': Var('deqp_from_angle'),
# Graphics buffer allocator for Chrome OS.
'src/third_party/minigbm/src':
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698