Chromium Code Reviews| Index: DEPS |
| diff --git a/DEPS b/DEPS |
| index 81cc0b2d0bb9df17ea16df81247d5972feea1beb..ed3c7a3f4d3399bf462882a67ec0a9868e229fcb 100644 |
| --- a/DEPS |
| +++ b/DEPS |
| @@ -21,6 +21,10 @@ vars = { |
| "chromium_git": "https://chromium.googlesource.com", |
|
csharp
2017/03/15 17:22:34
nit: Please add a blank line after this
ftirelo
2017/03/21 16:54:28
Done.
|
| "buildtools_revision": "a7cc7a3e21a061975b33dcdcd81a9716ba614c3c", |
| "icu_revision": "9cd2828740572ba6f694b9365236a8356fd06147", |
| + # Three lines of non-changing comments so that |
|
csharp
2017/03/15 17:22:34
I don't think we need these 3 lines since I don't
ftirelo
2017/03/21 16:54:28
Done.
|
| + # the commit queue can handle CLs rolling catapult |
| + # and whatever else without interference from each other. |
| + "catapult_revision": "e9f547be045d4e50cb2d4927261d500e425c364c", |
|
csharp
2017/03/15 17:22:34
nit: Move to after buildtools_revision
ftirelo
2017/03/21 16:54:28
Done.
|
| } |
| deps = { |
| @@ -29,6 +33,10 @@ deps = { |
| Var('buildtools_revision')), |
| Var("root") + "/third_party/icu": |
| Var('chromium_git') + '/chromium/deps/icu.git' + '@' + Var('icu_revision'), |
| + Var("root") + "/third_party/catapult": |
|
grt (UTC plus 2)
2017/03/16 09:02:10
nit: please sort these a la csharp's comment above
ftirelo
2017/03/21 16:54:28
Done.
|
| + Var('chromium_git') + |
| + '/external/github.com/catapult-project/catapult.git' + '@' + |
| + Var('catapult_revision'), |
| } |
| include_rules = [ |