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

Unified Diff: recipes/chromium.py

Issue 496443005: Update the Blink recipe to use 'webkit_revision' instead of 'webkit_rev' (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Patch Set: Created 6 years, 4 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
« git-crup ('K') | « recipes/blink.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: recipes/chromium.py
diff --git a/recipes/chromium.py b/recipes/chromium.py
index a99fb9ec83c23a5da550958da050a257880a7916..7ebf9841ae5797be80b6ef9930c2b5c28c2dc167 100644
--- a/recipes/chromium.py
+++ b/recipes/chromium.py
@@ -22,8 +22,8 @@ class Chromium(recipe_util.Recipe):
'custom_deps': {},
'safesync_url': '',
}
- if props.get('webkit_rev', '') == 'ToT':
- solution['custom_vars'] = {'webkit_rev': ''}
+ if props.get('webkit_revision', '') == 'ToT':
+ solution['custom_vars'] = {'webkit_revision': ''}
spec = {
'solutions': [solution],
}
« git-crup ('K') | « recipes/blink.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698