Chromium Code Reviews| Index: git-crup |
| diff --git a/git-crup b/git-crup |
| index 3b8cc697bd9a7bebea8497728e6ee8379e137265..b2d1a92bf227afc5aa8afa0016d7a57ea7c89158 100755 |
| --- a/git-crup |
| +++ b/git-crup |
| @@ -35,7 +35,7 @@ solutions = [{ |
| 'managed': False, |
| 'deps_file': '.DEPS.git', |
| # Uncomment the following if you're doing blink development |
| - # 'custom_vars': {'webkit_rev': ''}, |
| + # 'custom_vars': {'webkit_revision': ''}, |
|
ghost stip (do not use)
2014/08/27 21:14:47
I was under the impression that git-crup was depre
philipj_slow
2014/08/27 21:19:23
I found it when grepping so I updated it. Should I
szager1
2014/08/27 21:29:02
This change is fine, no point in deliberately brea
|
| }] |
| # ======== .gclient ends ========= |