From 422c432dd25db33631432920a628934044d27968 Mon Sep 17 00:00:00 2001 From: Jamie Madill Date: Tue, 2 Apr 2019 21:04:12 +0000 Subject: [PATCH] Add ANGLE revision to gclient config. Bug: angleproject:3339 Change-Id: I1508937b5a367ed732231996c1b24588be5df9cb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1549645 Auto-Submit: Jamie Madill Reviewed-by: Dirk Pranke Reviewed-by: Andrii Shyshkalov Commit-Queue: Jamie Madill Commit-Queue: 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 c43edf7df4..3164945eeb 100644 --- a/recipes/recipe_modules/gclient/config.py +++ b/recipes/recipe_modules/gclient/config.py @@ -411,6 +411,7 @@ def angle(c): soln = c.solutions.add() soln.name = 'angle' soln.url = 'https://chromium.googlesource.com/angle/angle.git' + c.got_revision_mapping['angle'] = 'got_revision' @config_ctx() def dawn(c):