Commit 29361ca1 authored by Corentin Wallez's avatar Corentin Wallez Committed by Commit Bot

Add standalone dawn gclient config

BUG=chromium:875245

Change-Id: Ieed7554c55bab2bc5820cf4ffbbf57b72492b90f
Reviewed-on: https://chromium-review.googlesource.com/1183432Reviewed-by: 's avatarAndrii Shyshkalov <tandrii@chromium.org>
Commit-Queue: Corentin Wallez <cwallez@chromium.org>
parent 02d53403
......@@ -412,3 +412,9 @@ def angle(c):
soln = c.solutions.add()
soln.name = 'angle'
soln.url = 'https://chromium.googlesource.com/angle/angle.git'
@config_ctx()
def dawn(c):
soln = c.solutions.add()
soln.name = 'dawn'
soln.url = 'https://dawn.googlesource.com/dawn.git'
......@@ -21,6 +21,7 @@ TEST_CONFIGS = [
'crashpad',
'custom_tabs_client',
'dart',
'dawn',
'disable_syntax_validation',
'expect_tests',
'gerrit_test_cq_normal',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment