Skip to content

Commit

Permalink
Update DEPS: re-enable catapult
Browse files Browse the repository at this point in the history
  • Loading branch information
khanhduytran0 authored Jul 31, 2023
1 parent 1b02f8c commit 0188f9c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -369,10 +369,10 @@ deps = {
'dep_type': 'cipd',
},

#'third_party/catapult': {
# 'url': '{chromium_git}/catapult.git@{catapult_revision}',
# 'condition': 'not build_with_chromium',
#},
'third_party/catapult': {
'url': '{chromium_git}/catapult.git@{catapult_revision}',
'condition': 'not build_with_chromium',
},

# Cherry is a dEQP/VK-GL-CTS management GUI written in Go. We use it for viewing test results.
'third_party/cherry': {
Expand Down

0 comments on commit 0188f9c

Please sign in to comment.