Chromium Code Reviews| Index: GITDEPS |
| diff --git a/GITDEPS b/GITDEPS |
| index f33eb713cf2994d423fc187be515f7d026cb4ac3..c34eea3549a95e0782b61b5b89a88926e13a6a50 100644 |
| --- a/GITDEPS |
| +++ b/GITDEPS |
| @@ -19,7 +19,7 @@ vars = { |
| "chrome_base_git": "https://chromium.googlesource.com/", |
| "ced_revision": "9012c0ab648025dd0f8df14294bf5d6d73793ac9", |
| - "chrome_revision": "080936f5193590e65409c60127a510f71e910d73", |
| + "chrome_revision": "a99e55b90960fc708f568e525c5621365ceab8e4", |
| "gmock_revision": "0421b6f358139f02e102c9c332ce19a33faf75be", |
| "gtest_revision": "6f8a66431cb592dad629028a50b3dd418a408c87", |
| "gyp_revision": "bac4680ec9a5c55ab692490b6732999648ecf1e9", |
| @@ -33,14 +33,25 @@ deps = { |
| "base", |
| "build", |
| "build_overrides", |
| + # Needed because of //base/win/BUILD.gn. |
| + "chrome", |
| + "crypto", |
| + "ipc", |
| + "mojo", |
| "testing", |
| "tools", |
| # third_party dependencies. |
| + "third_party/boringssl", |
| "third_party/ced", |
| + "third_party/jinja2", |
| "third_party/libxml", |
| + "third_party/markupsafe", |
| "third_party/modp_b64", |
| + "third_party/ply", |
| "third_party/protobuf", |
| + "third_party/Webkit", |
|
joenotcharles
2017/03/15 16:10:00
Can you also add a comment explaining why this is
ftirelo
2017/03/21 16:54:28
Done.
|
| + "third_party/yasm", |
| "third_party/zlib", |
| ], |
| Var("chrome_revision") |