diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2018-10-21 14:45:04 -0400 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2018-10-21 13:59:53 -0700 |
commit | bb9a927bd5477026b871ed5466ec188de8306d81 (patch) | |
tree | 2c4a8303bc307ebd83556ed33bbac4bc209201f4 /gclient_config.py | |
parent | ef77d6f553380121d27eed034bf057baf81814ee (diff) |
Add yapf to third_party.
Diffstat (limited to 'gclient_config.py')
-rw-r--r-- | gclient_config.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gclient_config.py b/gclient_config.py index 93d744a3f..dc4a75e5b 100644 --- a/gclient_config.py +++ b/gclient_config.py @@ -37,6 +37,11 @@ solutions = [{ 'cpplint' }, { 'url': + 'https://github.com/google/yapf.git@32afb3004e0967eab351ee83e3d9d55e3a02fd9b', + 'name': + 'yapf' +}, { + 'url': 'https://github.com/google/flatbuffers.git@d840856093fa7b935b0d6378c436bd633d006c8c', 'name': 'flatbuffers' |