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

Unified Diff: scripts/slave/recipe_modules/libyuv/gclient_config.py

Issue 2315503002: libyuv: Add got_revision property mapping. (Closed)
Patch Set: Created 4 years, 3 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 | scripts/slave/recipes/libyuv/libyuv.expected/client_libyuv_android32_mips_debug.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipe_modules/libyuv/gclient_config.py
diff --git a/scripts/slave/recipe_modules/libyuv/gclient_config.py b/scripts/slave/recipe_modules/libyuv/gclient_config.py
index 78f3acaa2acb1acde1d57903a6eff4ef1417f644..679bfe7d950bc65b7c80834051e2dab45758a01d 100644
--- a/scripts/slave/recipe_modules/libyuv/gclient_config.py
+++ b/scripts/slave/recipe_modules/libyuv/gclient_config.py
@@ -14,6 +14,7 @@ def libyuv(c):
s.url = ChromiumGitURL(c, 'libyuv', 'libyuv')
s.deps_file = 'DEPS'
s.custom_vars['root_dir'] = 'src'
+ c.got_revision_mapping['src'] = 'got_revision'
@CONFIG_CTX(includes=['libyuv', 'android'])
def libyuv_android(c):
« no previous file with comments | « no previous file | scripts/slave/recipes/libyuv/libyuv.expected/client_libyuv_android32_mips_debug.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698