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

Unified Diff: recipes/blink.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') | « git-crup ('k') | recipes/chromium.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: recipes/blink.py
diff --git a/recipes/blink.py b/recipes/blink.py
index b3dd8f689faf9e171ff7d8b47c381cb473334917..2e3aa9ace9bb53c4f61a70dfc5405d53a7505fb4 100644
--- a/recipes/blink.py
+++ b/recipes/blink.py
@@ -26,7 +26,7 @@ class Blink(recipe_util.Recipe):
'alias': {
'recipe': 'chromium',
'props': [
- '--webkit_rev=ToT',
+ '--webkit_revision=ToT',
'--submodule_git_svn_spec=' + json.dumps(submodule_spec),
],
},
« git-crup ('K') | « git-crup ('k') | recipes/chromium.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698