From 1e591dca21c6bddc02b7576bf7a834d98c451d75 Mon Sep 17 00:00:00 2001 From: Corentin Wallez Date: Thu, 6 Sep 2018 15:48:03 +0000 Subject: [PATCH] Add Dawn got_revision_mapping to glient config BUG=875245 Change-Id: I50425aef624d00c1aa6fd7c18244fea128c15842 Reviewed-on: https://chromium-review.googlesource.com/1209643 Commit-Queue: Andrii Shyshkalov Reviewed-by: Andrii Shyshkalov --- recipes/recipe_modules/gclient/config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes/recipe_modules/gclient/config.py b/recipes/recipe_modules/gclient/config.py index 37a9f8d9b..c6b809853 100644 --- a/recipes/recipe_modules/gclient/config.py +++ b/recipes/recipe_modules/gclient/config.py @@ -418,3 +418,4 @@ def dawn(c): soln = c.solutions.add() soln.name = 'dawn' soln.url = 'https://dawn.googlesource.com/dawn.git' + c.got_revision_mapping['dawn'] = 'got_revision'