diff options
| author | Ryan Dahl <ry@tinyclouds.org> | 2018-07-01 14:18:49 +0200 |
|---|---|---|
| committer | Ryan Dahl <ry@tinyclouds.org> | 2018-07-01 15:28:36 +0200 |
| commit | 9528ee4a42eb0729a4467ddaaa3be573d9053fa2 (patch) | |
| tree | 14eb6e3b8c18821c822627135bc274c6f522bfc1 /.gclient | |
| parent | 6830370c3e4f7d9f09c08fe76f8902193e027c1d (diff) | |
Add cpplint to third_party
Diffstat (limited to '.gclient')
| -rw-r--r-- | .gclient | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -32,6 +32,11 @@ solutions = [{ 'third_party/zlib' }, { 'url': + 'https://github.com/cpplint/cpplint.git@a33992f68f36fcaa6d0f531a25012a4c474d3542', + 'name': + 'third_party/cpplint' +}, { + 'url': 'https://github.com/rust-lang/libc.git@8a85d662b90c14d458bc4ae9521a05564e20d7ae', 'name': 'third_party/rust_crates/libc' |
