Chromium Code Reviews| Index: update_deps.py |
| diff --git a/update_deps.py b/update_deps.py |
| index 5dd1c84dcb366368a7bdd6d8532c8412fed53ee7..128a82e6b0b131dcac7fd0cbd48fc68bfd9f7fa5 100755 |
| --- a/update_deps.py |
| +++ b/update_deps.py |
| @@ -48,13 +48,15 @@ TARGETS = { |
| 'dartium': ( |
| 'https://dart.googlecode.com/svn/branches/bleeding_edge/deps/dartium.deps', |
| 'dartium', |
| - ['webkit', 'chromium'], |
| + # TODO(vsm): Reenable 'chromium' |
|
rmacnak
2015/01/29 19:34:38
edge is still on svn
|
| + ['webkit'], |
| BRANCH_CURRENT, |
| ), |
| 'integration': ( |
| 'https://dart.googlecode.com/svn/branches/dartium_integration/deps/dartium.deps', |
| 'dartium', |
| - ['webkit', 'chromium'], |
| + # TODO(vsm): Reenable 'chromium' |
| + ['webkit'], |
| BRANCH_NEXT, |
| ), |
| 'clank': ( |